]> granicus.if.org Git - clang/commit
Apply a bug-fix patch from Marcin Kowalczyk to the source locations for
authorChandler Carruth <chandlerc@gmail.com>
Sat, 2 Apr 2011 09:47:38 +0000 (09:47 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Sat, 2 Apr 2011 09:47:38 +0000 (09:47 +0000)
commitd7650610b39947ad8ea8273e7e5099894f71bb08
tree6ecda02461828d41fa98542a198daed5fc233c9b
parent2bfa3019b8fb35931ca4927feaf25d39161b423e
Apply a bug-fix patch from Marcin Kowalczyk to the source locations for
a couple of operator overloads which form interesting expressions in the
AST.

I added test cases for both bugs with the c-index-test's token
annotation feature. Also, thanks to John McCall for confirming that this
is the correct solution.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@128768 91177308-0d34-0410-b5e6-96231b3b80d8
lib/AST/ExprCXX.cpp
test/Index/annotate-tokens.cpp