llvm-project/clang/lib
Benjamin Kramer 559865c89d Reenable -cxx-isystem for Objective C++, until I come up with a better solution
llvm-svn: 140365
2011-09-23 02:25:14 +00:00
..
ARCMigrate Rename SourceLocation::getFileLocWithOffset -> getLocWithOffset. 2011-09-19 20:40:19 +00:00
AST Don't use TemplateArgumentListInfo inside AST nodes because it may leak. 2011-09-22 20:07:09 +00:00
Analysis Test commit 2011-09-20 17:25:59 +00:00
Basic PTX: Clean up target options code 2011-09-22 17:57:40 +00:00
CodeGen Don't remove filters. 2011-09-22 20:32:54 +00:00
Driver Add support for CPATH and friends. 2011-09-22 21:41:16 +00:00
Frontend Reenable -cxx-isystem for Objective C++, until I come up with a better solution 2011-09-23 02:25:14 +00:00
FrontendTool Eliminate the unused -create-module cc1-level option 2011-09-15 19:45:56 +00:00
Headers Tweak *mmintrin.h so that they don't make any bad assumptions about alignment (which probably has little effect in practice, but better to get it right). Make the load in _mm_loadh_pi and _mm_loadl_pi a single LLVM IR instruction to make optimizing easier for CodeGen. 2011-09-15 23:15:27 +00:00
Index remove unneeded llvm:: namespace qualifiers on some core types now that LLVM.h imports 2011-07-23 10:55:15 +00:00
Lex Do manual binary search for preprocessing entities because their end locations 2011-09-22 21:17:02 +00:00
Parse [microsoft] Fix a bug in -fdelayed-template-parsing mode where we were not reentering the delayed function context correctly. The problem was that all template params were reintroduced inside the same scope. So if we had a situation where we had 2 template params with the same name at different scope then clang would generate an error about ambiguous name. 2011-09-22 22:14:56 +00:00
Rewrite Rename SourceLocation::getFileLocWithOffset -> getLocWithOffset. 2011-09-19 20:40:19 +00:00
Sema Don't finalize checking of base and member initializers for a 2011-09-22 23:04:35 +00:00
Serialization Do manual binary search for preprocessing entities because their end locations 2011-09-22 21:17:02 +00:00
StaticAnalyzer ST->scanReachableSymbols() is creating a SubRegionMap (SRM) on every call since one SRM is created in each ScanReachableSymbols instance. Creating the object just once and calling only scan inside the loop gives ~ 14% speed up of the StaticAnalyzer run (Release+Asserts). 2011-09-22 18:10:41 +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