]> granicus.if.org Git - clang/commit
[C++11] Replacing DeclBase iterators specific_attr_begin() and specific_attr_end...
authorAaron Ballman <aaron@aaronballman.com>
Mon, 10 Mar 2014 17:08:28 +0000 (17:08 +0000)
committerAaron Ballman <aaron@aaronballman.com>
Mon, 10 Mar 2014 17:08:28 +0000 (17:08 +0000)
commit15fd658d179dfa842e067e34d4442ead6b1e85e4
tree8dbb032dc38fbaade3ad3a745ca27eef0fc7563a
parent9c7670dee4c71de3076ccdfbe1f40a891e9d1525
[C++11] Replacing DeclBase iterators specific_attr_begin() and specific_attr_end() with iterator_range specific_attrs(). Updating all of the usages of the iterators with range-based for loops.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@203474 91177308-0d34-0410-b5e6-96231b3b80d8
13 files changed:
include/clang/AST/DeclBase.h
lib/AST/Decl.cpp
lib/Analysis/ThreadSafety.cpp
lib/CodeGen/CodeGenFunction.cpp
lib/CodeGen/CodeGenModule.cpp
lib/Sema/SemaChecking.cpp
lib/Sema/SemaCodeComplete.cpp
lib/Sema/SemaDecl.cpp
lib/Sema/SemaDeclAttr.cpp
lib/StaticAnalyzer/Checkers/DirectIvarAssignment.cpp
lib/StaticAnalyzer/Checkers/GenericTaintChecker.cpp
lib/StaticAnalyzer/Checkers/IvarInvalidationChecker.cpp
lib/StaticAnalyzer/Checkers/MallocChecker.cpp