summaryrefslogtreecommitdiffstats
path: root/clang/test/Parser/objcxx11-protocol-in-template.mm
Commit message (Collapse)AuthorAgeFilesLines
* Don't require a space between the two ">" in "vector<id<protocol>>" in objc++11.Nico Weber2012-12-141-0/+15
C++11 allowed writing "vector<vector<int>>" without a space between the two ">". This change allows this for protocols in template lists too in -std=c++11 mode, and improves the diagnostic in c++98 mode. llvm-svn: 170223
OpenPOWER on IntegriCloud