This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 2a4357b081 Enable DWARF accelerator tables by default when tuning for l [...] new 2d5c20fae3 Fix arm_neon.h and arm_fp16.h generation for compiling with std=c89 new e680dc2798 [Sema] Store MacroInfo in CodeCompletionResult for macro results.
The 2 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/Sema/CodeCompleteConsumer.h | 10 +++++++++- lib/Sema/SemaCodeComplete.cpp | 14 +++++++------- test/Headers/arm-fp16-header.c | 19 +++++++++++++++++++ test/Headers/arm-neon-header.c | 19 +++++++++++++++++++ tools/libclang/CXCursor.cpp | 18 +++++++++--------- utils/TableGen/NeonEmitter.cpp | 4 ++-- 6 files changed, 65 insertions(+), 19 deletions(-) create mode 100644 test/Headers/arm-fp16-header.c