llvm-project/clang/lib
Chandler Carruth f7e0ecb65d Implement the feature I was originally driving toward when I started
this saga. Teach the driver to detect a GCC installed along side Clang
using the existing InstalledDir support in the Clang driver. This makes
a lot of Clang's behavior more automatic when it is installed along side
GCC.

Also include the first test cases (more to come, honest) which test both
the install directory behavior, and the version sorting behavior to show
that we're actually searching for the best candidate GCC installation
now.

llvm-svn: 141145
2011-10-05 01:01:57 +00:00
..
ARCMigrate Introduce a pure virtual clone() method to DiagnosticConsumer, so that 2011-09-29 00:38:00 +00:00
AST c: assignment/init of a function pointer whose function(s) 2011-10-05 00:05:34 +00:00
Analysis Fix another major performance regression in LiveVariables by not canonicalizing the underlying ImmutableSets on every analyzed statement (just at merges). Fixes <rdar://problem/10087538>. 2011-10-02 01:45:37 +00:00
Basic Basic/Diagnostics: Apparently, #pragma ... diagnostic is intended to override 2011-10-04 21:17:24 +00:00
CodeGen Add bitmaps for strong / weak ivar layout (GNUstep runtime). 2011-10-04 15:35:30 +00:00
Driver Implement the feature I was originally driving toward when I started 2011-10-05 01:01:57 +00:00
Frontend Fix include path detection on Fedora 15 with GCC 4.6.1. Patch by Arthur Haas. 2011-10-04 15:35:52 +00:00
FrontendTool Eliminate the unused -create-module cc1-level option 2011-09-15 19:45:56 +00:00
Headers Add support for alignment-specifiers in C1X and C++11, remove 2011-09-29 18:04:28 +00:00
Index Removing a bunch of dead returns/breaks after llvm_unreachables. 2011-09-23 20:26:49 +00:00
Lex Fixed exapnsion range for # and ##. 2011-10-03 18:39:03 +00:00
Parse Pass from the parser the locations of selector identifiers when creating 2011-10-03 06:36:36 +00:00
Rewrite Improve location fidelity of objc decls. 2011-10-04 04:48:02 +00:00
Sema c: assignment/init of a function pointer whose function(s) 2011-10-05 00:05:34 +00:00
Serialization Improve location fidelity of objc decls. 2011-10-04 04:48:02 +00:00
StaticAnalyzer [analyzer] Removing more references to CheckerContext::getNodeBuilder(): ask CheckerContext to generate the nodes. 2011-10-04 23:29:16 +00:00
CMakeLists.txt The ARC Migration Tool. All the credit goes to Argyrios and Fariborz 2011-06-15 23:25:17 +00:00
Makefile The ARC Migration Tool. All the credit goes to Argyrios and Fariborz 2011-06-15 23:25:17 +00:00