llvm-project/clang/lib
Chandler Carruth f7bf3db070 The Linux pattern of adding all the search paths that exist doesn't seem
to suit the FreeBSD folks. Take them back to something closer to the old
behavior. We test whether the /usr/lib32 directory exists (within the
SysRoot), and use it if so, otherwise use /usr/lib.

FreeBSD folks, let me know if this causes any problems, or if you have
further tweaks.

llvm-svn: 148953
2012-01-25 11:24:24 +00:00
..
ARCMigrate arc migrator: Provide infrastructure to add options 2012-01-25 00:20:29 +00:00
AST Fix PR11848: decree that an alias template contains an unexpanded parameter pack 2012-01-25 02:14:59 +00:00
Analysis Fix NSLog format string checking for %@. 2012-01-25 00:04:09 +00:00
Basic rename -ccc-host-triple into -target 2012-01-20 22:01:23 +00:00
CodeGen Fixup r148926, for -Asserts. 2012-01-25 08:58:21 +00:00
Driver The Linux pattern of adding all the search paths that exist doesn't seem 2012-01-25 11:24:24 +00:00
Frontend Fix -fmacro-backtrace-limit=0 to show the entire macro backtrace. 2012-01-25 06:07:15 +00:00
FrontendTool Remove unnecessary default cases in switches over enums. 2012-01-17 02:30:50 +00:00
Headers Represent 256-bit unaligned loads natively and remove the builtins. Similar change was made for 128-bit versions a while back. 2012-01-25 04:26:17 +00:00
Index More dead code removal (using -Wunreachable-code) 2012-01-20 21:50:17 +00:00
Lex Only mark an IdentifierInfo as having changed since deserialization 2012-01-24 15:24:38 +00:00
Parse With a little more work in the tentative parse determining whether a statement 2012-01-25 01:19:14 +00:00
Rewrite Per PR 11814, use Monospace instead of Andale Mono. 2012-01-20 20:39:55 +00:00
Sema Add support for const pointer to literal-objc string as format attribute. 2012-01-25 10:35:33 +00:00
Serialization Introduce a generation number for selector lookups in the global 2012-01-25 01:14:32 +00:00
StaticAnalyzer Reduce peak memory usage of the static analyzer on sqlite3 (when using inlining) by 30%. 2012-01-25 00:35:05 +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