llvm-project/clang/lib
Argyrios Kyrtzidis 7f6b029c4e Introduce SourceManager::getFileLoc which returns a file location
taking into account macro arguments.

llvm-svn: 141771
2011-10-12 07:07:40 +00:00
..
ARCMigrate Introduce a pure virtual clone() method to DiagnosticConsumer, so that 2011-09-29 00:38:00 +00:00
AST constexpr: don't consider class types with mutable members to be literal types. 2011-10-12 05:08:15 +00:00
Analysis Remove AnalysisContext::getLiveVariables(), and introduce a templatized mechanism to lazily create analyses that are attached to AnalysisContext objects. 2011-10-07 22:21:02 +00:00
Basic Introduce SourceManager::getFileLoc which returns a file location 2011-10-12 07:07:40 +00:00
CodeGen Remember to set the location in EmitGlobalVariable to the current decl 2011-10-12 01:11:30 +00:00
Driver Driver: Add support for a new -nostdlibinc option. 2011-10-11 18:20:16 +00:00
Frontend Frontend: Replace -nostdinc by -nostdsysteminc (which is just system include 2011-10-11 18:20:10 +00:00
FrontendTool Parse LLVM command line arguments after plugins have been loaded 2011-10-10 01:23:06 +00:00
Headers Add _mm_comige_sd to emmintrin.h, since I apparently forgot to do this in r138769. 2011-10-06 20:31:50 +00:00
Index Removing a bunch of dead returns/breaks after llvm_unreachables. 2011-09-23 20:26:49 +00:00
Lex Handle Perforce-style conflict markers like normal conflict markers. Perforce 2011-10-12 00:37:51 +00:00
Parse Catch placeholder types in DefaultLvalueConversion 2011-10-11 23:14:30 +00:00
Rewrite objc rewriter: Restore objc_msgSend_stret/objc_msgSendSuper_stret declaration 2011-10-11 23:02:37 +00:00
Sema constexpr: don't consider class types with mutable members to be literal types. 2011-10-12 05:08:15 +00:00
Serialization Add support for viewing the module graph via Graphviz, for debugging 2011-10-11 19:27:55 +00:00
StaticAnalyzer [analyzer] Remove an unused member variable. 2011-10-11 18:19:20 +00:00
CMakeLists.txt The ARC Migration Tool. All the credit goes to Argyrios and Fariborz 2011-06-15 23:25:17 +00:00
Makefile The ARC Migration Tool. All the credit goes to Argyrios and Fariborz 2011-06-15 23:25:17 +00:00