hanchenye-llvm-project/clang/lib
Rafael Espindola 596402a87c Add C++ header path for openSUSE 11.4.
Patch by İsmail Dönmez.

llvm-svn: 120154
2010-11-25 18:51:59 +00:00
..
AST Move isNearlyEmpty out into the ASTContext so it can be called from CodeGen as well. 2010-11-25 01:51:53 +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 For CFGAutomaticObjDtor, the type may be reference type, e.g., const A &c = A(); 2010-11-25 06:35:14 +00:00
CodeGen Hide a bunch of symbols. 2010-11-25 18:29:30 +00:00
Driver Forward the -fno-elide-constructor argument to clang -cc1. Fixes PR8652. 2010-11-21 00:09:52 +00:00
Frontend Add C++ header path for openSUSE 11.4. 2010-11-25 18:51:59 +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 Tie DefineVTablesUsed() in with recursive function instantiation so that we emit 2010-11-25 00:35:20 +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