clang-1/include/clang
Chris Lattner 726e168dc0 change the StringLiteral AST node to track all of the SourceLocations of
the various PPTokens that are pasted together to make it.  In the course
of working on this, I discovered ParseObjCStringLiteral which needs some
work.  I'll tackle it next.


git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@64892 91177308-0d34-0410-b5e6-96231b3b80d8
2009-02-18 05:49:11 +00:00
..
AST change the StringLiteral AST node to track all of the SourceLocations of 2009-02-18 05:49:11 +00:00
Analysis Hooked up the necessary machinery to allow the retain/release checker reference 2009-02-18 03:48:14 +00:00
Basic Implement basic parsing and semantic analysis for explicit 2009-02-17 23:15:12 +00:00
CodeGen Add GetModule accessor to ModuleBuilder 2008-10-21 19:55:09 +00:00
Driver move llvm backend specific #includes into Backend.cpp instead of Clang.cpp 2009-02-18 01:23:44 +00:00
Lex track "just a little more" location information for macro instantiations. 2009-02-15 20:52:18 +00:00
Parse Implement basic parsing and semantic analysis for explicit 2009-02-17 23:15:12 +00:00
Rewrite this massive patch introduces a simple new abstraction: it makes 2009-01-17 06:22:33 +00:00
Sema Fix -Wimplicit-function-declaration, which required some refactoring and 2009-01-29 06:55:46 +00:00