summaryrefslogtreecommitdiffstats
path: root/clang/test/Index/print-cxx-manglings.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Index: provide adjustment thunk information for C++ manglingsSaleem Abdulrasool2016-02-061-0/+30
| | | | | | | Add support for exposing the adjustment thunk for virtual methods as appropriate. llvm-svn: 260011
* libclang: correct inverted logicSaleem Abdulrasool2015-12-101-6/+6
| | | | | | | The complete dtor is only emitted when there is a virtual destructor. The test itself was incorrect, so the issue in the code was not noticed. llvm-svn: 255225
* libclang: add clang_Cursor_getCXXManglingsSaleem Abdulrasool2015-11-121-0/+66
This function permits the mangling of a C++ 'structor. Depending on the ABI and the declaration, the declaration may contain more than one associated symbol for a given declaration. This allows the consumer to retrieve all of the associated symbols for the declaration the cursor points to. llvm-svn: 252853
OpenPOWER on IntegriCloud