]> granicus.if.org Git - clang/commit
revise r112365 to fix the actual problem: the isa<TagType>(Underlying)
authorChris Lattner <sabre@nondot.org>
Sat, 4 Sep 2010 23:16:01 +0000 (23:16 +0000)
committerChris Lattner <sabre@nondot.org>
Sat, 4 Sep 2010 23:16:01 +0000 (23:16 +0000)
commitc3f8c0731ef59ba79753f89f1c108b8134f6ae83
tree03fa5f3603d61370361f4df0d415c1cdaa744dd2
parent699c06068dab18efd37897659ec120d211827607
revise r112365 to fix the actual problem: the isa<TagType>(Underlying)
check in the "typedef for anonymous type" check should have been a
getAs.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@113085 91177308-0d34-0410-b5e6-96231b3b80d8
lib/AST/ASTDiagnostic.cpp