]> granicus.if.org Git - clang/commit
move sorting of qualifying protocols from the parser into
authorChris Lattner <sabre@nondot.org>
Mon, 7 Apr 2008 04:56:42 +0000 (04:56 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 7 Apr 2008 04:56:42 +0000 (04:56 +0000)
commit88cb27a160adc305783a44f922ee4b216006ebf9
tree0d960523cdae19441d894851b8e1983793147163
parent28c0b7df574599d4c19a4c09ca61bb3d70a338cc
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
lib/AST/ASTContext.cpp
lib/Parse/ParseObjc.cpp