]> granicus.if.org Git - clang/shortlog
clang
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...
2012-02-09 Benjamin KramerRemove unused fun.
2012-02-09 Douglas GregorImplement return type deduction for lambdas per C++11
2012-02-09 Douglas GregorRestore the appropriate lexical declaration context...
2012-02-09 Douglas GregorRemove the "unsupported" error for lambda expressions...
2012-02-09 Douglas GregorAdd a test for the non-aggregaticity of lambda types...
2012-02-09 Douglas GregorImplement C++ [expr.prim.lambda]p2, which bans lambda...
2012-02-09 Argyrios Kyrtzidis[PCH] Add some comments, per Ted's request.
2012-02-09 Argyrios KyrtzidisFix ASTReader::FinishedDeserializing().
2012-02-09 Eric ChristopherDon't cache the artificial type for the this pointer...
2012-02-09 Anna Zaks[analyzer] MallocChecker: address a diagnostic "fixme".
2012-02-09 Richard SmithDR1359: A constexpr constructor does not need to initia...
2012-02-09 Anna Zaks[analyzer] Add custom path diagnostic to the Malloc...
2012-02-09 Anna Zaks[analyzer] MallocChecker cleanup, more tests.
2012-02-09 Argyrios Kyrtzidis[PCH] Set the DeclContext before doing any deserializat...
2012-02-09 David BlaikieCorrect comment Clang C++ use in production.
2012-02-09 Eli FriedmanUse RAII object for cleanups.
2012-02-09 Eli FriedmanRefactor lambda IRGen so AggExprEmitter::VisitLambdaExp...
2012-02-09 Richard SmithCWG issue 1405: mutable members are allowed in literal...
2012-02-09 Aaron BallmanAttempting to initialize a union member that does not...
2012-02-09 Eli FriedmanBasic IRGen for LambdaExprs with captures.
2012-02-09 Eli FriedmanA tiny bit more lambda IRGen.
2012-02-09 Eli FriedmanFix a typo in the LambdaExpr class.
2012-02-09 Douglas GregorImplement capture-by-copy for arrays in lambdas.
2012-02-09 Argyrios Kyrtzidis[PCH] Avoid using Decl::setAttrs() and Decl::setLexical...
2012-02-09 Douglas GregorDon't complain about the lack of a constructor for...
2012-02-09 Douglas GregorWhen we create a non-static data member in the closure...
2012-02-09 Douglas GregorFactor the logic for capturing variables in a lambda...
2012-02-09 Douglas GregorAlong the error path for lambdas, mark the lambda class...
2012-02-09 Douglas GregorFix yet one more test
2012-02-09 Aaron BallmanAdding support for warning when a non-C compatible...
2012-02-09 Douglas GregorFix tests for r150123
2012-02-09 Douglas GregorVarious interrelated cleanups for lambdas:
2012-02-08 Anna Zaks[analyzer] MallocChecker: implement pessimistic version...
2012-02-08 Anna Zaks[analyzer] Split the MallocChecker into two versions...
2012-02-08 Ted KremenekRemove explicit delete of PathDiagnosticMacroPiece...
2012-02-08 Fariborz Jahanianlast piece of metadata to complete modern metadata for
2012-02-08 Douglas GregorMinor comment fix
2012-02-08 Douglas GregorFactor C++11 lambda expressions implementation into...
2012-02-08 Douglas GregorWhen computing the type of a local variable reference...
2012-02-08 Douglas GregorWhen completing a lambda expression, make sure to check...
2012-02-08 Anna Zaks[analyzer] MallocChecker: convert from using evalCall to
2012-02-08 Fariborz JahanianMore rewriting of objective-c moderin abi metadata.
2012-02-08 Aaron BallmanFixing hex floating literal support so that it handles...
2012-02-08 Benjamin KramerCodeGen: Move EHPersonality from CGException.h into...
2012-02-08 Richard SmithImplement DR1458: Taking the address of an object of...
2012-02-08 Craig TopperRemove vperm2f* and vperm2i builtins. Same effect can...
2012-02-08 Richard SmithAdd more testing for r149776.
2012-02-08 Richard SmithImplement the agreed resolution to DR1457: a signed...
2012-02-08 Eli FriedmanA little bit of lambda IRGen.
2012-02-08 Craig TopperRemove vpermilp* builtins. Same effect can be achieved...
2012-02-08 Ted KremenekMove -Wcovered-switch-default out of -Wswitch (and...
2012-02-08 Ted KremenekChange PathDiagnosticPieces to be reference counted...
2012-02-08 Ted KremenekRefactor pieces of PathDiagnostic into its own data...
2012-02-08 Eli FriedmanMake sure template argument deduction is consistently...
2012-02-08 Argyrios Kyrtzidis[libclang] Indexing: When suppressing references, suppr...
2012-02-08 Eric ChristopherConstify the getClassName routine and variables that...
2012-02-08 Akira HatanakaDo not return records with non trivial destructors...
2012-02-08 Argyrios Kyrtzidis[libclang] For CXXOperatorCallExprs, give a valid sourc...
2012-02-08 Fariborz Jahanianmodern objc rewriter: mode metadata stuff. wip.
2012-02-08 John McCallOnly complain about __strong __strong id, not __strong...
2012-02-08 John McCallRevise the SplitQualType interface to make it its own...
2012-02-08 Eric ChristopherWhitespace.
2012-02-08 Eric ChristopherUse the new forward declaration scheme for records...
2012-02-08 Devang PatelRemove tabs.
2012-02-08 Sean CallananIf a struct needs to be laid out, and it has not
2012-02-07 Fariborz Jahanianmodern objc abi rewriter: mode protocol metadata
2012-02-07 Chad RosierFix indentation and an 80-column violation.
2012-02-07 Jean-Daniel... non-literal strftime format string is not unsafe.
next