]> granicus.if.org Git - clang/shortlog
clang
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...
2012-02-10 David BlaikieSupport all null pointer literals in format strings.
2012-02-10 Fariborz Jahanianobjctive-c translator: modern metadata for ivars. wip.
2012-02-10 Jim GrosbachHave the driver pass CPU and target feature information...
2012-02-10 Argyrios Kyrtzidis[libclang] Indexing API: fully index using decls and...
2012-02-10 Argyrios Kyrtzidis[libclang] Indexing API: Fully index implict template...
2012-02-10 Argyrios KyrtzidisAdd ArrayRef goodness in MultiplexASTMutationListener.
2012-02-10 Argyrios KyrtzidisUpdate MultiplexASTMutationListener with the missing...
2012-02-10 Argyrios Kyrtzidis[libclang] Encode the template specialization parameter...
2012-02-10 Ted KremenekEnhance checking for null format string literal to...
2012-02-10 Douglas GregorAllow implicit capture of 'this' in a lambda even when...
2012-02-10 Douglas GregorAdd test from [expr.prim.lambda]p12, which deals with...
2012-02-10 Douglas GregorDon't introduce a lambda's operator() into the class...
2012-02-10 Richard SmithPR11684, core issue 1417:
2012-02-10 Richard SmithTest cleanup: prefer static_assert to handmade alternative.
2012-02-10 Evgeniy StepanovLoosen the test from r150238 a bit to make some of...
2012-02-10 Richard SmithTrack whether a function type has a trailing return...
2012-02-10 Richard Smith--lies.
2012-02-10 Douglas GregorAdd a lambda example from the working draft.
2012-02-10 Evgeniy StepanovFix function prolog codegen whe coerce-to type is a...
2012-02-10 Douglas GregorAdd various tests for captures and the reaching scope...
2012-02-10 Douglas GregorImplement the conversion to a function pointer for...
2012-02-10 Douglas GregorExtend CXXRecordDecl with a function that determines...
2012-02-10 Richard SmithUpdate to new resolution for DR1458. When taking the...
2012-02-10 Daniel DunbarRemove stray semi-colon.
2012-02-10 David BlaikieMove -Wswitch from -Wmost to -Wall, consitent with...
2012-02-10 Ted KremenekRevert r145999. This turned out to be a bad idea....
2012-02-10 Eli FriedmanMake sure we convert struct layout pragmas to attribute...
2012-02-10 Anna Zaks[analyzer] MallocChecker: add a list of false positives...
2012-02-10 Anna Zaks[analyzer] MallocChecker Cleanup - harden against crash...
2012-02-10 Fariborz Jahanianobjc translator: mode modern abi stuff.
2012-02-09 Bill WendlingRemove evil const_cast that's not needed anymore.
2012-02-09 Aaron BallmanSwitching to using dyn_cast_or_null, and fixing line...
2012-02-09 Bill WendlingUse SmallVector when we can instead of std::vector.
2012-02-09 Ted Kremenek[analyzer] Proactively avoid inlining vararg functions...
2012-02-09 Fariborz Jahanianobjc: If a method is not implemented in the category...
2012-02-09 Eli FriedmanMake sure a variable with a C++ direct initializer...
2012-02-09 Dylan Noblesmithexamples/analyzer-plugin/: unbreak build
2012-02-09 Dylan Noblesmithcmake: create a relative symlink to clang, not absolute
2012-02-09 Akira HatanakaClass objects passed by value follow the same rules...
2012-02-09 Benjamin KramerKill the brief and full explanation fields from StaticD...
2012-02-09 Akira HatanakaFix bugs in function MipsABIInfo::returnAggregateInRegs...
2012-02-09 Douglas GregorDon't allow deduction of a lambda result type from...
2012-02-09 Argyrios Kyrtzidis[libclang] Add a libclang test I neglected to commit.
2012-02-09 Argyrios Kyrtzidis[PCH] Add a PCH test.
2012-02-09 Douglas GregorTests for C++ [expr.prim.lambda]p5. We already implemen...
2012-02-09 Benjamin KramerGetting Started: Add a missing "cd ../..".
2012-02-09 Aaron BallmanUpdated information on how to perform command line...
next