]> granicus.if.org Git - clang/commit
AST/stats: Don't effectively use an out-of-line function to return a static
authorDaniel Dunbar <daniel@zuster.org>
Mon, 5 Mar 2012 21:42:49 +0000 (21:42 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Mon, 5 Mar 2012 21:42:49 +0000 (21:42 +0000)
commit02892a65b18875a04c7ed5eadb3a13be801ab477
tree2039a115887a751e12e83cf7229af194c4017e21
parent7034fb6c7be710883a970f82cb2da97bf1cf5cda
AST/stats: Don't effectively use an out-of-line function to return a static
bool. Ugh.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@152062 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/AST/DeclBase.h
include/clang/AST/Stmt.h
lib/AST/DeclBase.cpp
lib/AST/Stmt.cpp
lib/Parse/ParseAST.cpp