summaryrefslogtreecommitdiff
path: root/tools/libclang/CXString.h
Commit message (Expand)AuthorAgeFilesLines
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Remove \brief commands from doxygen comments.Adrian Prantl2018-05-091-10/+10
* libclang: add new StringSet typeSaleem Abdulrasool2015-11-121-0/+2
* Revert r240270 ("Fixed/added namespace ending comments using clang-tidy").Alexander Kornienko2015-06-221-2/+2
* Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko2015-06-221-2/+2
* Removing LLVM_DELETED_FUNCTION, as MSVC 2012 was the last reason for requirin...Aaron Ballman2015-02-151-1/+1
* 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