commit | bdcb6abaa287df2c5f312c51d993c1d0b0cb120c | [log] [tgz] |
---|---|---|
author | Greg Clayton <gclayton@apple.com> | Tue Jan 25 23:55:37 2011 +0000 |
committer | Greg Clayton <gclayton@apple.com> | Tue Jan 25 23:55:37 2011 +0000 |
tree | 066dbc1dd0fc8eff1b54a22c0beae4a75e6f1ae2 | |
parent | 60c0d627a506752b3b9ef5c0b11f1640b739b9ff [diff] [blame] |
Enabled extra warnings and fixed a bunch of small issues. git-svn-id: https://llvm.org/svn/llvm-project/llvdb/trunk@124250 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/source/Symbol/ClangASTContext.cpp b/source/Symbol/ClangASTContext.cpp index 7e68a63..3edbf8a 100644 --- a/source/Symbol/ClangASTContext.cpp +++ b/source/Symbol/ClangASTContext.cpp
@@ -3909,7 +3909,7 @@ return NULL; } -size_t +uint32_t ClangASTContext::GetPointerBitSize () { ASTContext *ast = getASTContext();