summaryrefslogtreecommitdiffstats
path: root/clang/tools/libclang/CXString.h
Commit message (Expand)AuthorAgeFilesLines
* Header guard canonicalization, clang part.Benjamin Kramer2014-08-131-2/+2
* libclang: refactor handling of unsaved_filesAlp Toker2014-07-071-0/+4
* Sort all the #include lines with LLVM's utils/sort_includes.py whichChandler Carruth2014-01-071-1/+1
* libclang: introduce cxstring::{createRef,createDup} for StringRefsDmitri Gribenko2013-02-021-2/+19
* libclang: introduce cxstring::{createRef,createDup} for C stringsDmitri Gribenko2013-02-021-2/+11
* libclang: document the purpose of createNull()Dmitri Gribenko2013-02-011-0/+2
* libclang: itroduce cxstring::createEmpty()Dmitri Gribenko2013-02-011-0/+3
* libclang: introduce cxstring::createNull()Dmitri Gribenko2013-02-011-0/+3
* libclang: refactor CXStringPool: make it a classDmitri Gribenko2013-01-261-13/+25
* Sort #include lines for tools/...Chandler Carruth2012-12-041-1/+1
* drop more llvm:: prefixes on SmallString<>Dylan Noblesmith2012-02-131-1/+1
* [libclang] Workaround potential race condition with code completion Allocated...Ted Kremenek2011-08-171-0/+3
* now that we have a centralized place to do so, add some using declarations forChris Lattner2011-07-201-1/+2
* Change CXTranslationUnit to not directly cast to an ASTUnit*,Ted Kremenek2010-11-161-2/+22
* Add CXString.cpp and CXString.hTed Kremenek2010-11-161-0/+33
OpenPOWER on IntegriCloud