llvm-project/clang/lib
John McCall 032092ffc2 Revert r120063, it was wrong.
llvm-svn: 120296
2010-11-29 18:01:58 +00:00
..
AST I hate default statements 2010-11-29 17:45:20 +00:00
Analysis Let StackFrameContext represent if the call expr is evaluated as lvalue. 2010-11-24 13:08:51 +00:00
Basic Fix 2 problems with Chris Lattner's FileManager redesign on Windows. 2010-11-24 03:07:43 +00:00
Checker Do not use StripCasts() in this context. 2010-11-26 09:14:07 +00:00
CodeGen Don't store the maximum alignment, we can trivially compute it. 2010-11-28 23:06:23 +00:00
Driver Add missing else. 2010-11-28 01:08:36 +00:00
Frontend When performing code completion within ASTUnit, allocate the AugmentedCodeCompleteConsumer on the heap, so it's always cleaned up properly 2010-11-29 16:13:56 +00:00
FrontendTool Add -cc1 -ast-dump-xml, an excessively detailed XML dump of the internals 2010-11-24 11:21:45 +00:00
Headers Undo part of my previous commit to mm_malloc.h, going back to the use of 2010-11-22 08:06:31 +00:00
Index Fix CMake clangIndex library dependencies, from Logan Chien 2010-09-20 18:32:29 +00:00
Lex change the 'is directory' indicator to be a null-or-not 2010-11-23 21:17:56 +00:00
Parse Remove the other FIXME I added. This is covered by the Index test and not testable via -ast-dump. 2010-11-22 13:48:02 +00:00
Rewrite Minor whitespace fix, no functionality change 2010-11-22 10:26:41 +00:00
Sema Revert r120063, it was wrong. 2010-11-29 18:01:58 +00:00
Serialization Hide a bunch of symbols. 2010-11-25 18:29:30 +00:00
CMakeLists.txt Move ExecuteCompilerInvocation to a new library FrontendTool 2010-08-24 00:31:22 +00:00
Makefile Move ExecuteCompilerInvocation to a new library FrontendTool 2010-08-24 00:31:22 +00:00