llvm-project/clang/lib
Argyrios Kyrtzidis 9ed9e5f31c [objc] Introduce ObjCInterfaceDecl::getDesignatedInitializers() to get the
designated initializers of an interface.

If the interface declaration does not have methods marked as designated
initializers then the interface inherits the designated initializers of
its super class.

llvm-svn: 196315
2013-12-03 21:11:30 +00:00
..
ARCMigrate ObjectiveC migrator. delegate property must be 2013-11-21 17:49:34 +00:00
AST [objc] Introduce ObjCInterfaceDecl::getDesignatedInitializers() to get the 2013-12-03 21:11:30 +00:00
ASTMatchers Another pass at adding missing matchers into the registry. 2013-11-25 15:03:44 +00:00
Analysis Thread safety analysis: fix ICE due to missing null check on dyn_cast. 2013-11-26 19:45:21 +00:00
Basic Assume ARMv6 for NetBSD for now for strex/ldrex. 2013-12-02 16:12:05 +00:00
CodeGen [AArch64]Add missing floating point convert, round and misc intrinsics. 2013-12-03 06:07:13 +00:00
Driver Fix method/variable name typos 2013-12-03 06:53:35 +00:00
Edit ObjectiveC migrator: When doing migration, migrator must suggest 2013-10-01 21:16:29 +00:00
Format Added an option to specify fallback style. 2013-12-02 15:21:38 +00:00
Frontend Add support for C++'s SD6 feature test macros. 2013-11-27 22:58:16 +00:00
FrontendTool Bring back a StringRef used in some build configurations 2013-11-27 19:44:04 +00:00
Headers Fix a SSE2 intrinsics typo 2013-11-23 22:11:57 +00:00
Index libclang does not depend directly on clangFormat; but clangIndex does 2013-11-13 22:26:04 +00:00
Lex Fix corner case in module-based layering warning. 2013-12-03 20:30:36 +00:00
Parse Parse: Fix references to 'if' that meant 'for', 'do', and 'while' 2013-12-03 07:36:55 +00:00
Rewrite Rewriter: Output RewriteRope contents efficiently 2013-12-02 17:02:49 +00:00
Sema [objc] Introduce ObjCInterfaceDecl::getDesignatedInitializers() to get the 2013-12-03 21:11:30 +00:00
Serialization [objc] Introduce ObjCInterfaceDecl::getDesignatedInitializers() to get the 2013-12-03 21:11:30 +00:00
StaticAnalyzer Correct a user-visible static analyzer message typo 2013-12-02 03:50:25 +00:00
Tooling Remove a whole lot of unused variables 2013-11-27 05:22:15 +00:00
CMakeLists.txt Fix dependencies now that the ARC migrator depends on the static analyzer. 2013-08-22 15:50:02 +00:00
Makefile Fix dependencies now that the ARC migrator depends on the static analyzer. 2013-08-22 15:50:02 +00:00