]> granicus.if.org Git - clang/history - include
Avoid a couple of assertions when preprocessing with modules
[clang] / include /
2014-09-10 Ben LangmuirAvoid a couple of assertions when preprocessing with...
2014-09-10 Daniel Jasperclang-format: Add option to allow short case labels...
2014-09-10 Craig TopperUnique_ptrify PPCallbacks ownership.
2014-09-09 Fariborz JahanianObjective-C. Under a special flag, -Wcstring-format...
2014-09-09 Daniel Jasperclang-format: [JS] Support regex literals with trailing...
2014-09-09 Benjamin KramerTooling: Ignore file names in tooling::deduplicate.
2014-09-08 Alexey SamsonovImplement nonnull-attribute sanitizer
2014-09-08 Ben LangmuirMake FileEntry::getName() valid across calls to FileMan...
2014-09-07 Hal FinkelAdd __builtin_assume and __builtin_assume_aligned using...
2014-09-07 Hans WennborgMS format strings: parse the 'Z' printf conversion...
2014-09-06 Chandler Carruth[x86] Clean up the x86 builtin specs to reflect r217310...
2014-09-06 Richard SmithAdd error, recovery and fixit for "~A::A() {...}".
2014-09-06 Nico WeberAdd -Wunused-local-typedef, a warning that finds unused...
2014-09-06 Richard SmithReword switch/goto diagnostics "protected scope" diagno...
2014-09-05 Samuel BenzaquenSeparate the matchers by type and statically dispatch...
2014-09-05 James Molloy[ARMv8] Add support for 32-bit MIN/MAXNM and directed...
2014-09-05 David BlaikieFix comment indentation.
2014-09-05 David Blaikieunique_ptrify ExplodedGraph::trim
2014-09-04 David Blaikieunique_ptrify the result of ConstraintManagerCreator...
2014-09-04 David Blaikieunique_ptrify BugReporter::visitors
2014-09-04 Hans WennborgDon't allow inline asm statements to reference paramete...
2014-09-04 Hans WennborgDon't allow non-ASM statements in naked functions
2014-09-04 Richard SmithPR20844: If we fail to list-initialize a reference...
2014-09-04 Hans WennborgMS format strings: support the 'w' length modifier...
2014-09-04 Daniel Jasperclang-format: [JS] Support alternative operator names...
2014-09-04 David Blaikieunique_ptrify JobList::Jobs
2014-09-04 David BlaikieFix the clang -Werror build after r217152 by flagging...
2014-09-04 Samuel BenzaquenRefactor VariantMatcher::MatcherOps to reduce the amoun...
2014-09-04 Manuel KlimekAdd matcher for linkage specification
2014-09-03 Richard Smith[modules] Make NamespaceAliasDecl redeclarable, as...
2014-09-03 Nico WeberFix indentation. No behavior change.
2014-09-03 Benjamin KramerASTMatchers: Add a matcher to detect whether a decl...
2014-09-03 Benjamin KramerParse: Replace polymorphic functor objects with lambdas...
2014-09-03 Daniel Jasperclang-format: Add an option 'SpaceAfterCStyleCast'.
2014-09-03 Richard Smith[modules] Use DeclContext::equals rather than == on...
2014-09-02 Reid KlecknerAdd --analyze to clang-cl
2014-08-30 Craig TopperFix some cases where StringRef was being passed by...
2014-08-30 Craig TopperUse llvm::makeArrayRef instead of explicitly calling...
2014-08-29 David Blaikieunique_ptrify PTHManager's PerIDCache using the newly...
2014-08-29 David Blaikieunique_ptrify some parameters to PTHManager::PTHManager
2014-08-29 David Blaikieunique_ptrify the raw_ostream argument to clang::serial...
2014-08-29 David Blaikieunique_ptrify clang::ento::createCheckerManager
2014-08-29 David Blaikieunique_ptrify PathDiagnosticConsumer::HandlePathDiagnostic
2014-08-29 Anna ZaksAdd an option to silence all analyzer warnings.
2014-08-29 David Blaikieunique_ptrify thep passing of BugReports to BugReportEq...
2014-08-29 David Blaikieunique_ptrify HeaderMap::FileBuffer
2014-08-29 David Blaikieunique_ptrify Preprocessor's TokenLexerCache
2014-08-29 David Blaikieunique_ptrify the result of CFG::buildCFG/CFGBuilder...
2014-08-29 Fariborz JahanianObjective-C. Tweak diagnosing properties that are not...
2014-08-29 David Blaikieunique_ptrify PathDiagnostic::setEndOfPath's argument
2014-08-29 David Blaikieunique_ptr-ify PathDiagnosticPiece ownership
2014-08-29 David BlaikieProvide a BuryPointer for unique_ptrs.
2014-08-29 David Blaikieunique_ptrify Directives in VerifyDiagnosticConsumer
2014-08-29 Benjamin KramerASTMatchers: Replace some copies of the bound nodes...
2014-08-29 David Blaikieunique_ptrify SourceManager::createFileID
2014-08-29 David Blaikieunique_ptrify Driver Action handling
2014-08-29 David BlaikieImprove unique_ptr-y ownership in ASTUnit::ComputePreamble
2014-08-28 Alexey SamsonovDon't load ill-formed AmbiguityKind in Sema::Lookup.
2014-08-28 Alexey SamsonovProperly align inline space for ImplicitConversionSeque...
2014-08-28 Samuel BenzaquenCache the memoization data for DynTypedNodes.
2014-08-28 Alexey Bataev[C++11] Support for capturing of variable length arrays...
2014-08-28 Richard Smith[modules] Number anonymous declarations that are lexica...
2014-08-27 Alexander KornienkoQuery CompilationDatabase right before running each...
2014-08-27 Hans WennborgAllow adding dll attributes on certain redecls with...
2014-08-27 David BlaikieOverload SourceManager::overrideFileContents so that...
2014-08-27 Nico WeberCall ResolveExceptionSpec for non-OdrUsed functions.
2014-08-27 Oliver StannardAllow __fp16 as a function arg or return type for AArch64
2014-08-27 Ted KremenekUse unique_ptr instead of OwningPtr. I'm not certain...
2014-08-27 Ted KremenekAdd support for the static analyzer to synthesize funct...
2014-08-27 Oliver StannardMove some ARM-specific code from CGCall.cpp to TargetIn...
2014-08-27 Craig TopperSimplify creation of a bunch of ArrayRefs by using...
2014-08-27 Craig TopperFix some cases were ArrayRefs were being passed by...
2014-08-27 Justin BognerDriver: Restore -fkeep-inline-functions as an ignored...
2014-08-27 Richard SmithFix representation of __attribute__((nonnull)) to suppo...
2014-08-26 Rafael EspindolaReturn a std::unique_ptr from getBufferForFile. NFC.
2014-08-26 Reid KlecknerIgnore -fdevirtualize and -fdevirtualize-speculatively...
2014-08-26 Rafael EspindolaReturn a std::unique_ptr from getBufferForFile. NFC.
2014-08-26 Joerg SonnenbergerConvert MC command line flag for fatal assembler warnin...
2014-08-26 Yi KongARM: Add dbg builtin intrinsic
2014-08-26 Daniel Jasperclang-format: New option SpacesInSquareBrackets.
2014-08-26 Richard Smith[modules] Track the described template in an alias...
2014-08-25 Fariborz JahanianObjective-C. Allow [super initialize] in an +initialize
2014-08-25 Fariborz JahanianObjective-C modernization. Convert -initWithUTF8String...
2014-08-25 Rafael EspindolaUpdate for llvm api change.
2014-08-25 Will DietzASTVector: Fix return value of various insert() methods.
2014-08-25 Manuel KlimekAdd hasAttr matcher for declarations.
2014-08-24 Nikola SmiljanicPR20716 - Crash when recovering from type in known...
2014-08-23 Richard Smith[modules] When merging a tag declaration that has a...
2014-08-22 Fariborz JahanianObjective-C. Warn when @encode'ing provides an incomplete
2014-08-22 Hans WennborgIgnore -Wunsupported-dll-base-class-template by default
2014-08-22 Fariborz JahanianObjective-C. Warn if user has made explicit call
2014-08-22 Reid Kleckner-fms-extensions: Alias _intNN to __intNN
2014-08-22 Akira Hatanaka[AArch64, inline-asm] Improve diagnostic that is printe...
2014-08-22 David MajnemerMS ABI: Don't use the Itanium scheme for numbering...
2014-08-21 Richard SmithFix grammatical error in diagnostic.
2014-08-21 Tom StellardDriver: Implement -cl-denorms-are-zero
2014-08-19 Fariborz JahanianObjective-C [qoi]. Provide fix-it hint when sending
2014-08-19 Aaron BallmanC++1y is now C++14!
2014-08-19 Rafael EspindolaMove the body out of line to try to fix a buildbot.
2014-08-19 Rafael EspindolaGo back to having a takeModule instead of a getModule.
next