]> granicus.if.org Git - clang/shortlog
clang
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...
2012-02-12 Douglas GregorLambdas have a deleted default constructor and a delete...
2012-02-12 Sebastian RedlChange the way we store initialization kinds so that...
2012-02-12 Sebastian RedlEmploy DirectList initialized entities to properly...
2012-02-12 Michael J.... Fix broken link. I believe this has been broken for...
2012-02-12 Argyrios KyrtzidisFix the rewriter that broke with r149987.
2012-02-11 Sebastian RedlRepresent C++ direct initializers as ParenListExprs...
2012-02-11 Sebastian RedlDrive-by fix of incorrect diagnostic, and a test case...
2012-02-11 Sebastian RedlFix parsing new expressions using init lists. Probably...
2012-02-11 Anna Zaks[analyzer] Malloc Checker: reduce false negatives rate...
2012-02-11 Anna Zaks[analyzer] Malloc Checker: Report a leak when we are...
2012-02-11 Anna Zaks[analyzer] Malloc checker: Leak bugs should be suppress...
2012-02-11 Anna Zaks[analyzer] MallocChecker: refactor/improve the symbol...
2012-02-11 Fariborz Jahanianobjective-c translator. more modern abi stuff, focusing...
2012-02-11 Richard SmithImplement core issue 5: a temporary created for copy...
2012-02-11 Richard SmithMake sure to try instantiating a templated type which...
2012-02-11 Ryan Govostes[analyzer] New checker for assignment of non-0/1 values...
2012-02-11 Eli FriedmanImplement warning for non-wide string literals with...
2012-02-11 Chandler CarruthBegin refactoring to use the newly added triple predica...
2012-02-11 Eli FriedmanBasic support for referring to captured variables from...
2012-02-11 Eli FriedmanMake sure Sema creates a field for 'this' captures...
2012-02-11 Argyrios Kyrtzidis[libclang] For a reference of an implicit template...
2012-02-11 Argyrios KyrtzidisFor class template implicit instantiation, also update...
2012-02-11 Eli Friedmanconst-qualify CXXRecordDecl::getCaptureFields.
2012-02-10 Douglas GregorAdd simple semantic test for C++11 [expr.prim.lambda...
2012-02-10 Douglas GregorImplement C++11 [expr.lambda.prim]p13, which prohibits...
2012-02-10 Fariborz Jahanianobjc translator: more modern metadata stuff.
2012-02-10 Eli FriedmanSet UserLabelPrefix and MCountName correctly for Dragon...
next