This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 9c99d48420 Fix a typo/regression in r335495. new d33a97ceed Revert r336591 "[libclang] NFC, simplify clang_Cursor_Evaluate" new 8430288c27 Revert r336590 "[libclang] evalute compound statement cursor [...] new 8275ce24a4 Patch to fix pragma metadata for do-while loops
The 3 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/CodeGen/CGStmt.cpp | 10 ++++---- test/CodeGen/pragma-do-while.cpp | 36 ++++++++++++++++++++++++++++ tools/libclang/CIndex.cpp | 47 +++++++++++++++++++------------------ unittests/libclang/LibclangTest.cpp | 41 -------------------------------- 4 files changed, 65 insertions(+), 69 deletions(-) create mode 100644 test/CodeGen/pragma-do-while.cpp