llvm-project/clang/lib
Fariborz Jahanian 7fcce6829d objc++-arc: diagnose assignment/cast of a weak-unavailable
object to a __weak object/type. // rdar://9732636.
One item is yet todo.

llvm-svn: 134655
2011-07-07 23:04:17 +00:00
..
ARCMigrate Move SourceManager::isAt[Start/End]OfMacroInstantiation functions to the Lexer, since they depend on it now. 2011-07-07 21:54:45 +00:00
AST r134634 causes a failure on MultiSource/Benchmarks/Olden/bh with TEST=nightly, 2011-07-07 21:03:28 +00:00
Analysis Build up statistics about the work done for analysis based warnings. 2011-07-06 16:21:37 +00:00
Basic Fix a typo in the fpsr register and add the fpcr register. 2011-07-07 22:55:26 +00:00
CodeGen Layout the code for trapping arithmetic so that the overflow case comes after 2011-07-07 21:13:10 +00:00
Driver [arcmt] Add -ccc-arcmt-check/-ccc-arcmt-modify driver option aliases. 2011-07-07 04:00:39 +00:00
Frontend Remove BoostCon-specific code from Clang. FWIW, I'm a fan of things like this living in a separate branch. 2011-07-07 22:40:15 +00:00
FrontendTool Remove BoostCon-specific code from Clang. FWIW, I'm a fan of things like this living in a separate branch. 2011-07-07 22:40:15 +00:00
Headers Teach Clang's <float.h> to also include MinGW's <float.h>, which provides additional system definitions, from Ruben Van Boxem 2011-07-05 14:17:04 +00:00
Index Modify some deleted function methods to better reflect reality: 2011-05-06 20:44:56 +00:00
Lex Move SourceManager::isAt[Start/End]OfMacroInstantiation functions to the Lexer, since they depend on it now. 2011-07-07 21:54:45 +00:00
Parse Move SourceManager::isAt[Start/End]OfMacroInstantiation functions to the Lexer, since they depend on it now. 2011-07-07 21:54:45 +00:00
Rewrite Make more use of llvm::StringRef in various APIs. In particular, don't 2011-06-21 15:13:30 +00:00
Sema objc++-arc: diagnose assignment/cast of a weak-unavailable 2011-07-07 23:04:17 +00:00
Serialization Properly implement the scope restriction on the NRVO for 2011-07-06 22:04:06 +00:00
StaticAnalyzer In ARC, reclaim all return values of retainable type, not just those 2011-07-07 06:58:02 +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