This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from ec9dd97583 [Analyzer] Skip symbolic regions based on conjured symbols i [...] new bc8019d56e Add AIX Target Info
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/Basic/Targets.cpp | 4 + lib/Basic/Targets/OSTargets.h | 47 +++++ lib/Basic/Targets/PPC.cpp | 4 +- lib/Basic/Targets/PPC.h | 29 +++ test/Driver/types.c | 6 + test/Headers/max_align.c | 10 + test/Preprocessor/init.c | 415 ++++++++++++++++++++++++++++++++++++++++++ test/Sema/varargs-aix.c | 6 + 8 files changed, 520 insertions(+), 1 deletion(-) create mode 100644 test/Headers/max_align.c create mode 100644 test/Sema/varargs-aix.c