]> granicus.if.org Git - clang/commit
Switched FormatAttr to using an IdentifierArgument instead of a StringArgument since...
authorAaron Ballman <aaron@aaronballman.com>
Tue, 3 Sep 2013 21:02:22 +0000 (21:02 +0000)
committerAaron Ballman <aaron@aaronballman.com>
Tue, 3 Sep 2013 21:02:22 +0000 (21:02 +0000)
commitcaa5ab264ddea332e8423af1ebcea50d0cb37206
tree2e013037880a83cb921b88158498263d701fd687
parent99a7238b1acc6f4f41d39aeec6f25049375a24ec
Switched FormatAttr to using an IdentifierArgument instead of a StringArgument since that is a more accurate modeling.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@189851 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/Attr.td
include/clang/Sema/Sema.h
lib/Sema/SemaChecking.cpp
lib/Sema/SemaDecl.cpp
lib/Sema/SemaDeclAttr.cpp
lib/StaticAnalyzer/Checkers/GenericTaintChecker.cpp
test/SemaCXX/cxx11-attr-print.cpp
utils/TableGen/ClangAttrEmitter.cpp