]> granicus.if.org Git - clang/shortlog
clang
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...
2012-09-27 Anna Zaks[analyzer] Address Jordan's code review comments for...
2012-09-27 Benjamin KramerPass PrintingPolicy by reference, copying it isn't...
2012-09-27 NAKAMURA Takumiclang/test/CodeGen/ms-inline-asm.c: It requires x86...
2012-09-27 Douglas GregorFollowing up on r164620, cope with symlinking from...
2012-09-27 Benjamin KramerShrink LinkageInfo from 96 bits to 8 bits.
2012-09-27 Sylvestre LedruRevert 'Fix a typo 'iff' => 'if''. iff is an abreviatio...
2012-09-27 Sylvestre LedruFix a typo 'iff' => 'if'
2012-09-27 NAKAMURA TakumiIvarInvalidationChecker.cpp: Remove an unused member...
2012-09-27 Argyrios KyrtzidisPer discussion in http://lists.cs.uiuc.edu/pipermail...
2012-09-27 Jordan RoseUse %clang_cc1 so that the test works even if the targe...
2012-09-27 Argyrios Kyrtzidis[libclang] Always report a CXCursor_MacroDefinition...
2012-09-27 Bill WendlingUse a variable to stop us from building clang testing...
2012-09-26 Nick LewyckyTurn off this test, as the new and old SROA cause it...
2012-09-26 Bill WendlingUpdate to new function attribute querying syntax.
2012-09-26 Benjamin KramerAllow -MF to be used in combination with -E -M or ...
2012-09-26 Anna Zaks[analyzer] Add experimental ObjC invalidation method...
2012-09-26 Anna Zaks[analyzer] Commit a test case for r164579.
2012-09-26 Ted KremenekHave set-xcode-analyer report an error if no xcspec...
2012-09-26 Ted KremenekMake set-xcode-analyzer more tolerant of the naming...
2012-09-26 Ted KremenekRevert "Use sep instead of ' '."
2012-09-26 DeLesley HutchinsFix template instantiation of attributes. More specifi...
2012-09-26 Ted KremenekUse sep instead of ' '.
2012-09-26 Jordan RoseMake our mini-stdint.h platform-independent by using...
2012-09-26 Argyrios Kyrtzidis[libclang] Remove the ParentKind cursor kind from code...
2012-09-26 Argyrios KyrtzidisHave ASTUnit::Save() return a bool to indicate save...
2012-09-26 Logan ChienFix build failure and enhance the testcase for unwind.h.
2012-09-26 Benjamin KramerRun test in a freestanding environment so it doesn...
2012-09-26 Nico WeberFix two more tests that didn't do anything.
next