This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 2f3361c Made test more target agnostic new b35cf41 [Preprocessor] Fix incorrect token caching that occurs when l [...]
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: include/clang/Lex/Preprocessor.h | 18 ++++++++++++++ lib/Lex/PPCaching.cpp | 30 ++++++++++++++++++++++++ lib/Lex/Pragma.cpp | 11 +++++++++ test/CodeCompletion/pragma-macro-token-caching.c | 18 ++++++++++++++ 4 files changed, 77 insertions(+) create mode 100644 test/CodeCompletion/pragma-macro-token-caching.c