]> granicus.if.org Git - clang/shortlog
clang
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.
2012-02-14 Ted KremenekImplement new DiagnosticsRenderer that packages notes...
2012-02-14 Ted KremenekRefactor DiagnosticRenderer and SDiagsRenderer to have...
2012-02-14 Ted KremenekAdd helper methods to StoredDiagnostic.
2012-02-14 Richard SmithFix another issue introduced by the proposed wording...
2012-02-14 Eli FriedmanImplement IRGen of lambda expressions which capture...
2012-02-14 Eli FriedmanRefactor out new function EmitInitializerForField from...
2012-02-14 Anna Zaks[analyzer] Malloc Checker: realloc: add dependency...
2012-02-14 Douglas GregorSimple test ensuring that we perform direct initializat...
2012-02-14 Douglas GregorLink together the call operator produced from transform...
2012-02-13 Nick LewyckyMark the cxa_guard_{abort,acquire,release} functions...
2012-02-13 Richard SmithDeal with a horrible C++11 special case. If a non-liter...
2012-02-13 Matt Beaumont-GayAdd a subgroup of -Wreturn-type, -Wreturn-type-c-linkage.
2012-02-13 Douglas GregorIntroduce support for template instantiation of lambda
2012-02-13 Fariborz Jahanianmodern objc translator. More ivar rewrite work.
2012-02-13 Fariborz Jahanianobjc modern translator. ivar offset symbols.
2012-02-13 Anna Zaks[analyzer] Malloc Checker: realloc: correct the way...
2012-02-13 Dmitri GribenkoAdd a script that produces a list of all diagnostics...
2012-02-13 Dmitri GribenkoRemove unused diagnostics from include/clang/Basic...
2012-02-13 Sebastian RedlDon't route explicit construction via list-initializati...
2012-02-13 Matt Beaumont-GaySink variable into assert
2012-02-13 Fariborz Jahanianobjective-c translator: more rewriting of ivar types
2012-02-13 Chad RosierWhen generating diagnostic information due to a clang...
2012-02-13 Anna Zaks[analyzer] Malloc checker: rework realloc handling:
2012-02-13 Douglas GregorSplit the storage of lambda information between the...
2012-02-13 Douglas GregorKeep track of the set of array index variables we use...
2012-02-13 Benjamin KramerRemove empty directories left behind by git-svn.
2012-02-13 Douglas GregorDon't allocate unused storage for captures/capture...
2012-02-13 Douglas GregorMove the storage of lambda captures and capture initial...
2012-02-13 Eric ChristopherAdd back in the code to create forward decls using...
2012-02-13 Eric ChristopherTestcase for previous commit.
2012-02-13 Eric ChristopherTemporarily walk back a few of my recent debug info...
2012-02-13 Dylan NoblesmithStaticAnalyzer/Core: fix MSVC build
2012-02-13 Dylan Noblesmithdrop more llvm:: prefixes on SmallString<>
2012-02-13 Dylan Noblesmithdrop more llvm:: prefixes on OwningPtr<>
2012-02-13 Dylan Noblesmithexamples/analyzer-plugin: hook up to build
2012-02-13 Hans WennborgFix typo in PrintfConversionSpecifier::isDoubleArg()
2012-02-13 Richard SmithUpdate constexpr implementation to match CWG's chosen...
2012-02-13 Chandler CarruthDelete a simplistic helper function now that llvm:...
2012-02-12 Fariborz Jahanianmore of rewriting ivar types.
2012-02-12 David BlaikieMove -Wdangling-else under -Wparentheses to be backward...
2012-02-12 Douglas GregorImplement the standard decltype() semantics described...
2012-02-12 Douglas GregorWithin the body of a lambda expression, decltype((x...
2012-02-12 Sebastian RedlProper initializer list support for new expressions...
next