[PATCH] D11797: [LIbClang] Report the named type for ElaboratedType

Sergey Kalinichev via cfe-commits cfe-commits at lists.llvm.org
Sat Mar 19 03:56:34 PDT 2016


skalinichev updated this revision to Diff 51109.
skalinichev added a comment.

Looking a bit more at the recent commits in libclang, it seems like all recently added functions follow this naming convention: 
clang_Cursor_*
clang_Type_*
e.t.c.

So I'm renaming the function to follow that style too.


http://reviews.llvm.org/D11797

Files:
  bindings/python/clang/cindex.py
  include/clang-c/Index.h
  test/Index/print-type.c
  test/Index/print-type.cpp
  tools/libclang/CXType.cpp
  tools/libclang/libclang.exports

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D11797.51109.patch
Type: text/x-patch
Size: 8014 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20160319/d0cba1d8/attachment-0001.bin>


More information about the cfe-commits mailing list