This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 5a18d2f1fc [Sema] Fix a crash on invalid features in multiversioning new 377ea9a1a8 [libclang] Add PrintingPolicy for pretty printing declarations
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-c/Index.h | 85 +++++++++++++++- test/Index/print-display-names.cpp | 23 +++-- tools/c-index-test/c-index-test.c | 104 ++++++++++++++++++-- tools/libclang/CIndex.cpp | 189 ++++++++++++++++++++++++++++++++++++ tools/libclang/libclang.exports | 5 + unittests/libclang/LibclangTest.cpp | 30 ++++++ 6 files changed, 423 insertions(+), 13 deletions(-)