summaryrefslogtreecommitdiffstats
path: root/clang/lib/Frontend
Commit message (Expand)AuthorAgeFilesLines
* unique_ptrify ChainedDiagnosticConsumer's ctor parametersDavid Blaikie2014-09-152-9/+14
* Fix memory leak of raw_ostreams in LogDiagnosticPrinter handling.David Blaikie2014-09-152-18/+12
* Add -fseh-exceptions for MinGW-w64Reid Kleckner2014-09-152-0/+3
* Avoid a couple of assertions when preprocessing with modulesBen Langmuir2014-09-101-0/+3
* Unique_ptrify PPCallbacks ownership.Craig Topper2014-09-107-14/+22
* -frewrite-includes: Normalize line endings to match the main source fileReid Kleckner2014-09-051-52/+90
* unique_ptrify JobList::JobsDavid Blaikie2014-09-041-4/+4
* Frontend: Reindent Opts.CoverageFileDavid Majnemer2014-09-011-1/+1
* unique_ptrify the raw_ostream argument to clang::serialized_diags::createDavid Blaikie2014-08-292-12/+12
* Add an option to silence all analyzer warnings.Anna Zaks2014-08-291-0/+2
* Provide a BuryPointer for unique_ptrs.David Blaikie2014-08-291-0/+1
* unique_ptrify Directives in VerifyDiagnosticConsumerDavid Blaikie2014-08-291-19/+21
* unique_ptrify SourceManager::createFileIDDavid Blaikie2014-08-291-1/+2
* Improve unique_ptr-y ownership in ASTUnit::ComputePreambleDavid Blaikie2014-08-292-50/+31
* Don't create a null reference in ASTUnit::LoadFromCommandLine.Alexey Samsonov2014-08-281-2/+3
* Overload SourceManager::overrideFileContents so that unconditionally passing ...David Blaikie2014-08-271-3/+3
* Update for LLVM api change.Rafael Espindola2014-08-274-17/+12
* Allow __fp16 as a function arg or return type for AArch64Oliver Stannard2014-08-271-0/+2
* Add support for the static analyzer to synthesize function implementations fr...Ted Kremenek2014-08-272-6/+13
* Simplify creation of a bunch of ArrayRefs by using None, makeArrayRef or just...Craig Topper2014-08-271-1/+1
* 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-263-6/+5
* Convert MC command line flag for fatal assembler warnings into a properJoerg Sonnenberger2014-08-261-0/+1
* Update for llvm api change.Rafael Espindola2014-08-257-64/+52
* Use range based for loops to avoid needing to re-mention SmallPtrSet size.Craig Topper2014-08-252-36/+23
* Frontend: unique_ptr-ifyDylan Noblesmith2014-08-241-4/+4
* C++1y is now C++14!Aaron Ballman2014-08-192-6/+6
* Store std::unique_ptr in InMemoryBuffers. NFC.Rafael Espindola2014-08-181-12/+15
* 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
* Add the break in the switch case (even if there is llvm_unreachable. It will ...Sylvestre Ledru2014-08-181-1/+1
* Repace SmallPtrSet with SmallPtrSetImpl in function arguments to avoid needin...Craig Topper2014-08-172-4/+4
* Convert a few ownership comments with std::unique_ptr.Rafael Espindola2014-08-171-1/+1
* Delete support for AuroraUX.Rafael Espindola2014-08-141-5/+0
* 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-122-3/+4
* Correctly implement -include search logic.Manuel Klimek2014-08-122-17/+16
* Modify behavior of -ast-dump-lookups: if -ast-dump is not also provided, dumpRichard Smith2014-08-113-5/+15
* Change MemoryBuffer* to MemoryBuffer& parameter to Lexer::ComputePreambleDavid Blaikie2014-08-112-5/+5
* unique_ptr-ify FileSystemStatCache::setNextStatCacheDavid Blaikie2014-08-111-2/+4
* Revert r215331, "unique_ptrify CompilerInstance::OutputFile(s) and remove a u...NAKAMURA Takumi2014-08-111-16/+14
* unique_ptrify CompilerInstance::OutputFile(s) and remove a unique_ptr around ...David Blaikie2014-08-101-14/+16
* Out-of-line CompilerInstance::takeSema to avoid a header dependence from Comp...David Blaikie2014-08-101-1/+5
* Recommit 213307: unique_ptr-ify ownership of ASTConsumers (reverted in r213325)David Blaikie2014-08-1012-166/+169
* unique_ptr-ify CompilerInstance::takeSemaDavid Blaikie2014-08-101-1/+1
* std::unique_ptr-ify the result of ASTUnit::LoadFromASTFileDavid Blaikie2014-08-103-16/+11
* unique_ptr-ify FrontendAction::takeCurrentASTUnitDavid Blaikie2014-08-101-6/+7
* unique_ptr-ify ASTReaderListener in the ASTReaderDavid Blaikie2014-08-103-7/+6
* Refactor the module map file used for uniquing a module name out ofBen Langmuir2014-08-092-5/+8
OpenPOWER on IntegriCloud