This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from a1efca534d [analyzer] Teach CloneDetection about Qt Meta-Object Compile [...] new 61d542a847 [OpenCL] Fix OpenCL and SPIR version metadata generation. new 7a2305ca4d [preprocessor] When preprocessor option 'SingleFileParseMode [...]
The 2 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 | 13 +++- include/clang/Lex/PreprocessorOptions.h | 4 ++ lib/CodeGen/CodeGenModule.cpp | 34 ++++++++++ lib/CodeGen/CodeGenModule.h | 3 + lib/CodeGen/TargetInfo.cpp | 41 ------------ lib/Lex/PPDirectives.cpp | 38 +++++++++-- lib/Lex/PPExpressions.cpp | 29 ++++++--- test/CodeGenOpenCL/spir_version.cl | 17 ++--- test/Index/singe-file-parse.m | 11 ---- test/Index/single-file-parse.m | 111 ++++++++++++++++++++++++++++++++ 10 files changed, 225 insertions(+), 76 deletions(-) delete mode 100644 test/Index/singe-file-parse.m create mode 100644 test/Index/single-file-parse.m