This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 498086555a clang-format a block; NFC new 4d3ceb1150 Fix has_attribute.cpp test on Windows after r364102 new 3a61f114d1 Ensure Target Features always_inline error happens in C++ cases.
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: lib/CodeGen/CGCall.cpp | 10 ++++++++++ lib/CodeGen/CGExpr.cpp | 11 ----------- lib/CodeGen/CodeGenFunction.cpp | 11 +++++++++-- lib/CodeGen/CodeGenFunction.h | 1 + test/CodeGenCXX/target-builtin-error.o | Bin 0 -> 760 bytes test/CodeGenCXX/target-features-error.cpp | 17 +++++++++++++++++ test/Preprocessor/has_attribute.cpp | 4 ++-- 7 files changed, 39 insertions(+), 15 deletions(-) create mode 100644 test/CodeGenCXX/target-builtin-error.o create mode 100644 test/CodeGenCXX/target-features-error.cpp