llvm-project/clang/lib
Chris Lattner d28e6cc554 Add a slightly better hack for microsoft style inline asm,
patch by Per Linden!

llvm-svn: 111235
2010-08-17 16:00:12 +00:00
..
AST Convert all uses of StringLiteral::getStrData() to StringLiteral::getString() 2010-08-17 12:54:38 +00:00
Analysis Fix a bug where child statements could not be identified as being in a CFGBlock in CFGStmtMap::getBlock. 2010-08-11 23:36:58 +00:00
Basic Remove dead code, caught by unused function warnings. 2010-08-15 01:15:58 +00:00
Checker Convert all uses of StringLiteral::getStrData() to StringLiteral::getString() 2010-08-17 12:54:38 +00:00
CodeGen Convert all uses of StringLiteral::getStrData() to StringLiteral::getString() 2010-08-17 12:54:38 +00:00
Driver Pass some things to the linker that gcc passes. -r is the only one of these that I'm sure about, but the others seem to be listed on FreeBSD by gcc -dumpspecs, so I hope they're right. Apparently -r is also not passed on GNU/Linux (and should be), but I can't see where the toolchain definition for this platform live. 2010-08-15 22:58:12 +00:00
Frontend Convert all uses of StringLiteral::getStrData() to StringLiteral::getString() 2010-08-17 12:54:38 +00:00
Headers support for vec_add, vec_adds, vec_and, vec_andc with bool arguments 2010-08-16 16:22:12 +00:00
Index Remove unused location-to-AST-node resolver. libclang's implementation supercedes it 2010-07-19 16:18:30 +00:00
Lex Implement #pragma push_macro, patch by Francois Pichet! 2010-08-17 15:55:45 +00:00
Parse Add a slightly better hack for microsoft style inline asm, 2010-08-17 16:00:12 +00:00
Rewrite Make the FixItOptions object required instead of optional. 2010-08-15 16:47:39 +00:00
Sema 1 != I. Fix the formulation of code-completion patterns for 2010-08-17 15:53:35 +00:00
CMakeLists.txt Split libAnalysis into two libraries: libAnalysis and libChecker. 2010-01-25 04:41:41 +00:00
Makefile Move lib/Runtime to runtime/, and build after everything else. 2010-06-30 22:10:38 +00:00