aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Bitcode/Reader/BitstreamReader.cpp
diff options
context:
space:
mode:
authorDaniel Jasper <djasper@google.com>2013-01-21 14:39:22 +0000
committerDaniel Jasper <djasper@google.com>2013-01-21 14:39:22 +0000
commitc228619bb1835a11f0e07479d05b51db534eb117 (patch)
tree73c4ff01f33220bfe14ec06b909d2a61f49f3573 /llvm/lib/Bitcode/Reader/BitstreamReader.cpp
parent89b13a7cf3ca9f1ac3d741d5877733753608330f (diff)
downloadllvm-c228619bb1835a11f0e07479d05b51db534eb117.zip
llvm-c228619bb1835a11f0e07479d05b51db534eb117.tar.gz
llvm-c228619bb1835a11f0e07479d05b51db534eb117.tar.bz2
Fix parsing of templated declarations.
Before: template <template <typename T>, typename P > class X; After: template <template <typename T>, typename P> class X; More importantly, the token annotations for the second ">" are now computed correctly. llvm-svn: 173047
Diffstat (limited to 'llvm/lib/Bitcode/Reader/BitstreamReader.cpp')
0 files changed, 0 insertions, 0 deletions