This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 959205752c ASan+operator new[]: Add an option for more thorough operato [...] new dc011c9015 Allow the NS, CF, and ObjC attributes to be used with -fdoub [...]
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 | 68 ++++++++++++++++++++++---------------------- include/clang/Parse/Parser.h | 2 +- lib/Parse/ParseObjc.cpp | 27 +++++++++--------- lib/Parse/Parser.cpp | 2 +- test/Misc/ast-dump-attr.m | 57 +++++++++++++++++++++++++++++++++++++ test/Parser/objc-attr.m | 28 ++++++++++++++++++ 6 files changed, 134 insertions(+), 50 deletions(-) create mode 100644 test/Misc/ast-dump-attr.m create mode 100644 test/Parser/objc-attr.m