]> granicus.if.org Git - clang/shortlog
clang
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...
2012-02-15 Douglas GregorImplement indexing support for lambdas in libclang...
2012-02-15 Fariborz Jahanianmodern objective-c translator: start writing the main...
2012-02-15 Anna Zaks[analyzer] Add the Malloc checker to the list of tested...
2012-02-15 Anna Zaks[analyzer] Malloc Checker: Add another false positive...
2012-02-15 Anna Zaks[analyzer] Malloc Checker: add support for reallocf...
2012-02-15 Anna Zaks[analyzer] Malloc Checker: add support for valloc ...
2012-02-14 Richard SmithExtend all-std-headers.cpp to include C++11 headers...
2012-02-14 Richard SmithAdvertize support for constexpr.
2012-02-14 Richard SmithI hereby declare that all remaining constexpr issues...
2012-02-14 Richard Smithconstexpr: evaluation support for nullptr comparisons.
2012-02-14 Douglas GregorImplement C++ core issue 974, which permits default...
2012-02-14 Richard SmithIf a constexpr function template specialization is...
2012-02-14 Argyrios Kyrtzidis[libclang] Indexing: only index implicit template insta...
2012-02-14 Dmitri GribenkoGeneralize -Wempty-body: warn when statement body is...
2012-02-14 Anna Zaks[analyzer] Make Malloc Checker optimistic in presence...
2012-02-14 Ted KremenekRemove recusive expression visitation in ExprEngine...
2012-02-14 Richard SmithPending clear answer from WG21 on whether core issue...
2012-02-14 Ted KremenekRemove recursive visitation in ExprEngine for UO_Not...
2012-02-14 Ted KremenekRemove recursive visitation in ExprEngine for UO_Deref...
2012-02-14 Ted KremenekRemove ExprEngine recursive visitation of unary UO_Imag...
2012-02-14 Ted KremenekFurther remove some recursive visitiation in ExprEngine...
2012-02-14 Douglas GregorCheck the return type of lambda expressions.
2012-02-14 Richard SmithPR11650: Implement resolution of core issue 1301. Value...
2012-02-14 John McCallWarn about non-int main() results in GNU C mode instead...
2012-02-14 Fariborz Jahanianmore objective-c translator for modern abi.
2012-02-14 Douglas GregorImplement support for lambda capture pack expansions...
2012-02-14 Kaelyn UhrainUse several weighted factors to determine typo candidat...
2012-02-14 Douglas GregorSimplify and robustify lambda PCH test
2012-02-14 Douglas GregorImplement AST (de-)serialization for lambda expressions.
2012-02-14 Fariborz Jahanianmore modern objc translator. Focusing on metadata for...
2012-02-14 Dylan Noblesmithinclude clang's config.h unconditionally (v2)
2012-02-14 Benjamin KramerUse a simpler (and more efficient) pattern to pad vectors.
2012-02-14 David BlaikieFix crash-on-invalid for 'operator int[]()' in C++11.
2012-02-14 Ted KremenekFix use-after-free introduced by me being an idiot.
2012-02-14 Eli FriedmanRemove useless if statement.
2012-02-14 Eli FriedmanAdd a coverage test for lambda expression IRGen.
next