]> granicus.if.org Git - clang/commit
Introduce a new libclang function, clang_getCursorDisplayName(), which
authorDouglas Gregor <dgregor@apple.com>
Sat, 2 Oct 2010 22:49:11 +0000 (22:49 +0000)
committerDouglas Gregor <dgregor@apple.com>
Sat, 2 Oct 2010 22:49:11 +0000 (22:49 +0000)
commit358559d8d7b458c5f64941842383a16e61f0828d
tree60b1e6e49cfa4d1d7e57476eabe74c2c7cb01212
parent3f0fee315cbfa37e0c47904836948e9d0cca9eda
Introduce a new libclang function, clang_getCursorDisplayName(), which
produces a simple "display" name that captures the
arguments/parameters for a function, function template, class
template, or class template specialization.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@115428 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang-c/Index.h
test/Index/print-display-names.cpp [new file with mode: 0644]
tools/c-index-test/c-index-test.c
tools/libclang/CIndex.cpp
tools/libclang/libclang.darwin.exports
tools/libclang/libclang.exports