]> granicus.if.org Git - clang/shortlog
clang
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.
2012-02-07 Argyrios Kyrtzidis[libclang] Do not index implicit C++ member functions...
2012-02-07 Benjamin KramerRevert my patches which removed Diagnostic.h includes...
2012-02-07 Fariborz Jahanianobjc rewriter: modern metadata for protocol decls....
2012-02-07 Chad RosierIn r149662, setDiagnosticMapping was modified to not...
2012-02-07 David BlaikieMake use of const-correct ParseCommandLineOptions
2012-02-07 Jean-Daniel... Implements support of format_arg attribute on C++ member.
2012-02-07 Devang PatelRemove tabs.
2012-02-07 Devang PatelEmit debug info for properites that are not backed...
2012-02-07 Fariborz Jahanianobjc rewriter: start supporting modern objective-c abi
2012-02-07 Argyrios KyrtzidisMake parsing of objc @implementations more robust.
2012-02-07 Aaron BallmanHex literals without a significand no longer crash...
2012-02-07 Benjamin KramerPrint NamedDecls directly to a raw_ostream where possible.
2012-02-07 Benjamin KramerSwitch the ObjC*Decl raw_stream overloads to take a...
2012-02-07 Douglas GregorIntroduce basic ASTs for lambda expressions. This covers:
2012-02-07 Bill WendlingUse SmallVector instead of std::vector.
2012-02-07 Bill WendlingUse 'ArrayRef<>' instead of 'std::vector<>&' for passed...
2012-02-07 Bill WendlingCalculate the .size() of the vector once.
2012-02-07 Bill WendlingReserve a moderate amount of space for the back-end...
2012-02-07 Eli FriedmanFix a bug in semantic analysis involving anonymous...
2012-02-07 Eli FriedmanFix a couple of nasty bugs involving negative enum...
2012-02-07 Ted KremenekUpdate test case.
2012-02-07 Eli FriedmanMake FunctionDecl::doesDeclarationForceExternallyVisibl...
2012-02-07 Ted KremenekCreate PathDiagnosticCallEnter and PathDiagnosticCallEx...
2012-02-07 Ted KremenekTweak BugReporter extensive diagnostics to not add...
2012-02-07 Ted KremenekQuote name of function in path diagnostics.
next