clang-1/lib
Rafael Espindola ac1db6b2bd Use llvm::sys::fs::getMainExecutable.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@184915 91177308-0d34-0410-b5e6-96231b3b80d8
2013-06-26 05:03:40 +00:00
..
ARCMigrate Modernize some low-hanging PathV1 uses. 2013-06-13 14:26:04 +00:00
AST Lazily deserialize the "first' friend declaration when deserializing a class 2013-06-26 02:41:25 +00:00
ASTMatchers Add support for polymorphic matchers. Use runtime type checking to determine the right polymorphic overload to use. 2013-06-21 15:51:31 +00:00
Analysis [CFG] Set the “loop target” (back edge) for VisitObjCForCollectionStmt loops 2013-06-22 00:23:20 +00:00
Basic Fix a couple of PPC predefined macros that I spotted while driving by 2013-06-25 11:13:47 +00:00
CodeGen Remove misplaced comment 2013-06-25 17:07:56 +00:00
Driver Remove PathV1.h use from WindowsToolChain.cpp. 2013-06-26 03:39:10 +00:00
Edit [objcmt] Fix a mishandled conversion to objc directory literal. 2013-04-06 01:13:17 +00:00
Format Fix a comment. 2013-06-26 02:42:46 +00:00
Frontend Use llvm::sys::fs::getMainExecutable. 2013-06-26 05:03:40 +00:00
FrontendTool [Driver] Refactor clang driver to use LLVM's Option library 2013-06-14 17:17:23 +00:00
Headers X86 intrinsics: cmpge|gt|nge|ngt_ss|_sd 2013-06-17 19:42:49 +00:00
Lex [Modules] If a module map resides in a system header directory, treat it as a system module. 2013-06-21 16:28:10 +00:00
Parse ArrayRef'ize Sema::CodeCompleteConstructorInitializer 2013-06-23 22:58:02 +00:00
Rewrite Port HTMLDiagnostics to PathV2. No intended functionality change. 2013-06-12 18:13:05 +00:00
Sema Fix PCH bug with member templates of local classes in nontemplate functions. 2013-06-26 02:34:24 +00:00
Serialization Lazily deserialize the "first' friend declaration when deserializing a class 2013-06-26 02:41:25 +00:00
StaticAnalyzer [analyzer] Handle zeroing CXXConstructExprs. 2013-06-25 01:56:08 +00:00
Tooling Use llvm::sys::fs::getMainExecutable. 2013-06-26 05:03:40 +00:00
CMakeLists.txt Turn CLANG_ENABLE_{ARCMT,REWRITER,STATIC_ANALYZER} into proper options so that 2013-05-29 21:09:18 +00:00
Makefile Dont use/link ARCMT, StaticAnalyzer and Rewriter to clang when the user 2012-12-13 16:09:42 +00:00