This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from db6158cc4b [Sema] Teach Clang that aligned allocation is not supported [...] new 72d635358d Android is not GNU, so don't claim that it is. new 63beca62d9 Implement the TreeStructure interface through the TextNodeDumper new 1551b66a72 [libclang] Recommit r336590 with a fix for the memory leak i [...] new 52994f9d72 [Driver] Default to -fno-addrsig on Android.
The 4 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/AST/ASTDumperUtils.h | 84 ----------------------------------- include/clang/AST/TextNodeDumper.h | 87 ++++++++++++++++++++++++++++++++++++- lib/AST/ASTDumper.cpp | 6 +-- lib/AST/TextNodeDumper.cpp | 4 +- lib/Basic/Targets/OSTargets.h | 3 +- lib/Driver/ToolChains/Clang.cpp | 1 + test/Driver/addrsig.c | 1 + test/Preprocessor/init.c | 2 + tools/libclang/CIndex.cpp | 47 ++++++++++---------- unittests/libclang/LibclangTest.cpp | 42 ++++++++++++++++++ 10 files changed, 161 insertions(+), 116 deletions(-)