summaryrefslogtreecommitdiffstats
path: root/clang/lib/Frontend/ASTUnit.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* [C++11] Use std::atomic instead of LLVM's.Benjamin Kramer2014-03-021-10/+6
* [C++11] Replace llvm::tie with std::tie.Benjamin Kramer2014-03-021-2/+2
* [ASTUnit] Don't let the preamble diagnostics out-live the CompilerInstance th...Argyrios Kyrtzidis2014-02-281-51/+93
* [ASTUnit] Fix use-after-free bug in ASTUnit::getMainBufferWithPrecompiledPrea...Argyrios Kyrtzidis2014-02-271-22/+8
* Recommit virtual file systemBen Langmuir2014-02-201-3/+3
* Reverting the virtual file system implementation, because it triggers an asse...Juergen Ributzka2014-02-201-3/+3
* Use llvm::DeleteContainerSeconds when possibleReid Kleckner2014-02-191-4/+1
* Initial implementation of virtual file systemBen Langmuir2014-02-191-3/+3
* Fix memory leak introduced by r201010.Daniel Jasper2014-02-121-0/+1
* ASTUnit: simplify remapping files by using the exact same logic in PreprocessorDmitri Gribenko2014-02-101-16/+4
* ASTUnit: remove dead code in remapping filesDmitri Gribenko2014-02-081-73/+22
* ASTUnit: ArrayRef'ize RemappedFilesDmitri Gribenko2014-02-071-11/+8
* Fix a -Wformat warning in ASTUnit.cppReid Kleckner2014-02-031-2/+2
* Use the simpler version of llvm::sys::fs::remove when possible.Rafael Espindola2014-01-101-2/+1
* Remove obsolete preamble FIXMEAlp Toker2013-12-201-2/+0
* Correctly compute the size in bytes of PreambleFileHash.MD5Dmitri Gribenko2013-12-201-2/+2
* ASTUnit::getMainBufferWithPrecompiledPreamble: use MD5 hash of the remappedDmitri Gribenko2013-12-201-12/+51
* Simplify codeDmitri Gribenko2013-12-191-1/+1
* Make ASTUnit structure stable with NDEBUGAlp Toker2013-11-221-1/+1
* Use the same SourceManager for ModuleMaps and compilations.Manuel Klimek2013-10-241-1/+1
* [libclang] For an unscoped enum include the enumerators in the top-level code...Argyrios Kyrtzidis2013-10-151-0/+12
* Remove unnecessary inclusion of Sema.hDavid Blaikie2013-09-131-0/+1
* This wasn't headers, just missing namespaces.Benjamin Kramer2013-08-241-4/+4
* Replace compLocDecl with less_first.Benjamin Kramer2013-08-241-14/+8
* [PCH] Fix a PCH serialization crash, with invalid code related to forward enu...Argyrios Kyrtzidis2013-08-071-3/+7
* Update for llvm api change.Rafael Espindola2013-07-291-5/+5
* Convert a use of stat with sys::fs::status.Rafael Espindola2013-07-291-9/+10
* Fix crash in libclang if code completion is used with unknown flags.Manuel Klimek2013-07-181-1/+1
* Use llvm::sys::fs::createUniqueFile.Rafael Espindola2013-07-051-2/+1
* Use llvm::sys::fs::createTemporaryFile.Rafael Espindola2013-07-051-1/+1
* Don't use PathV1.h in ASTUnit.cpp.Rafael Espindola2013-06-261-5/+3
* Remove the last use of PathWithStatus.Rafael Espindola2013-06-261-4/+4
* Use llvm::sys::fs::unique_file.Rafael Espindola2013-06-261-26/+7
* Remove some uses of llvm::sys::Path.Rafael Espindola2013-06-261-6/+6
* [libclang/codecompletion] Make sure the top-level decl hash takes into accoun...Argyrios Kyrtzidis2013-06-241-1/+9
* Use the new name of getUniqueID.Rafael Espindola2013-06-201-5/+5
* Use llvm::sys::fs::GetUniqueID.Rafael Espindola2013-06-181-15/+22
* Include PathV1.h in files that use it.Rafael Espindola2013-06-111-0/+1
* Modify a comment to reflect changes of r183717.Argyrios Kyrtzidis2013-06-111-2/+2
* ASTUnit: Invert the dependency of PrecompilePreambleAction on PrecompilePream...Benjamin Kramer2013-06-111-40/+43
* [libclang] Allow building a precompiled preamble with compiler errorsArgyrios Kyrtzidis2013-06-111-7/+15
* [modules] If we hit a failure while loading a PCH/module, abort parsing inste...Argyrios Kyrtzidis2013-05-241-1/+6
* [libclang] When parsing with CXTranslationUnit_ForSerialization, make sure to...Argyrios Kyrtzidis2013-05-101-0/+10
* [PCH] Remove the ASTReaderListener::ReadHeaderFileInfo callback.Argyrios Kyrtzidis2013-05-081-11/+3
* Use remove_if to erase parts of a vector. Avoids O(n^2) worst cases.Benjamin Kramer2013-05-051-8/+9
* Remove DiagnosticConsumer::clone(), a bad idea that is now unused.Douglas Gregor2013-05-031-11/+1
* When building a module, forward diagnostics to the outer diagnostic consumer.Douglas Gregor2013-05-031-4/+24
* <rdar://problem/13363214> Eliminate race condition between module rebuild and...Douglas Gregor2013-03-191-0/+1
* [libclang] When logging a CXTranslationUnit that came from an AST file, print...Argyrios Kyrtzidis2013-03-051-0/+9
* [preprocessor] Use MacroDirective in the preprocessor callbacks to make avail...Argyrios Kyrtzidis2013-02-241-1/+2
OpenPOWER on IntegriCloud