summaryrefslogtreecommitdiffstats
path: root/clang/tools/libclang/CXTranslationUnit.h
Commit message (Expand)AuthorAgeFilesLines
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [libclang] Record code-completion invocations to a temporary file whenAlex Lorenz2017-12-071-0/+2
* [libclang] Expose some target information via the C API.Emilio Cobos Alvarez2017-04-281-0/+4
* Reapply "IntrusiveRefCntPtr -> std::shared_ptr for CompilerInvocationBase and...David Blaikie2017-01-061-1/+2
* Revert "IntrusiveRefCntPtr -> std::shared_ptr for CompilerInvocationBase and ...David Blaikie2017-01-061-2/+1
* IntrusiveRefCntPtr -> std::shared_ptr for CompilerInvocationBase and CodeComp...David Blaikie2017-01-051-1/+2
* Revert r240270 ("Fixed/added namespace ending comments using clang-tidy").Alexander Kornienko2015-06-221-2/+1
* Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko2015-06-221-1/+2
* Header guard canonicalization, clang part.Benjamin Kramer2014-08-131-2/+2
* [C++11] Use 'nullptr'. Tools edition.Craig Topper2014-06-081-2/+2
* [cleanup] Re-sort includes with llvm/utils/sort_includes.py and fixChandler Carruth2014-03-041-1/+1
* libclang: report error code for bad PCH filesDmitri Gribenko2014-02-121-0/+4
* Fix a typo in the function name that I just introduced (r201155)Dmitri Gribenko2014-02-111-1/+1
* libclang: audit all APIs that accept a CXTranslationUnit to make sure thatDmitri Gribenko2014-02-111-0/+12
* Sort all the #include lines with LLVM's utils/sort_includes.py whichChandler Carruth2014-01-071-1/+1
* Documentation parsing: move comment-to-XML conversion routines to libIndexDmitri Gribenko2013-11-131-3/+4
* [libclang] In cxtu::getASTUnit(), check for a null CXTranslationUnit.Argyrios Kyrtzidis2013-04-091-0/+2
* libclang: refactor CXStringPool: make it a classDmitri Gribenko2013-01-261-1/+2
* libclang: type safety for CXTranslationUnitImpl::CIdxDmitri Gribenko2013-01-261-1/+1
* libclang: type safety for CXTranslationUnitImpl::FormatContextDmitri Gribenko2013-01-261-4/+2
* libclang: some type safety for CXTranslationUnitImpl's internalsDmitri Gribenko2013-01-261-5/+8
* libclang: factor out the frequent pattern static_cast<ASTUnit *>(TU->TUData)Dmitri Gribenko2013-01-261-1/+7
* This is the libclang patch providing minimal API toFariborz Jahanian2012-12-181-0/+2
* Reduce malloc() traffic of clang_getOverridenCursors() by using a pool of Sma...Ted Kremenek2012-04-301-0/+1
* [libclang] Introduce options to control the priority for the threadsArgyrios Kyrtzidis2012-03-281-1/+3
* serialized diagnostics: implement full deserialization of clang diagnostics v...Ted Kremenek2011-11-101-1/+2
* [libclang] Introduce a new high level API for indexing clients that assumesArgyrios Kyrtzidis2011-10-171-0/+17
* [libclang] Make MakeCXTranslationUnit usable outside CIndex.cpp.Argyrios Kyrtzidis2011-10-121-0/+9
* Make definition of CXTranslationUnitImpl privateTed Kremenek2010-11-171-0/+24
OpenPOWER on IntegriCloud