diff options
| author | Chris Lattner <sabre@nondot.org> | 2009-01-16 07:15:35 +0000 |
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2009-01-16 07:15:35 +0000 |
| commit | 3c91971b3391a6aa7f48ee11986813204006adf9 (patch) | |
| tree | add32f4e72bc63dfbd849aa4ef985b301bfc37a6 /clang/lib/AST/ASTContext.cpp | |
| parent | c4c181902e3bfd5f813676938fa22ef09b78396c (diff) | |
| download | bcm5719-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.cpp | 1 |
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; |

