llvm-project/clang/lib
Dan Gohman b16def2be9 Don't check the isysroot path for Path::isValid(); if the user has
specified a syntactically invalid path, it's better to let the OS
diagnose the problem than to silently skip it.

llvm-svn: 120542
2010-12-01 02:59:44 +00:00
..
AST Implement AST import support for class template specializations. 2010-12-01 01:36:18 +00:00
Analysis Let StackFrameContext represent if the call expr is evaluated as lvalue. 2010-11-24 13:08:51 +00:00
Basic Such function decls,as objc's objc_msgSend, builtins in 2010-11-30 17:35:24 +00:00
Checker L-value to r-value conversion is not ready for prime-time. 2010-11-30 17:58:55 +00:00
CodeGen add some infrastructure that will let us codegen 2010-12-01 02:05:19 +00:00
Driver Handle -nostartfiles. 2010-12-01 01:52:43 +00:00
Frontend Don't check the isysroot path for Path::isValid(); if the user has 2010-12-01 02:59:44 +00:00
FrontendTool Merge System into Support. 2010-11-29 18:12:39 +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 Merge System into Support. 2010-11-29 18:12:39 +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 Merge System into Support. 2010-11-29 18:12:39 +00:00
Sema When unknown method is sent to a receiver of 2010-12-01 01:07:24 +00:00
Serialization When using a precompiled preamble with detailed preprocessing records, 2010-11-30 06:16:57 +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