clang-1/lib
Douglas Gregor ce82196076 Member function templates can occur after . or ->
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@91137 91177308-0d34-0410-b5e6-96231b3b80d8
2009-12-11 18:14:22 +00:00
..
AST Use StringRef.getAsInteger instead of temporary string + strtol. No intended functionality change. 2009-12-11 13:26:32 +00:00
Analysis Enhance understanding of VarRegions referenced by a block whose declarations are outside the current stack frame. Fixes <rdar://problem/7462324>. 2009-12-11 06:43:27 +00:00
Basic FileManager: Do not cache failed stats, it is easy to construct common 2009-12-11 00:27:20 +00:00
CodeGen Fix for PR5706: let mangleName deal with mangling names without identifiers 2009-12-11 18:00:57 +00:00
Driver spread 'const' love to some variables. this considerably reduces the amount of dirty data around. 2009-12-10 00:07:02 +00:00
Frontend spread 'const' love to some variables. this considerably reduces the amount of dirty data around. 2009-12-10 00:07:02 +00:00
Headers minimal fix for PR5743 2009-12-10 01:38:15 +00:00
Index Add the BlockDecl to the DeclContext. 2009-12-07 22:01:30 +00:00
Lex Don't expand tabs when computing the offset from the code-completion column 2009-12-08 21:45:46 +00:00
Parse Implement access declarations. Most of the work here is parsing them, which 2009-12-11 02:10:03 +00:00
Rewrite Fix PR5633 by making the preprocessor handle the case where we can 2009-11-30 04:18:44 +00:00
Sema Member function templates can occur after . or -> 2009-12-11 18:14:22 +00:00
CMakeLists.txt
Makefile