summaryrefslogtreecommitdiffstats
path: root/clang/lib/Frontend/ASTUnit.cpp
Commit message (Expand)AuthorAgeFilesLines
* [ASTImporter] Corrected diagnostic client handling in tests.Adam Balogh2018-06-151-0/+6
* [Frontend] Honor UserFilesAreVolatile flag getting file buffer in ASTUnitIvan Donchevskii2018-06-061-5/+6
* Optionally add code completion results for arrow instead of dotIvan Donchevskii2018-05-251-0/+1
* [libclang] Allow skipping function bodies in preamble onlyIvan Donchevskii2018-05-171-3/+14
* Revert https://reviews.llvm.org/D46050 and https://reviews.llvm.org/D45815Ivan Donchevskii2018-05-171-47/+36
* [libclang] Allow skipping function bodies in preamble onlyIvan Donchevskii2018-05-171-36/+47
* Remove \brief commands from doxygen comments.Adrian Prantl2018-05-091-16/+16
* [vfs] Don't bail out after a missing -ivfsoverlay fileBen Langmuir2018-03-231-7/+2
* [Frontend] Fix some Clang-tidy modernize and Include What You Use warnings; o...Eugene Zelenko2018-03-221-104/+150
* [Tooling] Clear the PreambleSrcLocCache when preamble is discarded during rep...Alex Lorenz2018-03-121-0/+1
* Remove redundant casts. NFCGeorge Burgess IV2018-03-011-1/+1
* Re-land: "[Support] Replace HashString with djbHash."Jonas Devlieghere2018-02-261-101/+101
* Revert "[Support] Replace HashString with djbHash."Jonas Devlieghere2018-02-261-101/+101
* [Support] Replace HashString with djbHash.Jonas Devlieghere2018-02-261-101/+101
* [CodeComplete] Add an option to omit results from the preamble.Sam McCall2018-01-121-0/+1
* [clang] Add PPCallbacks list to preprocessor when building a preacompiled pre...Ilya Biryukov2017-12-151-3/+2
* Allow to store precompiled preambles in memory.Ilya Biryukov2017-11-161-43/+25
* [completion] complete ObjC interface names in an expressionAlex Lorenz2017-11-141-1/+5
* Set PreprocessorOpts.GeneratePreamble=true in PrecompiledPreamble.Ilya Biryukov2017-10-091-1/+0
* [PCH] Allow VFS to be used for tests that generate PCH filesCameron Desrochers2017-09-111-0/+36
* Fix templated type alias completion when using global completion cacheErik Verbruggen2017-09-081-1/+2
* [Frontend] Fix printing policy for AST context loaded from fileVedant Kumar2017-08-251-0/+3
* Revert r311442 (Fix templated type alias completion when using global complet...Erik Verbruggen2017-08-221-2/+1
* Fix templated type alias completion when using global completion cacheErik Verbruggen2017-08-221-1/+2
* [Frontend] Mark some ASTUnit methods as const. NFC.Vedant Kumar2017-07-251-7/+7
* Teach ASTReader how to read only the Preprocessor state from an AST file, not...Richard Smith2017-06-291-18/+25
* Use vfs::FileSystem in ASTUnit when creating CompilerInvocation.Ilya Biryukov2017-06-281-1/+1
* Fixed compiler warnings after r305890.Ilya Biryukov2017-06-211-10/+4
* Moved code hanlding precompiled preamble out of the ASTUnit.Ilya Biryukov2017-06-211-589/+217
* Add #pragma clang module build/endbuild pragmas for performing a module buildRichard Smith2017-06-091-1/+1
* Speed up preamble loadingErik Verbruggen2017-06-091-7/+12
* [libclang] Introduce a new parsing option 'CXTranslationUnit_SingleFileParse'...Argyrios Kyrtzidis2017-06-091-1/+2
* Retain header search and preprocessing options from AST file when emittingRichard Smith2017-06-061-9/+27
* Rather than rejecting attempts to run preprocessor-only actions on AST files,Richard Smith2017-06-051-5/+31
* [libclang] Allow to suspend a translation unit.Erik Verbruggen2017-05-301-11/+16
* Allow for unfinished #if blocks in preamblesErik Verbruggen2017-05-301-0/+1
* Allow to use vfs::FileSystem for file accesses inside ASTUnit.Ilya Biryukov2017-05-231-38/+86
* [Frontend] Remove unused TemporaryFilesKrasimir Georgiev2017-05-171-23/+0
* Refactor frontend InputKind to prepare for treating module maps as a distinct...Richard Smith2017-04-261-10/+17
* Add a function to MD5 a file's contents.Zachary Turner2017-03-201-2/+2
* Reapply "Modules: Cache PCMs in memory and avoid a use-after-free"Duncan P. N. Exon Smith2017-03-201-4/+10
* Revert "Modules: Cache PCMs in memory and avoid a use-after-free"Renato Golin2017-03-181-10/+4
* Modules: Cache PCMs in memory and avoid a use-after-freeDuncan P. N. Exon Smith2017-03-171-4/+10
* Modules: Use hash of PCM content for SIGNATUREDuncan P. N. Exon Smith2017-03-131-2/+2
* Cache FileID when translating diagnostics in PCH filesErik Verbruggen2017-02-161-1/+6
* [ASTUnit] Clear out diagnostic state after creating the preamble.Benjamin Kramer2017-02-131-0/+2
* [c-index-test] Provide capability to index module file imports and dump their...Argyrios Kyrtzidis2017-01-301-0/+4
* [ASTUnit] Reset diag state when creating the ASTUnit.Benjamin Kramer2017-01-181-0/+1
* Reapply "IntrusiveRefCntPtr -> std::shared_ptr for CompilerInvocationBase and...David Blaikie2017-01-061-34/+29
* Revert "IntrusiveRefCntPtr -> std::shared_ptr for CompilerInvocationBase and ...David Blaikie2017-01-061-29/+34
OpenPOWER on IntegriCloud