]> granicus.if.org Git - clang/shortlog
clang
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.
2012-02-07 Kaelyn UhrainRemove the unused TypoCorrectionConsumer::MaxEditDistance.
2012-02-07 Bob WilsonFilter a few more options not recognized by gcc. ...
2012-02-07 Eli FriedmanAdd C11 FLT_TRUE_MIN and friends. <rdar://problem...
2012-02-07 Anna Zaks[analyzer] Allow each CString check to be enabled/disabled
2012-02-07 Bill WendlingBump up the initial vector size to avoid having to...
2012-02-07 Chris Lattnersimplify a bunch of code to use the well-known LLVM...
2012-02-07 Chris Lattnertidy up code, make the common case (1-byte strings...
2012-02-07 Ted KremenekAdd basic BugReporter support for CallEnter/CallExit...
2012-02-07 Eli FriedmanMisc improvements to the diagnostic when a variable...
2012-02-07 Bill WendlingUse a more efficient container for these values. Also...
2012-02-07 Bill WendlingUse a SmallVector instead of std::vector. This improves...
2012-02-06 Bill WendlingDon't recalculate the size of the array each time throu...
2012-02-06 Eli FriedmanMinor comment clarification.
2012-02-06 Eli FriedmanFix a minor regression from my potentially-evaluated...
2012-02-06 Devang PatelRelax valid location check. This fixes a clang crash...
2012-02-06 Chris Lattnerbuild wide strings with ConstantDataArray, just because...
2012-02-06 Chris Lattnerimprove the code that handles IR generation of byte...
2012-02-06 Abramo BagnaraAdded source location for the template keyword in Depen...
2012-02-06 Chris Lattneruse cheaper llvm APIs for various bits of IR generation.
2012-02-06 Chris Lattnersimplify code and smallvectorize.
2012-02-06 Manuel KlimekCanonicalize the base class used in the nested-name...
next