This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from b675c7a1b5 Suppress false-positive GCC -Wreturn-type warning. new 648d431015 [NFC] Fix line endings in OpenCL tests new 786546290e [analyzer] Insert checker options into AnalyzerOption::ConfigTable new a3c3146170 [Lex] Allow to consume tokens while preprocessing
The 3 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: include/clang/Lex/Preprocessor.h | 39 +++++++++++----- include/clang/Lex/Token.h | 21 +++++---- include/clang/Lex/TokenLexer.h | 12 +++-- include/clang/Parse/Parser.h | 6 +-- lib/Frontend/PrintPreprocessedOutput.cpp | 3 +- lib/Lex/MacroArgs.cpp | 2 +- lib/Lex/PPCaching.cpp | 4 +- lib/Lex/PPDirectives.cpp | 4 +- lib/Lex/PPLexerChange.cpp | 13 +++--- lib/Lex/PPMacroExpansion.cpp | 2 +- lib/Lex/Pragma.cpp | 13 +++--- lib/Lex/Preprocessor.cpp | 13 +++--- lib/Lex/TokenLexer.cpp | 8 +++- lib/Parse/ParseCXXInlineMethods.cpp | 11 ++--- lib/Parse/ParseDecl.cpp | 6 +-- lib/Parse/ParseDeclCXX.cpp | 12 ++--- lib/Parse/ParseExpr.cpp | 6 +-- lib/Parse/ParseExprCXX.cpp | 13 +++--- lib/Parse/ParseObjc.cpp | 4 +- lib/Parse/ParseOpenMP.cpp | 7 +-- lib/Parse/ParsePragma.cpp | 60 +++++++++++++++---------- lib/Parse/ParseStmtAsm.cpp | 3 +- lib/Parse/ParseTemplate.cpp | 4 +- lib/Parse/Parser.cpp | 4 +- lib/Rewrite/HTMLRewrite.cpp | 2 +- lib/StaticAnalyzer/Core/AnalyzerOptions.cpp | 2 +- lib/StaticAnalyzer/Frontend/CheckerRegistry.cpp | 12 +++-- test/Analysis/analyzer-config.c | 39 +++++++++++++++- test/Analysis/checker-plugins.c | 17 +++++++ test/CodeGenOpenCL/no-signed-zeros.cl | 20 ++++----- test/SemaOpenCL/array-init.cl | 40 ++++++++--------- 31 files changed, 258 insertions(+), 144 deletions(-)