]> granicus.if.org Git - clang/commit
Add USR support for C++ namespaces, and unify mangling of location information in...
authorTed Kremenek <kremenek@apple.com>
Thu, 6 May 2010 23:38:28 +0000 (23:38 +0000)
committerTed Kremenek <kremenek@apple.com>
Thu, 6 May 2010 23:38:28 +0000 (23:38 +0000)
commitcbd66f00cfe5c4412f8efd6e66b0bb6bae956f7c
tree00ee3ea18b31045d700232fb864e318774a9f628
parent8f06e0e9fec3ca501e5fb129f413adbfc88e82f8
Add USR support for C++ namespaces, and unify mangling of location information in USRs
for anonymous symbols.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@103212 91177308-0d34-0410-b5e6-96231b3b80d8
test/Index/usrs.cpp [new file with mode: 0644]
test/Index/usrs.m
tools/libclang/CIndexUSRs.cpp