summaryrefslogtreecommitdiffstats
path: root/clang/lib/AST/ASTContext.cpp
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2009-01-16 07:15:35 +0000
committerChris Lattner <sabre@nondot.org>2009-01-16 07:15:35 +0000
commit3c91971b3391a6aa7f48ee11986813204006adf9 (patch)
treeadd32f4e72bc63dfbd849aa4ef985b301bfc37a6 /clang/lib/AST/ASTContext.cpp
parentc4c181902e3bfd5f813676938fa22ef09b78396c (diff)
downloadbcm5719-llvm-3c91971b3391a6aa7f48ee11986813204006adf9.tar.gz
bcm5719-llvm-3c91971b3391a6aa7f48ee11986813204006adf9.zip
rename "virtual location" of a macro to "instantiation location".
llvm-svn: 62315
Diffstat (limited to 'clang/lib/AST/ASTContext.cpp')
-rw-r--r--clang/lib/AST/ASTContext.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/clang/lib/AST/ASTContext.cpp b/clang/lib/AST/ASTContext.cpp
index c64c1010bee..fe868d07683 100644
--- a/clang/lib/AST/ASTContext.cpp
+++ b/clang/lib/AST/ASTContext.cpp
@@ -2488,6 +2488,7 @@ QualType ASTContext::mergeTypes(QualType LHS, QualType RHS) {
//===----------------------------------------------------------------------===//
// Integer Predicates
//===----------------------------------------------------------------------===//
+
unsigned ASTContext::getIntWidth(QualType T) {
if (T == BoolTy)
return 1;
OpenPOWER on IntegriCloud