This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from a701b12944 [analyzer] [tests] Update CmpRuns to write to stdout correct [...] new 789b385fd1 Implement function attribute artificial
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/Basic/Attr.td | 9 +++++++++ include/clang/Basic/AttrDocs.td | 10 ++++++++++ lib/CodeGen/CGDebugInfo.cpp | 2 +- lib/Sema/SemaDeclAttr.cpp | 3 +++ test/CodeGen/artificial.c | 10 ++++++++++ test/Sema/artificial.c | 4 ++++ 6 files changed, 37 insertions(+), 1 deletion(-) create mode 100644 test/CodeGen/artificial.c create mode 100644 test/Sema/artificial.c