This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 3a7308fbe7 [SystemZ] Do not support __float128 new e0244b6427 PTH-- Remove feature entirely-
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: NOTES.txt | 7 - docs/InternalsManual.rst | 6 +- docs/PTHInternals.rst | 163 ------ docs/ReleaseNotes.rst | 4 +- include/clang/Basic/DiagnosticFrontendKinds.td | 2 - include/clang/Basic/DiagnosticLexKinds.td | 9 - include/clang/Driver/CC1Options.td | 6 - include/clang/Driver/Driver.h | 3 - include/clang/Driver/Options.td | 4 - include/clang/Frontend/FrontendActions.h | 5 - include/clang/Frontend/FrontendOptions.h | 3 - include/clang/Frontend/Utils.h | 3 - include/clang/Lex/PTHLexer.h | 107 ---- include/clang/Lex/PTHManager.h | 149 ----- include/clang/Lex/Preprocessor.h | 42 +- include/clang/Lex/PreprocessorOptions.h | 9 - lib/ARCMigrate/ARCMT.cpp | 2 - lib/Driver/Driver.cpp | 5 +- lib/Driver/ToolChains/Clang.cpp | 38 +- lib/Frontend/CMakeLists.txt | 1 - lib/Frontend/CacheTokens.cpp | 700 ----------------------- lib/Frontend/ChainedIncludesSource.cpp | 1 - lib/Frontend/CompilerInstance.cpp | 17 +- lib/Frontend/CompilerInvocation.cpp | 8 - lib/Frontend/FrontendActions.cpp | 10 - lib/Frontend/InitPreprocessor.cpp | 20 - lib/FrontendTool/ExecuteCompilerInvocation.cpp | 1 - lib/Lex/CMakeLists.txt | 1 - lib/Lex/PPDirectives.cpp | 99 +--- lib/Lex/PPLexerChange.cpp | 100 +--- lib/Lex/PPMacroExpansion.cpp | 5 - lib/Lex/PTHLexer.cpp | 748 ------------------------- lib/Lex/Pragma.cpp | 12 +- lib/Lex/Preprocessor.cpp | 12 - lib/Serialization/ASTReader.cpp | 1 - lib/Serialization/ASTWriter.cpp | 1 - test/Driver/pth.c | 12 - test/PCH/emit-pth.c | 7 - test/PCH/pth.c | 7 - test/Preprocessor/include-pth.c | 3 - 40 files changed, 54 insertions(+), 2279 deletions(-) delete mode 100644 docs/PTHInternals.rst delete mode 100644 include/clang/Lex/PTHLexer.h delete mode 100644 include/clang/Lex/PTHManager.h delete mode 100644 lib/Frontend/CacheTokens.cpp delete mode 100644 lib/Lex/PTHLexer.cpp delete mode 100644 test/Driver/pth.c delete mode 100644 test/PCH/emit-pth.c delete mode 100644 test/PCH/pth.c delete mode 100644 test/Preprocessor/include-pth.c