| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Apply modernize-use-default to clang. | Angel Garcia Gomez | 2015-10-20 | 1 | -1/+1 |
* | Fix Clang-tidy modernize-use-nullptr warnings in source directories; other mi... | Hans Wennborg | 2015-10-06 | 1 | -6/+6 |
* | [Tooling] Reuse FileManager in ASTUnit. | Benjamin Kramer | 2015-10-06 | 1 | -13/+9 |
* | Add a -gmodules option to the driver and a -dwarf-ext-refs to cc1 | Adrian Prantl | 2015-08-27 | 1 | -5/+5 |
* | [Modules] Wrap the main ModuleManager visitor in a function_ref. | Benjamin Kramer | 2015-07-25 | 1 | -29/+19 |
* | Make the clang module container format selectable from the command line. | Adrian Prantl | 2015-07-17 | 1 | -3/+3 |
* | [libclang] Replace ObjC generic parameters in code-completion results. | Douglas Gregor | 2015-07-07 | 1 | -3/+4 |
* | Revert r240270 ("Fixed/added namespace ending comments using clang-tidy"). | Alexander Kornienko | 2015-06-22 | 1 | -3/+3 |
* | Fixed/added namespace ending comments using clang-tidy. NFC | Alexander Kornienko | 2015-06-22 | 1 | -3/+3 |
* | Introduce a PCHContainerOperations interface (NFC). | Adrian Prantl | 2015-06-20 | 1 | -42/+67 |
* | Replace push_back(Constructor(foo)) with emplace_back(foo) for non-trivial types | Benjamin Kramer | 2015-05-29 | 1 | -1/+1 |
* | Return a pointer instead of having a pointer outparam and a bool return. | Rafael Espindola | 2015-04-10 | 1 | -3/+3 |
* | Remove many superfluous SmallString::str() calls. | Yaron Keren | 2015-03-18 | 1 | -3/+3 |
* | [modules] Teach the AST reader to handle the case of importing a module | Chandler Carruth | 2015-03-14 | 1 | -2/+2 |
* | [ASTUnit] Fix crash when trying to load a module file via ASTUnit::LoadFromAS... | Argyrios Kyrtzidis | 2015-03-03 | 1 | -5/+7 |
* | Revert "Wrap clang module files in a Mach-O, ELF, or COFF container." | Adrian Prantl | 2015-02-25 | 1 | -16/+2 |
* | Wrap clang module files in a Mach-O, ELF, or COFF container. | Adrian Prantl | 2015-02-25 | 1 | -2/+16 |
* | Revert "Wrap clang module files in a Mach-O, ELF, or COFF container." | Adrian Prantl | 2015-02-24 | 1 | -16/+2 |
* | Wrap clang module files in a Mach-O, ELF, or COFF container. | Adrian Prantl | 2015-02-24 | 1 | -2/+16 |
* | Revert "Wrap clang module files in a Mach-O, ELF, or COFF container." | Adrian Prantl | 2015-02-21 | 1 | -16/+2 |
* | Wrap clang module files in a Mach-O, ELF, or COFF container. | Adrian Prantl | 2015-02-20 | 1 | -2/+16 |
* | Revert "Wrap clang module files in a Mach-O, ELF, or COFF container." | Adrian Prantl | 2015-02-20 | 1 | -16/+2 |
* | Wrap clang module files in a Mach-O, ELF, or COFF container. | Adrian Prantl | 2015-02-20 | 1 | -2/+16 |
* | Revert "Wrap clang module files in a Mach-O, ELF, or COFF container." | Adrian Prantl | 2015-02-20 | 1 | -16/+2 |
* | Wrap clang module files in a Mach-O, ELF, or COFF container. | Adrian Prantl | 2015-02-20 | 1 | -2/+16 |
* | ASTUnit: Fix a name clash in GCC builds. | Benjamin Kramer | 2015-02-06 | 1 | -2/+2 |
* | ASTUnit: Use range-based for loops. | Benjamin Kramer | 2015-02-06 | 1 | -91/+69 |
* | Update APIs that return a pair of iterators to return an iterator_range instead. | Benjamin Kramer | 2015-02-06 | 1 | -8/+6 |
* | Make DiagnosticsEngine::takeClient return std::unique_ptr<> | Alexander Kornienko | 2014-11-17 | 1 | -6/+6 |
* | [libclang] Disable spell-checking and warnings during code-completion since t... | Argyrios Kyrtzidis | 2014-10-31 | 1 | -0/+4 |
* | [modules] When a .pcm file is explicitly built separately from the translation | Richard Smith | 2014-10-31 | 1 | -2/+2 |
* | Make VFS and FileManager match the current MemoryBuffer API. | Benjamin Kramer | 2014-10-26 | 1 | -1/+6 |
* | [modules] Initial support for explicitly loading .pcm files. | Richard Smith | 2014-10-22 | 1 | -1/+2 |
* | Frontend: Don't accept null DiagnosticsEngines when building ASTUnits | Justin Bogner | 2014-10-15 | 1 | -17/+4 |
* | Frontend: Remove some unused arguments in ASTUnit (NFC) | Justin Bogner | 2014-10-14 | 1 | -5/+4 |
* | ASTUnit: Replace out parameter with return value, we have NRVO for this. | Benjamin Kramer | 2014-10-03 | 1 | -22/+22 |
* | Unique_ptrify PPCallbacks ownership. | Craig Topper | 2014-09-10 | 1 | -4/+7 |
* | Improve unique_ptr-y ownership in ASTUnit::ComputePreamble | David Blaikie | 2014-08-29 | 1 | -47/+29 |
* | Don't create a null reference in ASTUnit::LoadFromCommandLine. | Alexey Samsonov | 2014-08-28 | 1 | -2/+3 |
* | Update for LLVM api change. | Rafael Espindola | 2014-08-27 | 1 | -9/+6 |
* | Return a std::unique_ptr from getBufferForFile. NFC. | Rafael Espindola | 2014-08-26 | 1 | -5/+5 |
* | Return a std::unique_ptr from getBufferForFile. NFC. | Rafael Espindola | 2014-08-26 | 1 | -1/+1 |
* | Frontend: unique_ptr-ify | Dylan Noblesmith | 2014-08-24 | 1 | -4/+4 |
* | return a std::unique_ptr from getMainBufferWithPrecompiledPreamble. NFC. | Rafael Espindola | 2014-08-18 | 1 | -19/+22 |
* | Simplify ASTUnit::Parse a bit by passing a std::unique_ptr to it. | Rafael Espindola | 2014-08-18 | 1 | -28/+19 |
* | Small cleanup: Don't duplicate default behavior. | Rafael Espindola | 2014-08-13 | 1 | -2/+2 |
* | Use std::unique_ptr to simplify memory management a bit. | Rafael Espindola | 2014-08-13 | 1 | -12/+6 |
* | Use StringRef instead of MemoryBuffer&. | Rafael Espindola | 2014-08-12 | 1 | -2/+2 |
* | Change MemoryBuffer* to MemoryBuffer& parameter to Lexer::ComputePreamble | David Blaikie | 2014-08-11 | 1 | -4/+4 |
* | Recommit 213307: unique_ptr-ify ownership of ASTConsumers (reverted in r213325) | David Blaikie | 2014-08-10 | 1 | -15/+17 |