]> granicus.if.org Git - clang/commit
libclang/libIndex: USR generation: mangle source location into USRs for macros,
authorDmitri Gribenko <gribozavr@gmail.com>
Fri, 28 Mar 2014 22:21:26 +0000 (22:21 +0000)
committerDmitri Gribenko <gribozavr@gmail.com>
Fri, 28 Mar 2014 22:21:26 +0000 (22:21 +0000)
commit7ac8837d4ab171d6bee0b9d0109d48f44830848d
treeec7540c60548f19290acfb45b5d3bb901ba54219
parentd60a851dd59b8888acbd9e1a917ac4e8802a4729
libclang/libIndex: USR generation: mangle source location into USRs for macros,
unless the macro comes from a system header

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