]> granicus.if.org Git - clang/commit
Move the logic for testing for namespace std into one location. This check can
authorRichard Trieu <rtrieu@google.com>
Wed, 28 May 2014 02:16:01 +0000 (02:16 +0000)
committerRichard Trieu <rtrieu@google.com>
Wed, 28 May 2014 02:16:01 +0000 (02:16 +0000)
commit62c949d4812cea796cc50db15ae95ad22fbeed06
tree731cc01f5756833c357ddfe072e02e27b7efb848
parent875cf241e28b69f752ab246db2dd09114bf7f767
Move the logic for testing for namespace std into one location.  This check can
be performed by using Decl::isInStdNamespace or DeclContext::isStdNamespace

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@209708 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/AST/DeclBase.h
lib/AST/Decl.cpp
lib/AST/DeclBase.cpp
lib/Analysis/Consumed.cpp
lib/Sema/SemaExceptionSpec.cpp
lib/Sema/SemaTemplateInstantiateDecl.cpp
lib/StaticAnalyzer/Checkers/LLVMConventionsChecker.cpp
lib/StaticAnalyzer/Core/BugReporterVisitors.cpp
lib/StaticAnalyzer/Core/ExprEngineCallAndReturn.cpp