This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch release_50 in repository clang.
from 8df2b6dec1 Merging r310158: ------------------------------------------- [...] new 05a0489dad Merging r310359: ------------------------------------------- [...] new 09efbb85a6 Merging r309263: ------------------------------------------- [...] new 8bca255b15 Merging r308722: ------------------------------------------- [...]
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: include/clang-c/Index.h | 2 + lib/CodeGen/TargetInfo.cpp | 17 +- lib/Sema/SemaCodeComplete.cpp | 5 +- test/CodeCompletion/uninstantiated_params.cpp | 13 ++ test/CodeGen/arm-float-helpers.c | 233 ++++++++++++++++++++++++++ test/CodeGen/complex-math.c | 12 +- 6 files changed, 266 insertions(+), 16 deletions(-) create mode 100644 test/CodeCompletion/uninstantiated_params.cpp create mode 100644 test/CodeGen/arm-float-helpers.c