]> granicus.if.org Git - clang/commit
PR19936: Fix a really dumb bug where we would profile dependent operator* expressions...
authorRichard Smith <richard-llvm@metafoo.co.uk>
Thu, 5 Jun 2014 22:43:40 +0000 (22:43 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Thu, 5 Jun 2014 22:43:40 +0000 (22:43 +0000)
commit087ba6d3727abe5de34eb76947fd96f3a8af108f
tree830e56c633b66be5215e8e2b5bfcb5639ec6de6a
parent8e2c32154dcb11b5bf43b44954452a4e74f523ea
PR19936: Fix a really dumb bug where we would profile dependent operator* expressions incorrectly.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@210296 91177308-0d34-0410-b5e6-96231b3b80d8
lib/AST/StmtProfile.cpp
test/SemaTemplate/dependent-names.cpp