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