]> granicus.if.org Git - clang/shortlog
clang
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...
2012-02-15 Eric ChristopherRevert "Add a completed/incomplete type difference...
2012-02-15 Eric ChristopherAdd a completed/incomplete type difference. This allows...
2012-02-15 Kaelyn UhrainSilence a valgrind warning, and remove an unused var.
2012-02-15 Richard SmithSupport GCC's bug^Wextension allowing class array membe...
2012-02-15 Kaelyn UhrainImprove typo correction involving nested name specifiers.
2012-02-15 Douglas GregorLambda closure types have a conversion function to...
2012-02-15 Fariborz Jahanianobjective-c translator: fixes an obscure rewriting bug
2012-02-15 Douglas GregorFactor the construction of the lambda-to-function-point...
2012-02-15 David BlaikieProvide common include for all diagnostic headers.
2012-02-15 Benjamin KramerStore the warning option corresponding to a diagnostics...
2012-02-15 David BlaikieRemove the unuseful -fdiagnostics-show-name
2012-02-15 Douglas GregorWhen overload resolution picks an implicitly-deleted...
2012-02-15 David ChisnallAdd some Solaris include paths and fix a -lgcc_eh that...
2012-02-15 Nico WeberTweak comment above DiagGroup<"all">.
2012-02-15 Douglas GregorA little more lambda capture initialization diagnostics...
2012-02-15 Douglas GregorIntroduce a new initialization entity for lambda captur...
2012-02-15 David ChisnallFix copy-and-paste error in comment
2012-02-15 Douglas GregorSpecialize noreturn diagnostics for lambda expressions.
2012-02-15 Douglas GregorFix silly precedence error.
2012-02-15 Douglas GregorSpecialize the diagnostic complaining about conflicting...
2012-02-15 Douglas GregorImplement code completion support for lambda capture...
2012-02-15 David ChisnallFirst pass at Solaris toolchain support. This version...
2012-02-15 Dmitri GribenkoConvert ad-hoc `int array[expr ? -1 : 1]' assertions
2012-02-15 Hans WennborgMake -Wformat fix-its preserve original conversion...
2012-02-15 Richard SmithIf a static data member of a class template which could...
2012-02-15 Richard SmithImplement DR1454. This allows all intermediate results...
2012-02-15 Anna Zaks[analyzer] Malloc checker: make a bit safer.
2012-02-15 Richard SmithFix typo in r150549.
2012-02-15 John McCallSplit reinterpret_casts of member pointers out from...
next