llvm-project/clang/lib/Parse
Fariborz Jahanian b7c5f74264 ObjectiveC: Handle the case of qualifying protocols
declared in a typedef declaraton used as super
class of an ObjC class. Curretnly, these protocols
are dropped from the class hierarchy. Test shows that
it is now included. // rdar://15051465

llvm-svn: 191395
2013-09-25 19:36:32 +00:00
..
CMakeLists.txt Use attribute argument information to determine when to parse attribute arguments as expressions. 2013-05-02 23:25:32 +00:00
Makefile BUILD_ARCHIVE is the default for libraries, no need to set it. 2010-07-18 00:14:47 +00:00
ParseAST.cpp Use SmallVectorImpl instead of SmallVector for iterators and references to avoid specifying the vector size unnecessarily. 2013-07-04 03:08:24 +00:00
ParseCXXInlineMethods.cpp Parse: Template specializations which aren't dependent needn't have their parsing be delayed 2013-09-14 05:46:42 +00:00
ParseDecl.cpp Remove a bogus diagnostic preventing static data member templates from being 2013-09-18 23:09:24 +00:00
ParseDeclCXX.cpp Consolidating the notion of a GNU attribute parameter with the attribute argument list. 2013-08-31 01:11:41 +00:00
ParseExpr.cpp Parse: Move simple-type-specifier sanity check earlier 2013-09-22 03:30:01 +00:00
ParseExprCXX.cpp Revert "Implement a rudimentary form of generic lambdas." 2013-08-22 12:12:24 +00:00
ParseInit.cpp Replace 'MultiExprArg()' with 'None' 2013-05-05 20:40:26 +00:00
ParseObjc.cpp ObjectiveC: Handle the case of qualifying protocols 2013-09-25 19:36:32 +00:00
ParseOpenMP.cpp OpenMP: Data-sharing attributes analysis and clause 'shared' (fixed test threadprivate_messages.cpp) 2013-09-06 18:03:48 +00:00
ParsePragma.cpp Adding support for MSVC #pragma detect_mismatch functionality by emitting a FAILIFMISMATCH linker command into the object file. 2013-06-04 02:07:14 +00:00
ParsePragma.h Adding support for MSVC #pragma detect_mismatch functionality by emitting a FAILIFMISMATCH linker command into the object file. 2013-06-04 02:07:14 +00:00
ParseStmt.cpp Add some missing ProhibitAttributes calls to some declaration-like #pragmas. 2013-09-16 21:17:44 +00:00
ParseTemplate.cpp Parse: Do not 'HandleTopLevelDecl' on templated functions. 2013-08-16 08:29:13 +00:00
ParseTentative.cpp PR13657 (and duplicates): 2013-09-12 23:28:08 +00:00
Parser.cpp Parser: support Microsoft syntax for 'typename typedef' 2013-09-03 22:36:22 +00:00
RAIIObjectsForParser.h OpenMP threadprivate with qualified names. 2013-05-13 04:18:18 +00:00