This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 5e9410946b [SemaCXX] Param diagnostic matches overload logic new 375167e36f Fix isInSystemMacro to handle pasted macros
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/Basic/SourceManager.h | 18 +++++++++++++++++- test/Misc/no-warn-in-system-macro.c | 13 +++++++++++++ test/Misc/no-warn-in-system-macro.c.inc | 9 +++++++++ test/Misc/warn-in-system-macro-def.c | 21 +++++++++++++++++++++ test/Misc/warn-in-system-macro-def.c.inc | 4 ++++ 5 files changed, 64 insertions(+), 1 deletion(-) create mode 100644 test/Misc/no-warn-in-system-macro.c create mode 100644 test/Misc/no-warn-in-system-macro.c.inc create mode 100644 test/Misc/warn-in-system-macro-def.c create mode 100644 test/Misc/warn-in-system-macro-def.c.inc