summaryrefslogtreecommitdiffstats
path: root/clang/lib/Frontend/ASTUnit.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Apply modernize-use-default to clang.Angel Garcia Gomez2015-10-201-1/+1
* Fix Clang-tidy modernize-use-nullptr warnings in source directories; other mi...Hans Wennborg2015-10-061-6/+6
* [Tooling] Reuse FileManager in ASTUnit.Benjamin Kramer2015-10-061-13/+9
* Add a -gmodules option to the driver and a -dwarf-ext-refs to cc1Adrian Prantl2015-08-271-5/+5
* [Modules] Wrap the main ModuleManager visitor in a function_ref.Benjamin Kramer2015-07-251-29/+19
* Make the clang module container format selectable from the command line.Adrian Prantl2015-07-171-3/+3
* [libclang] Replace ObjC generic parameters in code-completion results.Douglas Gregor2015-07-071-3/+4
* Revert r240270 ("Fixed/added namespace ending comments using clang-tidy").Alexander Kornienko2015-06-221-3/+3
* Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko2015-06-221-3/+3
* Introduce a PCHContainerOperations interface (NFC).Adrian Prantl2015-06-201-42/+67
* Replace push_back(Constructor(foo)) with emplace_back(foo) for non-trivial typesBenjamin Kramer2015-05-291-1/+1
* Return a pointer instead of having a pointer outparam and a bool return.Rafael Espindola2015-04-101-3/+3
* Remove many superfluous SmallString::str() calls.Yaron Keren2015-03-181-3/+3
* [modules] Teach the AST reader to handle the case of importing a moduleChandler Carruth2015-03-141-2/+2
* [ASTUnit] Fix crash when trying to load a module file via ASTUnit::LoadFromAS...Argyrios Kyrtzidis2015-03-031-5/+7
* Revert "Wrap clang module files in a Mach-O, ELF, or COFF container."Adrian Prantl2015-02-251-16/+2
* Wrap clang module files in a Mach-O, ELF, or COFF container.Adrian Prantl2015-02-251-2/+16
* Revert "Wrap clang module files in a Mach-O, ELF, or COFF container."Adrian Prantl2015-02-241-16/+2
* Wrap clang module files in a Mach-O, ELF, or COFF container.Adrian Prantl2015-02-241-2/+16
* Revert "Wrap clang module files in a Mach-O, ELF, or COFF container."Adrian Prantl2015-02-211-16/+2
* Wrap clang module files in a Mach-O, ELF, or COFF container.Adrian Prantl2015-02-201-2/+16
* Revert "Wrap clang module files in a Mach-O, ELF, or COFF container."Adrian Prantl2015-02-201-16/+2
* Wrap clang module files in a Mach-O, ELF, or COFF container.Adrian Prantl2015-02-201-2/+16
* Revert "Wrap clang module files in a Mach-O, ELF, or COFF container."Adrian Prantl2015-02-201-16/+2
* Wrap clang module files in a Mach-O, ELF, or COFF container.Adrian Prantl2015-02-201-2/+16
* ASTUnit: Fix a name clash in GCC builds.Benjamin Kramer2015-02-061-2/+2
* ASTUnit: Use range-based for loops.Benjamin Kramer2015-02-061-91/+69
* Update APIs that return a pair of iterators to return an iterator_range instead.Benjamin Kramer2015-02-061-8/+6
* Make DiagnosticsEngine::takeClient return std::unique_ptr<>Alexander Kornienko2014-11-171-6/+6
* [libclang] Disable spell-checking and warnings during code-completion since t...Argyrios Kyrtzidis2014-10-311-0/+4
* [modules] When a .pcm file is explicitly built separately from the translationRichard Smith2014-10-311-2/+2
* Make VFS and FileManager match the current MemoryBuffer API.Benjamin Kramer2014-10-261-1/+6
* [modules] Initial support for explicitly loading .pcm files.Richard Smith2014-10-221-1/+2
* Frontend: Don't accept null DiagnosticsEngines when building ASTUnitsJustin Bogner2014-10-151-17/+4
* Frontend: Remove some unused arguments in ASTUnit (NFC)Justin Bogner2014-10-141-5/+4
* ASTUnit: Replace out parameter with return value, we have NRVO for this.Benjamin Kramer2014-10-031-22/+22
* Unique_ptrify PPCallbacks ownership.Craig Topper2014-09-101-4/+7
* Improve unique_ptr-y ownership in ASTUnit::ComputePreambleDavid Blaikie2014-08-291-47/+29
* Don't create a null reference in ASTUnit::LoadFromCommandLine.Alexey Samsonov2014-08-281-2/+3
* Update for LLVM api change.Rafael Espindola2014-08-271-9/+6
* Return a std::unique_ptr from getBufferForFile. NFC.Rafael Espindola2014-08-261-5/+5
* Return a std::unique_ptr from getBufferForFile. NFC.Rafael Espindola2014-08-261-1/+1
* Frontend: unique_ptr-ifyDylan Noblesmith2014-08-241-4/+4
* return a std::unique_ptr from getMainBufferWithPrecompiledPreamble. NFC.Rafael Espindola2014-08-181-19/+22
* Simplify ASTUnit::Parse a bit by passing a std::unique_ptr to it.Rafael Espindola2014-08-181-28/+19
* Small cleanup: Don't duplicate default behavior.Rafael Espindola2014-08-131-2/+2
* Use std::unique_ptr to simplify memory management a bit.Rafael Espindola2014-08-131-12/+6
* Use StringRef instead of MemoryBuffer&.Rafael Espindola2014-08-121-2/+2
* Change MemoryBuffer* to MemoryBuffer& parameter to Lexer::ComputePreambleDavid Blaikie2014-08-111-4/+4
* Recommit 213307: unique_ptr-ify ownership of ASTConsumers (reverted in r213325)David Blaikie2014-08-101-15/+17
OpenPOWER on IntegriCloud