llvm-project/clang/lib
Bob Wilson 8e5acc5cc1 Use the new Triple::getMacOSXVersion function in another place.
I removed support for "*-darwin*-iphoneos" triples, since we now have
iOS listed as a separate OS in the triples.

llvm-svn: 149455
2012-01-31 23:52:58 +00:00
..
ARCMigrate arc migrator: twik previous patch to exclude user provided 2012-01-31 22:09:44 +00:00
AST constexpr: Treat INT_MIN % -1 as undefined behavior in C++11. Technically, it 2012-01-31 23:24:19 +00:00
Analysis Format string warnings: don't a.k.a. wchar_t with wchar_t. 2012-01-31 14:59:59 +00:00
Basic Use the new Triple::getMacOSXVersion function in another place. 2012-01-31 23:52:58 +00:00
CodeGen Support @compatibility_alias at run time (GNUstep Runtime) 2012-01-31 18:59:20 +00:00
Driver Use new Triple::getMacOSXVersion function. 2012-01-31 22:43:59 +00:00
Frontend Split compiler builtin module into "stdlib" builtins and "intrinsic" 2012-01-31 21:57:50 +00:00
FrontendTool Introduce 3 new fixit options: 2012-01-26 02:40:48 +00:00
Headers Split compiler builtin module into "stdlib" builtins and "intrinsic" 2012-01-31 21:57:50 +00:00
Index More dead code removal (using -Wunreachable-code) 2012-01-20 21:50:17 +00:00
Lex fix a crash on: 2012-01-31 18:53:44 +00:00
Parse Implement code completion support for module import declarations, e.g., 2012-01-29 18:15:03 +00:00
Rewrite In FixItRecompile::BeginInvocation() reset the diagnostics before executing 2012-01-27 06:15:37 +00:00
Sema Make the callback object to Sema::CorrectTypo mandatory. 2012-01-31 23:49:25 +00:00
Serialization Thread a TargetInfo through to the module map; we'll need it for 2012-01-30 06:01:29 +00:00
StaticAnalyzer Fix an assertion failure in isMacOSXVersionLT for IOS targets. 2012-01-31 23:52:54 +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