llvm-project/clang/lib
Chris Lattner 71bd0c3263 fix PR10395 - array decay can produce an interesting type when
decaying an array of incomplete type (which has type [0 x i8]*) to a
normal pointer (which has incompletetype*).

llvm-svn: 135565
2011-07-20 04:31:01 +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 PR10395 - array decay can produce an interesting type when 2011-07-20 04:31:01 +00:00
Driver [arcmt] Add some additional driver flags to optionally emit or save the pre-migration ARC errors. 2011-07-19 17:20:03 +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