]> granicus.if.org Git - clang/shortlog
clang
2012-10-02 Fariborz Jahanian[Doc parsing]: Add available and deprecated attribute...
2012-10-02 Chad Rosier[ms-inline asm] Enhance the isSimpleMSAsm() function...
2012-10-02 Bill WendlingFix test for r165028. It only generates that flag for...
2012-10-02 Bill WendlingDuring LTO, we call 'dsymutil' when we compile source...
2012-10-02 Rafael EspindolaConvert to FileCheck.
2012-10-02 Chad RosierNo need to call the InitializeAll* functions.
2012-10-02 NAKAMURA TakumiFP_CONTRACT: Fix two tests for -Asserts.
2012-10-02 Argyrios Kyrtzidis[libclang] When indexing an AST file, only deserialize...
2012-10-02 Argyrios KyrtzidisAdd info in the preprocessing record whether an inclusi...
2012-10-02 Argyrios Kyrtzidis[libclang] Even though we disable the preprocessing...
2012-10-02 Argyrios Kyrtzidis[libclang] Implement the importedASTFile indexing callb...
2012-10-02 Aaron BallmanSplitting this test case into two because the behavior...
2012-10-02 Aaron BallmanAllowing individual targets to determine whether a...
2012-10-02 Aaron BallmanSilencing an MSVC warning about */ being found outside...
2012-10-02 Axel NaumannAdd redecls into their lexical DeclContext: this is...
2012-10-02 Axel NaumannEnable programmatic provisioning of virtual module...
2012-10-02 Axel NaumannOnly those InterestingDecls that got added to the AST...
2012-10-02 Benjamin Kramer-arch is a darwin-specific driver feature, use a triple...
2012-10-02 Benjamin KramerForce triple in test to unbreak it on non-darwin platforms.
2012-10-02 Axel NaumannMerge pending instantiations instead of overwriting...
2012-10-02 Bill WendlingUse an environment variable instead of what's in the...
2012-10-02 Ted KremenekTweak diagnostic text to indicate that __weak on a...
2012-10-02 Lang HamesAdd FP_CONTRACT support for clang.
2012-10-02 Ted KremenekCheck if an IdentifierInfo* is null when the FunctionDe...
2012-10-02 Chandler CarruthRe-enable this test to reflect re-enabling the new...
2012-10-02 Jordan Rose-Wformat: Don't check format strings in uninstantiated...
2012-10-02 NAKAMURA Takumiclang/test/Index: Fix two tests. Both %S and %t are...
2012-10-01 Chad Rosier[ms-inline asm] Use the convertToMapAndConstraints...
2012-10-01 Michael Gottesman[clang-tests] Changed relative paths to absolute paths...
2012-10-01 Fariborz JahanianModern translator test. Breakup test into two and
2012-10-01 Fariborz JahanianRename a test I just added.
2012-10-01 Fariborz Jahanianobjective-C modern translator. Test for producing both
2012-10-01 Richard SmithFix treatment of case which came up on std-proposals...
2012-10-01 Richard SmithPR13978: A 'decltype' DeclSpec has an expression repres...
2012-10-01 Anna ZaksMove isObjCSelf into Expr.
2012-10-01 Anna Zaks[analyzer] Address Jordan's review for r164868.
2012-10-01 Fariborz JahanianAdd xml test for availability to comment-xml-schema.c
2012-10-01 Jordan Rose[analyzer] Allow ObjC ivar lvalues where the base is...
2012-10-01 Jordan Rose[analyzer] Add a test for PR13927 "offsetof replacement...
2012-10-01 Jordan RoseRevert "[analyzer] Check that a member expr is valid...
2012-10-01 Fariborz Jahanianavailability in structured documents. Takes
2012-10-01 Ted KremenekHave AnalyzerOptions::getBooleanOption() stick the...
2012-10-01 Ted KremenekAdd checker debug.ConfigDumper to dump the contents...
2012-10-01 Jordan RoseReapply "[analyzer] Handle inlined constructors for...
2012-10-01 Richard TrieuCleaning up the self initialization checker.
2012-10-01 Jordan Rose[analyzer] Make ProgramStateManager's SubEngine paramet...
2012-10-01 Daniel JasperFix ASTMatchersTests in configurations where
2012-10-01 Daniel JasperAdd matchers for selected C++11 features.
2012-10-01 Axel NaumannThe Redeclarable part of named decls is read before...
2012-10-01 Axel NaumannAlso merge template redeclarations.
2012-10-01 Nico WeberMark two Clang tests as passing on ARM
2012-10-01 Kostya Serebryanyfix test/CodeGen/tbaa-for-vptr.cpp: don't hardcode...
2012-10-01 Axel NaumannBring ASTReader and Writer into sync for the case where...
2012-09-30 Benjamin KramerCodeGen: Copy tail padding when we're not dealing with...
2012-09-30 Bill WendlingFilter out tools and unittests which we don't want...
2012-09-30 Bill WendlingRemove this hack in favor of another, better way of...
2012-09-30 Bob WilsonSpecify a full target in an attempt to appease buildbots.
2012-09-29 Bob WilsonAdd Clang support for iOS6.
2012-09-29 Bob WilsonAdd ARM VFPv4 feature and enable it by default for...
2012-09-29 Bob WilsonAdd armv7s and some other arm variants supported by...
2012-09-29 Bob WilsonAdd an FMA intrinsic for ARM Neon.
2012-09-29 Bob WilsonWhitespace.
2012-09-29 Daniel JasperFix refersToDeclaration()-matcher and add missing test...
2012-09-29 Dmitri GribenkoMove the 'find macro by spelling' infrastructure to...
2012-09-29 Dmitri GribenkoComment XML schema: correct indentation.
2012-09-29 NAKAMURA Takumiclang/test/CodeGen/tbaa-struct.cpp: Fix. Be aware of...
2012-09-29 Jordan RoseRevert "[analyzer] Create a temporary region for rvalue...
2012-09-29 Jordan RoseRevert "[analyzer] Create a temp region when a method...
2012-09-29 Jordan RoseRevert "[analyzer] Handle inlined constructors for...
2012-09-29 Argyrios KyrtzidisFor PPCallbacks::InclusionDirective() add a parameter...
2012-09-29 Argyrios KyrtzidisIn the Module class, add a reference to the correspondi...
2012-09-29 Argyrios KyrtzidisAdd an assertion to make sure the implicitly imported...
2012-09-29 Anna Zaks[analyzer] Do not visit ObjCMethodDecl twice in the...
2012-09-29 Anna Zaks[analyzer] Re-implement IvarInvalidationChecker so...
2012-09-28 Richard SmithPR13941: Mark all virtual functions as unnamed_addr...
2012-09-28 Jordan RoseUse a custom DenseMapInfo for WeakObjectProfileTy.
2012-09-28 Fariborz Jahanian[Doc parsing] Add availability information to generated...
2012-09-28 Jordan RoseFix buildbots by not using a template from another...
2012-09-28 Alexander KornienkoCompatibility macro detection for the -Wimplicit-fallth...
2012-09-28 Jordan Rose-Wreceiver-is-weak: rephrase warning text and add a...
2012-09-28 Jordan RosePull ScopeInfo implementation into its own file.
2012-09-28 Jordan Rose-Warc-repeated-use-of-weak: check ivars and variables...
2012-09-28 Jordan RoseAdd a warning (off by default) for repeated use of...
2012-09-28 Dan GohmanAdd basic support for adding !tbaa.struct metadata...
2012-09-28 Richard SmithWhen processing an InitListExpr and skipping the initia...
2012-09-28 Richard TrieuUpdate template type diffing to handle qualifiers....
2012-09-28 Richard SmithAllow __builtin_bswap32/64 in constant expressions...
2012-09-28 Richard TrieuClean up part of template type diffing. Moved repeated...
2012-09-28 Fariborz JahanianModern objcective-C translator. When doing rewriting...
2012-09-28 Jordan Rose[analyzer] Handle inlined constructors for rvalue tempo...
2012-09-28 Jordan Rose[analyzer] Create a temp region when a method is called...
2012-09-28 Jordan Rose[analyzer] Create a temporary region for rvalue structs...
2012-09-28 Benjamin KramerAvoid malloc thrashing in the uninitialized value analysis.
2012-09-28 Daniel JasperSet Diag.ErrorOccurred even if a DiagnosticConsumer...
2012-09-27 Eli FriedmanFix a regression from r164656.
2012-09-27 Anna Zaks[analyzer] Address Jordan's code review for r164790.
2012-09-27 Anna Zaks[analyzer] IvarInvalidation: track synthesized ivars...
2012-09-27 Anna ZaksUnbreak cmake build
2012-09-27 Anna Zaks[analyzer] Add an experimental ObjC direct ivar assignm...
2012-09-27 Anna ZaksMake getDefaultSynthIvarName() a member of ObjCProperty...
next