]> granicus.if.org Git - clang/commit
Implement Sebastian's idea for simplifying our handling of the greater-than operator...
authorDouglas Gregor <dgregor@apple.com>
Mon, 9 Feb 2009 21:04:56 +0000 (21:04 +0000)
committerDouglas Gregor <dgregor@apple.com>
Mon, 9 Feb 2009 21:04:56 +0000 (21:04 +0000)
commitf02da89d7bddc319be52605d36442518647116b4
tree902ae3068a50f08402a64e7b5f54f1d5b4d432cd
parent668bf91d31265b6ea8c3eb854ba450857701f269
Implement Sebastian's idea for simplifying our handling of the greater-than operator/delimiter. Also, clean up after ourselves following a failed parse of a template-argument-list

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@64166 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Parse/Parser.h
lib/Parse/ParseExpr.cpp
lib/Parse/ParseTemplate.cpp