summaryrefslogtreecommitdiffstats
path: root/clang/include/clang-c/CXString.h
Commit message (Collapse)AuthorAgeFilesLines
* libclang: add new StringSet typeSaleem Abdulrasool2015-11-121-0/+10
| | | | | | | This allows the return of a set of CXStrings from libclang. This is setup work for an upcoming change to permit returning multiple mangled symbols. llvm-svn: 252852
* Header guard canonicalization, clang part.Benjamin Kramer2014-08-131-2/+2
| | | | | | Modifications made by clang-tidy with minor tweaks. llvm-svn: 215557
* Fix two leaks in c-index-test found by LSan.Nico Weber2014-04-241-1/+1
| | | | | | The result of clang_getCursorSpelling() needs to be clang_getCursorSpelling()ed. llvm-svn: 207073
* typo.Adrian Prantl2013-05-241-1/+1
| | | | llvm-svn: 182660
* libclang: constness for CXStringDmitri Gribenko2013-01-111-1/+1
| | | | llvm-svn: 172270
* Factor CXString out of Index.hArnaud A. de Grandmaison2012-06-281-0/+61
No functionnal or interface change. This is done to prepare the landing of CompilationDatabase in libclang. llvm-svn: 159382
OpenPOWER on IntegriCloud