summaryrefslogtreecommitdiffstats
path: root/clang/lib/Frontend/ASTUnit.cpp
Commit message (Expand)AuthorAgeFilesLines
* [Support] Add overload writeFileAtomically(std::function Writer)Jan Korous2019-09-131-15/+9
* [preprocessor] Add an opportunity to retain excluded conditional blocksEvgeny Mankov2019-08-271-0/+2
* [Clang] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-141-7/+7
* Replace non-recursive sys::Mutex users with std::mutexBenjamin Kramer2019-08-071-5/+5
* Move LangStandard*, InputKind::Language to BasicRainer Orth2019-08-051-9/+10
* [clang] Adopt new FileManager error-returning APIsHarlan Haskins2019-08-011-2/+2
* [ASTUnit] Fix a regression in cached completionsIlya Biryukov2019-07-181-1/+0
* [Bitcode] Move Bitstream to a separate libraryFrancis Visoiu Mistrih2019-07-031-1/+1
* Change std::{lower,upper}_bound to llvm::{lower,upper}_bound or llvm::partiti...Fangrui Song2019-07-031-8/+8
* BitStream reader: propagate errorsJF Bastien2019-06-261-3/+8
* [libclang] Allow skipping warnings from all included filesNikolai Kosjar2019-06-111-22/+46
* [Frontend] Return an error on bad inputs to PrecompiledPreabmleIlya Biryukov2019-05-221-0/+1
* [Preamble] Reuse preamble even if an unsaved file does not existNikolai Kosjar2019-05-211-10/+12
* [CodeComplete] Remove obsolete isOutputBinary().Sam McCall2019-04-181-2/+1
* Basic: Return a reference from FileManager::getVirtualFileSystem, NFCDuncan P. N. Exon Smith2019-03-261-9/+10
* Frontend: Remove CompilerInstance::VirtualFileSystem, NFCDuncan P. N. Exon Smith2019-03-261-16/+13
* Modules: Rename MemoryBufferCache to InMemoryModuleCacheDuncan P. N. Exon Smith2019-03-091-14/+14
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Move PCHContainerOperations from Frontend to SerializationRichard Trieu2018-12-121-1/+1
* NFC: Remove the ObjC1/ObjC2 distinction from clang (and related projects)Erik Pilkington2018-10-301-2/+2
* [clang] Introduce new completion context typesKadir Cetinkaya2018-10-241-5/+7
* Lift VFS from clang to llvm (NFC)Jonas Devlieghere2018-10-101-13/+13
* [CodeComplete] Add completions for filenames in #include directives.Sam McCall2018-09-181-0/+1
* [CodeComplete] Report location of opening parens for signature helpIlya Biryukov2018-08-301-2/+4
* [Preamble] Empty preamble is not an error.Haojian Wu2018-08-171-1/+0
* [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
OpenPOWER on IntegriCloud