]> granicus.if.org Git - clang/commit
Updated the attribute tablegen emitter for variadic arguments to emit a range accesso...
authorAaron Ballman <aaron@aaronballman.com>
Fri, 2 May 2014 13:35:42 +0000 (13:35 +0000)
committerAaron Ballman <aaron@aaronballman.com>
Fri, 2 May 2014 13:35:42 +0000 (13:35 +0000)
commit03ebcc8297730d6d65da6f745beb8939b93de750
tree66e7881f2c5f1753975a9839f6f422e18c508b5e
parentf977428a857a04838e42868782ee68e3f868c999
Updated the attribute tablegen emitter for variadic arguments to emit a range accessor in addition to the iterators. Updated code using iterators to use range-based for loops.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@207837 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/Attr.td
lib/Analysis/Consumed.cpp
lib/Analysis/ThreadSafety.cpp
lib/Sema/SemaChecking.cpp
lib/StaticAnalyzer/Checkers/MallocChecker.cpp
utils/TableGen/ClangAttrEmitter.cpp