This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 9359793849 Fix dereference of pointers in throw statements. new d1a84831f5 [NFC] Refactor the Preprocessor function that handles Macro [...]
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/MacroInfo.h | 50 +++++++++---------- include/clang/Lex/Preprocessor.h | 19 ++++++-- lib/CodeGen/MacroPPCallbacks.cpp | 4 +- lib/Frontend/PrintPreprocessedOutput.cpp | 4 +- lib/Lex/MacroArgs.cpp | 10 ++-- lib/Lex/MacroInfo.cpp | 19 ++++---- lib/Lex/PPDirectives.cpp | 82 +++++++++++++++++++------------- lib/Lex/PPMacroExpansion.cpp | 10 ++-- lib/Lex/TokenLexer.cpp | 12 ++--- lib/Sema/SemaCodeComplete.cpp | 6 +-- lib/Serialization/ASTReader.cpp | 8 ++-- lib/Serialization/ASTWriter.cpp | 6 +-- tools/libclang/CIndex.cpp | 2 +- unittests/Lex/LexerTest.cpp | 6 +-- 14 files changed, 134 insertions(+), 104 deletions(-)