[cfe-commits] r130656 - in /cfe/trunk: include/clang/AST/TypeLoc.h test/Index/annotate-nested-name-specifier.cpp test/Index/recursive-cxx-member-calls.cpp tools/libclang/CIndex.cpp
Douglas Gregor
dgregor at apple.com
Sun May 1 08:43:42 PDT 2011
On May 1, 2011, at 2:53 AM, Chandler Carruth wrote:
> Author: chandlerc
> Date: Sun May 1 04:53:37 2011
> New Revision: 130656
>
> URL: http://llvm.org/viewvc/llvm-project?rev=130656&view=rev
> Log:
> Based on the new information in the AST provided by r130628, write
> 3 lines of code and improve a bunch of information in the libclang view
> of the code.
>
> Updates the two tests that exercise this with the new data, checking
> that each new source location actually points back to the declared
> template parameter.
Awesome! This was one of the most embarrassing holes in libclang's AST walk.
- Doug
More information about the cfe-commits
mailing list