]> granicus.if.org Git - clang/shortlog
clang
2012-02-18 Ted KremenekAdopt ExprEngine and checkers to ObjC property refactor...
2012-02-18 David ChisnallDefault to not using __cxa_atexit on Solaris.
2012-02-18 David ChisnallRemove a debugging line accidentally left in the last...
2012-02-18 David ChisnallImplement #pragma redefine_extname.
2012-02-18 Dmitri GribenkoAdd -Wstrncat-size and -Wempty-body to release notes.
2012-02-18 Benjamin KramerRemove unused but set variable.
2012-02-18 Douglas GregorRewrite variable capture within lambda expressions...
2012-02-18 Douglas GregorUnify our computation of the type of a captured referen...
2012-02-18 Richard SmithFix a problem in the GCC testsuite, exposed by r150557...
2012-02-18 Eli FriedmanAdd a bunch of missing calls to DiagnoseSentinelCalls...
2012-02-18 Ted KremenekChange wording of warning about using __bridge casts...
2012-02-18 Richard SmithDiagnose uses of deleted destructors and inaccessible...
2012-02-18 Richard SmithInitial refactoring of 'ShouldDeleteSpecialMember'...
2012-02-18 Chad RosierFix comment.
2012-02-18 Eric ChristopherAdd in a caching mechanism so that forward declarations...
2012-02-18 Eric ChristopherFormatting.
2012-02-18 Eric ChristopherRemove UpdateCompletedType from the debug info emission...
2012-02-18 Chad RosierRemove redundant check.
2012-02-17 Ted KremenekHave conjured symbols depend on LocationContext, to...
2012-02-17 Anna Zaks[analyzer] Malloc Checker more tests.
2012-02-17 Anna Zaks[analyzer] Fix another false positive in the Malloc...
2012-02-17 Anna Zaks[analyzer] Generalize function name checking in CString...
2012-02-17 Fariborz Jahanianmodern objc translator: postpone writing of class defin...
2012-02-17 Fariborz Jahanianmodern objc writer: more work for category metadata...
2012-02-17 Richard SmithDon't emit optimization-specific intrinsic at -O0.
2012-02-17 Fariborz Jahanianmodern objc translator: category metadata related
2012-02-17 David ChisnallOn Solaris, define some standard macros that the Solari...
2012-02-17 Douglas GregorDe-nest tentative parsing to disambiguate lambdas from...
2012-02-17 Sebastian RedlDon't allow non-empty ParenListExprs as array-new initi...
2012-02-17 Sebastian RedlBasic code generation support for std::initializer_list.
2012-02-17 Gregory Szorc[clang.py] Implement Type.element_count
2012-02-17 Gregory Szorc[clang.py] Implement Type.element_type
2012-02-17 Richard SmithThe clang half of r150794: after the construction of...
2012-02-17 Eric ChristopherIndex "12" holds the vtable, not "9".
2012-02-17 Richard SmithBug fix: do not emit static const local variables with...
2012-02-17 Richard SmithWhen performing IRGen on a global, emit it as a constan...
2012-02-17 Douglas GregorOnly add 'const' to the type of variables captured...
2012-02-17 Douglas GregorDisambiguate between C++11 lambda expressions and C99...
2012-02-17 Richard SmithMake sure all remaining parts of the constant evaluator...
2012-02-17 John McCallWhether an argument is required (in contrast with being an
2012-02-17 John McCallBlock expressions always have a prototyped function...
2012-02-17 John McCallAdd a castAs<U> accessor to CanQual<T>.
2012-02-17 Douglas GregorRework the Sema/AST/IRgen dance for the lambda closure...
2012-02-17 Richard SmithTests for the fixits which Doug added in r150727.
2012-02-17 Richard SmithReject continue/break statements within members of...
2012-02-17 Richard SmithPR12012: Fix a regression in r150419 where we would...
2012-02-17 Fariborz Jahanianobjective-c translator. More stuff for modern meta...
2012-02-16 Eric ChristopherReapply r150631:
2012-02-16 Eli FriedmanElide copy construction in new expressions. PR11757.
2012-02-16 Kaelyn UhrainAvoid infinite mutual recursion in DiagnoseInvalidRedec...
2012-02-16 Anna Zaks[analyzer] MallocChecker: more tests.
2012-02-16 Anna Zaks[analyzer] Malloc Checker: Clean up bug naming:
2012-02-16 Anna Zaks[analyzer] Malloc Checker: Make the diagnostic visitor...
2012-02-16 Matt Beaumont-GayPacify gcc's -Wreturn-type
2012-02-16 Fariborz Jahanianfix the property list metadata name.
2012-02-16 Douglas GregorImprove recovery for lambda expressions that have ...
2012-02-16 Fariborz Jahanianmodern objective-c translator: write the root class...
2012-02-16 Douglas GregorLambda closure types are always considered to be like...
2012-02-16 Richard SmithMake sure we still reject static data members in anonym...
2012-02-16 Ted KremenekAdd checker visitation hooks in ExprEngine::Visit(...
2012-02-16 Ted KremenekRevert "Move ExplodedNode reclaimation out of ExprEngin...
2012-02-16 Richard SmithC++11 allows unions to have static data members. Remove...
2012-02-16 Ted KremenekMove ExplodedNode reclaimation out of ExprEngine and...
2012-02-16 Ted KremenekMinor cleanup to node data structures in ExplodedGraph...
2012-02-16 Hans WennborgTweak the comment on the 'q' length modifier again.
2012-02-16 Fariborz Jahanianmodern objc translator: meta-data generation for first
2012-02-16 Dan GohmanFix this test to work with and without Asserts mode.
2012-02-16 Hans WennborgUpdate comment as per Joerg's comment on r150697.
2012-02-16 Douglas GregorIn Objective-C++, allow the keyword 'class' to be used...
2012-02-16 Douglas GregorIf code completion patterns are not enabled, use simple...
2012-02-16 Argyrios KyrtzidisAdd fixits for ARC casting errors for implicit conversi...
2012-02-16 DeLesley HutchinsMinor fix to template instantiation, which properly...
2012-02-16 DeLesley HutchinsThread safety analysis: Don't check for lockable on...
2012-02-16 DeLesley HutchinsThread-safety analysis: Disable checking inside constru...
2012-02-16 DeLesley HutchinsThread-Safety: added support for 'this' as a lock expre...
2012-02-16 DeLesley HutchinsAllow thread safety attributes on function definitions.
2012-02-16 Hans WennborgFormat string analysis: give 'q' its own enumerator.
2012-02-16 David ChisnallTweak link order on Solaris so that global ctors work.
2012-02-16 Sebastian RedlProper checking of list-initializers for array new...
2012-02-16 Sebastian RedlRevert "Revert "Make CXXNewExpr contain only a single...
2012-02-16 Sebastian RedlRevert "Make CXXNewExpr contain only a single initialie...
2012-02-16 Sebastian RedlMake CXXNewExpr contain only a single initialier, and...
2012-02-16 Bill WendlingFix test to not depend upon metadata numbers.
2012-02-16 NAKAMURA Takumitest/CodeGenObjC/arc-no-arc-exceptions.m: Disable it...
2012-02-16 Eli FriedmanShift Microsoft enum extensions from -fms-extensions...
2012-02-16 Eli FriedmanInitial implementation of IRGen for the lambda conversi...
2012-02-16 Anna Zaks[analyzer] Diagnostics: Ensure that the default end...
2012-02-16 Anna Zaks[analyzer] Malloc Checker: Give up when a pointer escap...
2012-02-16 Richard Smithconstexpr tidyups:
2012-02-16 Nico WeberAdd a few minor items to the 3.1 release notes.
2012-02-16 Argyrios KyrtzidisFix the RecursiveASTVisitor to not traverse C++ default...
2012-02-16 Chad RosierFix test for r150648.
2012-02-16 Eli FriedmanStart of IRGen for lambda conversion operators.
2012-02-16 Bill WendlingUse the new method for specifying garbage collection...
2012-02-16 Argyrios Kyrtzidis[libclang] Do index statements inside a type source...
2012-02-16 Douglas GregorImplicitly define a lambda's conversion functions ...
2012-02-16 Dan GohmanTeach clang to add metadata tags to calls and invokes...
2012-02-16 Richard SmithMark the parenthesized array member initialization...
2012-02-16 Richard SmithStart off release notes for clang 3.1 with reference...
2012-02-16 Fariborz Jahanianobjc-arc: For arc's ivar layout, treat __unsafe_unretai...
next