llvm-project/clang/lib
John McCall d2930c2100 In Objective-C, pull arbitrary attributes from overridden
methods, including indirectly overridden methods like those
declared in protocols and categories.  There are mismatches
that we would like to diagnose but aren't yet, but this   
is fine for now.

I looked at approaches that avoided doing this lookup 
unless we needed it, but the infer-related-result-type
checks were doing it anyway, so I left it with the same
fast-path check for no previous declartions of that 
selector.

llvm-svn: 135743
2011-07-22 02:45:48 +00:00
..
ARCMigrate now that we have a centralized place to do so, add some using declarations for 2011-07-20 06:58:45 +00:00
AST Add a const overload for ObjCInterfaceDecl::all_declared_ivar_begin. 2011-07-22 02:08:32 +00:00
Analysis Simplify passing of CFGBuildOptions around for AnalysisContext. No functionality change. 2011-07-21 05:22:47 +00:00
Basic Define the _MIPS_SIM builtin macro on MIPS platforms. Patch by Robert Millan! 2011-07-21 15:10:57 +00:00
CodeGen Add a const overload for ObjCInterfaceDecl::all_declared_ivar_begin. 2011-07-22 02:08:32 +00:00
Driver Avoid warning on "clang -c -Dfoo test.i". Lines like these are created 2011-07-21 23:40:37 +00:00
Frontend For ASTUnit::Save, write the AST to a temporary and then rename it to the actual filename. 2011-07-21 18:44:49 +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 now that we have a centralized place to do so, add some using declarations for 2011-07-20 06:58:45 +00:00
Lex Rework the detailed preprocessing record to separate preprocessing 2011-07-21 00:47:40 +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 In Objective-C, pull arbitrary attributes from overridden 2011-07-22 02:45:48 +00:00
Serialization In the AST reader, factor out the mapping of local type IDs to global 2011-07-22 00:38:23 +00:00
StaticAnalyzer In Objective-C, pull arbitrary attributes from overridden 2011-07-22 02:45:48 +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