This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 3a67a19 Store decls in prototypes on the declarator instead of in the AST new 553c89e Don't assert when redefining a built-in macro in a PCH, PR29119
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 | 3 ++- lib/Lex/PPMacroExpansion.cpp | 29 ++++++++++++++++++++++++++--- lib/Serialization/ASTReader.cpp | 2 +- test/PCH/builtin-macro.c | 35 +++++++++++++++++++++++++++++++++++ 4 files changed, 64 insertions(+), 5 deletions(-) create mode 100644 test/PCH/builtin-macro.c