clang-1/lib
Chris Lattner 9594675cc1 introduce a centralized place to introduce and inject llvm types into the
clang namespace.  There are a number of LLVM types that are used pervasively
and it doesn't make sense to keep qualifying them.  Start with casting
operators.


git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@135574 91177308-0d34-0410-b5e6-96231b3b80d8
2011-07-20 06:37:11 +00:00
..
ARCMigrate Update CMake build. 2011-07-19 17:26:28 +00:00
AST This fix (thanks to Doug Gregor) corrects a bug 2011-07-19 22:38:25 +00:00
Analysis Fix false negative in -Wuninitialized involving a () wrapping an lvalue-to-rvalue conversion in a DeclStmt. 2011-07-19 21:41:51 +00:00
Basic Refactor r135502 to avoid an empty if else condition, per Eric's suggestion (good call!). 2011-07-19 20:00:06 +00:00
CodeGen fix rdar://9780211 - Clang crashes with an assertion failure building WKView.mm from WebKit 2011-07-20 06:29:00 +00:00
Driver introduce a centralized place to introduce and inject llvm types into the 2011-07-20 06:37:11 +00:00
Frontend [arcmt] Add some additional driver flags to optionally emit or save the pre-migration ARC errors. 2011-07-19 17:20:03 +00:00
FrontendTool [arcmt] Add some additional driver flags to optionally emit or save the pre-migration ARC errors. 2011-07-19 17:20:03 +00:00
Headers Fix typo. 2011-07-19 08:48:08 +00:00
Index Modify some deleted function methods to better reflect reality: 2011-05-06 20:44:56 +00:00
Lex Spelling 2011-07-20 00:14:37 +00:00
Parse PR10392: "#pragma GCC visibility" must not expand macros in its 2011-07-20 01:03:50 +00:00
Rewrite Switch a comment in Rewrite from 'instantiation' to 'expansion'. 2011-07-15 00:04:40 +00:00
Sema Replace r134583's fix for PR10290 with one which also works for non-value-dependent cases. 2011-07-20 00:12:52 +00:00
Serialization Use a ContinuousRangeMap to map from the global macro definition ID in 2011-07-20 01:29:15 +00:00
StaticAnalyzer [analyzer] Very minor cleanup in PthreadLockChecker. No functionality change. 2011-07-19 20:31:42 +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