This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from d50f7341d4 [ASTImporter] Reorder fields after structure import is finished new 802ae91fa7 [CrossTU] Fix plist macro expansion if macro in other file.
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: lib/StaticAnalyzer/Core/CMakeLists.txt | 1 + lib/StaticAnalyzer/Core/PlistDiagnostics.cpp | 44 +++++++----- test/Analysis/Inputs/plist-macros-ctu.c | 21 ++++++ test/Analysis/Inputs/plist-macros-ctu.h | 4 ++ ...-macros-with-expansion-ctu.c.externalDefMap.txt | 4 ++ test/Analysis/plist-macros-with-expansion-ctu.c | 80 ++++++++++++++++++++++ 6 files changed, 137 insertions(+), 17 deletions(-) create mode 100644 test/Analysis/Inputs/plist-macros-ctu.c create mode 100644 test/Analysis/Inputs/plist-macros-ctu.h create mode 100644 test/Analysis/Inputs/plist-macros-with-expansion-ctu.c.external [...] create mode 100644 test/Analysis/plist-macros-with-expansion-ctu.c