This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from bb8bb54e33 [OPENMP]Fix crash for the ordered(n) clause. new 849c99fd3c Reland the rest of "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/Preprocessor/init.c | 415 ++++++++++++++++++++++++++++++++++++++++++ test/Sema/varargs-aix.c | 6 + 7 files changed, 510 insertions(+), 1 deletion(-) create mode 100644 test/Sema/varargs-aix.c