]> granicus.if.org Git - clang/commit
[libclang] Encode location info for anonymous embedded tag decls.
authorArgyrios Kyrtzidis <akyrtzi@gmail.com>
Mon, 8 Dec 2014 08:48:37 +0000 (08:48 +0000)
committerArgyrios Kyrtzidis <akyrtzi@gmail.com>
Mon, 8 Dec 2014 08:48:37 +0000 (08:48 +0000)
commit773f68761c745035130f8fec8b5419f7b14ceae5
treed1a844134c8e9e8f27b17e06686c842022ed71d4
parent03c39bf6c0bff106cc2b0f31b7c9249b23c205fe
[libclang] Encode location info for anonymous embedded tag decls.

Otherwise the USR will conflict with different embedded tag decls.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@223633 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Index/USRGeneration.cpp
test/Index/usrs.cpp