llvm-project/clang/lib
Bill Wendling 5d7469e3e4 Don't assume that the clause is a GlobalVariable. It could be a constant.
llvm-svn: 140123
2011-09-20 00:40:19 +00:00
..
ARCMigrate Rename SourceLocation::getFileLocWithOffset -> getLocWithOffset. 2011-09-19 20:40:19 +00:00
AST OpenCL: introduce support for function scope __local variables 2011-09-19 21:14:35 +00:00
Analysis [analyzer] Constify a method. 2011-09-19 23:17:48 +00:00
Basic [libclang] When getting a source location from a file:line:col triplet 2011-09-19 20:40:35 +00:00
CodeGen Don't assume that the clause is a GlobalVariable. It could be a constant. 2011-09-20 00:40:19 +00:00
Driver As per discussion with Doug Gregor on the IRC channel, introduce a new compiler switch: -fms-compatility. 2011-09-17 04:32:15 +00:00
Frontend In libclang, when visiting preprocessed entities in a source range, use 2011-09-19 20:40:48 +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 Fix gcc build. 2011-09-19 22:02:08 +00:00
Parse Rename SourceLocation::getFileLocWithOffset -> getLocWithOffset. 2011-09-19 20:40:19 +00:00
Rewrite Rename SourceLocation::getFileLocWithOffset -> getLocWithOffset. 2011-09-19 20:40:19 +00:00
Sema Add list initialization for complex numbers in C. Essentially, this allows "_Complex float x = {1.0f, 2.0f};". See changes to docs/LanguageExtensions.html for a longer description. 2011-09-19 23:17:44 +00:00
Serialization In libclang, when visiting preprocessed entities in a source range, use 2011-09-19 20:40:48 +00:00
StaticAnalyzer [analyzer] BugReport has a profile method, so reuse it here. 2011-09-19 23:44:31 +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