summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Add __builtin_assume and __builtin_assume_aligned using @llvm.assume.Hal Finkel2014-09-073-2/+8
* MS format strings: parse the 'Z' printf conversion specifier (PR20808)Hans Wennborg2014-09-071-0/+2
* [x86] Clean up the x86 builtin specs to reflect r217310 in LLVM whichChandler Carruth2014-09-061-14/+14
* Add error, recovery and fixit for "~A::A() {...}".Richard Smith2014-09-061-0/+2
* Add -Wunused-local-typedef, a warning that finds unused local typedefs.Nico Weber2014-09-067-2/+48
* Reword switch/goto diagnostics "protected scope" diagnostics. Making up a termRichard Smith2014-09-061-9/+12
* Separate the matchers by type and statically dispatch to the right list.Samuel Benzaquen2014-09-051-4/+16
* [ARMv8] Add support for 32-bit MIN/MAXNM and directed rounding.James Molloy2014-09-051-12/+35
* Fix comment indentation.David Blaikie2014-09-051-1/+1
* unique_ptrify ExplodedGraph::trimDavid Blaikie2014-09-051-5/+6
* unique_ptrify the result of ConstraintManagerCreator and StoreManagerCreatorDavid Blaikie2014-09-043-7/+11
* unique_ptrify BugReporter::visitorsDavid Blaikie2014-09-042-6/+6
* Don't allow inline asm statements to reference parameters in naked functionsHans Wennborg2014-09-041-0/+2
* Don't allow non-ASM statements in naked functionsHans Wennborg2014-09-041-0/+3
* PR20844: If we fail to list-initialize a reference, map to the referenced typeRichard Smith2014-09-041-0/+3
* MS format strings: support the 'w' length modifier (PR20808)Hans Wennborg2014-09-041-0/+1
* clang-format: [JS] Support alternative operator names as identifiers.Daniel Jasper2014-09-041-4/+2
* unique_ptrify JobList::JobsDavid Blaikie2014-09-042-5/+5
* Fix the clang -Werror build after r217152 by flagging a polymorphically used ...David Blaikie2014-09-041-1/+4
* Refactor VariantMatcher::MatcherOps to reduce the amount of generated code.Samuel Benzaquen2014-09-042-64/+78
* Add matcher for linkage specificationManuel Klimek2014-09-041-0/+11
* [modules] Make NamespaceAliasDecl redeclarable, as it should be. This fixesRichard Smith2014-09-032-17/+42
* Fix indentation. No behavior change.Nico Weber2014-09-031-1/+1
* ASTMatchers: Add a matcher to detect whether a decl or stmt is inside a templ...Benjamin Kramer2014-09-031-0/+40
* Parse: Replace polymorphic functor objects with lambdas and llvm::function_ref.Benjamin Kramer2014-09-031-10/+3
* clang-format: Add an option 'SpaceAfterCStyleCast'.Daniel Jasper2014-09-031-0/+4
* [modules] Use DeclContext::equals rather than == on DeclContext* whenRichard Smith2014-09-031-3/+3
* Add --analyze to clang-clReid Kleckner2014-09-021-1/+1
* Fix some cases where StringRef was being passed by const reference. Remove co...Craig Topper2014-08-304-6/+6
* Use llvm::makeArrayRef instead of explicitly calling ArrayRef constructor and...Craig Topper2014-08-302-2/+2
* unique_ptrify PTHManager's PerIDCache using the newly added llvm::FreeDeleterDavid Blaikie2014-08-291-2/+3
* unique_ptrify some parameters to PTHManager::PTHManagerDavid Blaikie2014-08-291-7/+16
* unique_ptrify the raw_ostream argument to clang::serialized_diags::createDavid Blaikie2014-08-291-1/+1
* unique_ptrify clang::ento::createCheckerManagerDavid Blaikie2014-08-291-4/+4
* unique_ptrify PathDiagnosticConsumer::HandlePathDiagnosticDavid Blaikie2014-08-291-2/+2
* Add an option to silence all analyzer warnings.Anna Zaks2014-08-293-0/+14
* unique_ptrify thep passing of BugReports to BugReportEquivClassDavid Blaikie2014-08-291-2/+5
* unique_ptrify HeaderMap::FileBufferDavid Blaikie2014-08-291-6/+5
* unique_ptrify Preprocessor's TokenLexerCacheDavid Blaikie2014-08-291-1/+1
* unique_ptrify the result of CFG::buildCFG/CFGBuilder::buildCFGDavid Blaikie2014-08-291-4/+3
* Objective-C. Tweak diagnosing properties that are not auto-synthesized.Fariborz Jahanian2014-08-291-1/+2
* unique_ptrify PathDiagnostic::setEndOfPath's argumentDavid Blaikie2014-08-291-2/+2
* unique_ptr-ify PathDiagnosticPiece ownershipDavid Blaikie2014-08-291-10/+8
* Provide a BuryPointer for unique_ptrs.David Blaikie2014-08-292-1/+4
* unique_ptrify Directives in VerifyDiagnosticConsumerDavid Blaikie2014-08-291-10/+11
* ASTMatchers: Replace some copies of the bound nodes tree builder with moves.Benjamin Kramer2014-08-292-6/+6
* unique_ptrify SourceManager::createFileIDDavid Blaikie2014-08-291-7/+7
* unique_ptrify Driver Action handlingDavid Blaikie2014-08-292-15/+21
* Improve unique_ptr-y ownership in ASTUnit::ComputePreambleDavid Blaikie2014-08-291-4/+17
* Don't load ill-formed AmbiguityKind in Sema::Lookup.Alexey Samsonov2014-08-281-1/+7