clang-1/lib/Parse
Chris Lattner 88cb27a160 move sorting of qualifying protocols from the parser into
sema.  This allows clients of the parser to have the unmolested 
list if desired, and guarantees that noone can create an
ObjCQualifiedInterfaceType with an unsorted list.



git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@49310 91177308-0d34-0410-b5e6-96231b3b80d8
2008-04-07 04:56:42 +00:00
..
AttributeList.cpp Make a major restructuring of the clang tree: introduce a top-level 2008-03-15 23:59:48 +00:00
DeclSpec.cpp Make a major restructuring of the clang tree: introduce a top-level 2008-03-15 23:59:48 +00:00
Makefile Make a major restructuring of the clang tree: introduce a top-level 2008-03-15 23:59:48 +00:00
MinimalAction.cpp Two changes to Sema::LookupDecl() interface. 2008-04-02 14:35:35 +00:00
ParseDecl.cpp move a semantic check out of the parser into sema. 2008-04-06 07:49:57 +00:00
ParseDeclCXX.cpp Make a major restructuring of the clang tree: introduce a top-level 2008-03-15 23:59:48 +00:00
ParseExpr.cpp Use token lookahead to simplify some code that is rarely executed. 2008-04-06 05:26:30 +00:00
ParseExprCXX.cpp minor simplification 2008-04-06 06:03:03 +00:00
ParseInit.cpp Make a major restructuring of the clang tree: introduce a top-level 2008-03-15 23:59:48 +00:00
ParseObjc.cpp move sorting of qualifying protocols from the parser into 2008-04-07 04:56:42 +00:00
ParseStmt.cpp Make a major restructuring of the clang tree: introduce a top-level 2008-03-15 23:59:48 +00:00
Parser.cpp Fix handling of implicit int, resolving PR2012 and reverting (and 2008-04-05 06:32:51 +00:00