llvm-project/clang/lib
Fariborz Jahanian 3c12dd7675 objective-c: Using existing infrastructure for finding
overridden  methods to diagnose their type mismatch.
This is a general solution for previous fixes
for // rdar://6191214 and // rdar://9352731
and removes lots of duplicate code.

llvm-svn: 137222
2011-08-10 17:16:30 +00:00
..
ARCMigrate Make helper functions static. 2011-08-02 04:50:49 +00:00
AST Move the creation of the record type for the state of Objective-C fast 2011-08-09 17:23:49 +00:00
Analysis Fix another -Wuninitialized assertion failure (this one involving bit casts) resulting from the recent -Wuninitialized changes. 2011-08-08 21:43:08 +00:00
Basic Provide diag_iterator for iterating over the built-in diagnostic IDs/names in the internal table of DiagnosticIDs. 2011-08-09 03:39:14 +00:00
CodeGen Formatting. 2011-08-10 04:11:11 +00:00
Driver If no -miphoneos-version-min specified, see if we can set the default based on 2011-08-08 23:39:34 +00:00
Frontend Wire up -import-module to run ReadAST for each module loaded. 2011-08-05 22:17: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 http://llvm.org/bugs/show_bug.cgi?id=10472 2011-07-25 18:09:56 +00:00
Index remove unneeded llvm:: namespace qualifiers on some core types now that LLVM.h imports 2011-07-23 10:55:15 +00:00
Lex Fix comment (test commit) 2011-08-08 06:10:39 +00:00
Parse Thread Safety: Added basic argument parsing for all new attributes. 2011-08-09 17:59:31 +00:00
Rewrite objc rewriter: Fixes a rewriting of implicit casting of an integral 2011-08-04 23:58:03 +00:00
Sema objective-c: Using existing infrastructure for finding 2011-08-10 17:16:30 +00:00
Serialization Move the creation of the record type for the state of Objective-C fast 2011-08-09 17:23:49 +00:00
StaticAnalyzer [analyzer] Start sketching out a new BugReporterVisitor that inspects branches and other expressions to generate interesting path events in diagnostics. 2011-08-06 06:54:45 +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