2012-02-09 |
Akira Hatanaka | Fix bugs in function MipsABIInfo::returnAggregateInRegs... |
commit | commitdiff | tree | snapshot |
2012-02-09 |
Douglas Gregor | Don't allow deduction of a lambda result type from... |
commit | commitdiff | tree | snapshot |
2012-02-09 |
Argyrios Kyrtzidis | [libclang] Add a libclang test I neglected to commit. |
commit | commitdiff | tree | snapshot |
2012-02-09 |
Argyrios Kyrtzidis | [PCH] Add a PCH test. |
commit | commitdiff | tree | snapshot |
2012-02-09 |
Douglas Gregor | Tests for C++ [expr.prim.lambda]p5. We already implemen... |
commit | commitdiff | tree | snapshot |
2012-02-09 |
Benjamin Kramer | Getting Started: Add a missing "cd ../..". |
commit | commitdiff | tree | snapshot |
2012-02-09 |
Aaron Ballman | Updated information on how to perform command line... |
commit | commitdiff | tree | snapshot |
2012-02-09 |
Benjamin Kramer | Remove unused fun. |
commit | commitdiff | tree | snapshot |
2012-02-09 |
Douglas Gregor | Implement return type deduction for lambdas per C++11 |
commit | commitdiff | tree | snapshot |
2012-02-09 |
Douglas Gregor | Restore the appropriate lexical declaration context... |
commit | commitdiff | tree | snapshot |
2012-02-09 |
Douglas Gregor | Remove the "unsupported" error for lambda expressions... |
commit | commitdiff | tree | snapshot |
2012-02-09 |
Douglas Gregor | Add a test for the non-aggregaticity of lambda types... |
commit | commitdiff | tree | snapshot |
2012-02-09 |
Douglas Gregor | Implement C++ [expr.prim.lambda]p2, which bans lambda... |
commit | commitdiff | tree | snapshot |
2012-02-09 |
Argyrios Kyrtzidis | [PCH] Add some comments, per Ted's request. |
commit | commitdiff | tree | snapshot |
2012-02-09 |
Argyrios Kyrtzidis | Fix ASTReader::FinishedDeserializing(). |
commit | commitdiff | tree | snapshot |
2012-02-09 |
Eric Christopher | Don't cache the artificial type for the this pointer... |
commit | commitdiff | tree | snapshot |
2012-02-09 |
Anna Zaks | [analyzer] MallocChecker: address a diagnostic "fixme". |
commit | commitdiff | tree | snapshot |
2012-02-09 |
Richard Smith | DR1359: A constexpr constructor does not need to initia... |
commit | commitdiff | tree | snapshot |
2012-02-09 |
Anna Zaks | [analyzer] Add custom path diagnostic to the Malloc... |
commit | commitdiff | tree | snapshot |
2012-02-09 |
Anna Zaks | [analyzer] MallocChecker cleanup, more tests. |
commit | commitdiff | tree | snapshot |
2012-02-09 |
Argyrios Kyrtzidis | [PCH] Set the DeclContext before doing any deserializat... |
commit | commitdiff | tree | snapshot |
2012-02-09 |
David Blaikie | Correct comment Clang C++ use in production. |
commit | commitdiff | tree | snapshot |
2012-02-09 |
Eli Friedman | Use RAII object for cleanups. |
commit | commitdiff | tree | snapshot |
2012-02-09 |
Eli Friedman | Refactor lambda IRGen so AggExprEmitter::VisitLambdaExp... |
commit | commitdiff | tree | snapshot |
2012-02-09 |
Richard Smith | CWG issue 1405: mutable members are allowed in literal... |
commit | commitdiff | tree | snapshot |
2012-02-09 |
Aaron Ballman | Attempting to initialize a union member that does not... |
commit | commitdiff | tree | snapshot |
2012-02-09 |
Eli Friedman | Basic IRGen for LambdaExprs with captures. |
commit | commitdiff | tree | snapshot |
2012-02-09 |
Eli Friedman | A tiny bit more lambda IRGen. |
commit | commitdiff | tree | snapshot |
2012-02-09 |
Eli Friedman | Fix a typo in the LambdaExpr class. |
commit | commitdiff | tree | snapshot |
2012-02-09 |
Douglas Gregor | Implement capture-by-copy for arrays in lambdas. |
commit | commitdiff | tree | snapshot |
2012-02-09 |
Argyrios Kyrtzidis | [PCH] Avoid using Decl::setAttrs() and Decl::setLexical... |
commit | commitdiff | tree | snapshot |
2012-02-09 |
Douglas Gregor | Don't complain about the lack of a constructor for... |
commit | commitdiff | tree | snapshot |
2012-02-09 |
Douglas Gregor | When we create a non-static data member in the closure... |
commit | commitdiff | tree | snapshot |
2012-02-09 |
Douglas Gregor | Factor the logic for capturing variables in a lambda... |
commit | commitdiff | tree | snapshot |
2012-02-09 |
Douglas Gregor | Along the error path for lambdas, mark the lambda class... |
commit | commitdiff | tree | snapshot |
2012-02-09 |
Douglas Gregor | Fix yet one more test |
commit | commitdiff | tree | snapshot |
2012-02-09 |
Aaron Ballman | Adding support for warning when a non-C compatible... |
commit | commitdiff | tree | snapshot |
2012-02-09 |
Douglas Gregor | Fix tests for r150123 |
commit | commitdiff | tree | snapshot |
2012-02-09 |
Douglas Gregor | Various interrelated cleanups for lambdas: |
commit | commitdiff | tree | snapshot |
2012-02-08 |
Anna Zaks | [analyzer] MallocChecker: implement pessimistic version... |
commit | commitdiff | tree | snapshot |
2012-02-08 |
Anna Zaks | [analyzer] Split the MallocChecker into two versions... |
commit | commitdiff | tree | snapshot |
2012-02-08 |
Ted Kremenek | Remove explicit delete of PathDiagnosticMacroPiece... |
commit | commitdiff | tree | snapshot |
2012-02-08 |
Fariborz Jahanian | last piece of metadata to complete modern metadata for |
commit | commitdiff | tree | snapshot |
2012-02-08 |
Douglas Gregor | Minor comment fix |
commit | commitdiff | tree | snapshot |
2012-02-08 |
Douglas Gregor | Factor C++11 lambda expressions implementation into... |
commit | commitdiff | tree | snapshot |
2012-02-08 |
Douglas Gregor | When computing the type of a local variable reference... |
commit | commitdiff | tree | snapshot |
2012-02-08 |
Douglas Gregor | When completing a lambda expression, make sure to check... |
commit | commitdiff | tree | snapshot |
2012-02-08 |
Anna Zaks | [analyzer] MallocChecker: convert from using evalCall to |
commit | commitdiff | tree | snapshot |
2012-02-08 |
Fariborz Jahanian | More rewriting of objective-c moderin abi metadata. |
commit | commitdiff | tree | snapshot |
2012-02-08 |
Aaron Ballman | Fixing hex floating literal support so that it handles... |
commit | commitdiff | tree | snapshot |
2012-02-08 |
Benjamin Kramer | CodeGen: Move EHPersonality from CGException.h into... |
commit | commitdiff | tree | snapshot |
2012-02-08 |
Richard Smith | Implement DR1458: Taking the address of an object of... |
commit | commitdiff | tree | snapshot |
2012-02-08 |
Craig Topper | Remove vperm2f* and vperm2i builtins. Same effect can... |
commit | commitdiff | tree | snapshot |
2012-02-08 |
Richard Smith | Add more testing for r149776. |
commit | commitdiff | tree | snapshot |
2012-02-08 |
Richard Smith | Implement the agreed resolution to DR1457: a signed... |
commit | commitdiff | tree | snapshot |
2012-02-08 |
Eli Friedman | A little bit of lambda IRGen. |
commit | commitdiff | tree | snapshot |
2012-02-08 |
Craig Topper | Remove vpermilp* builtins. Same effect can be achieved... |
commit | commitdiff | tree | snapshot |
2012-02-08 |
Ted Kremenek | Move -Wcovered-switch-default out of -Wswitch (and... |
commit | commitdiff | tree | snapshot |
2012-02-08 |
Ted Kremenek | Change PathDiagnosticPieces to be reference counted... |
commit | commitdiff | tree | snapshot |
2012-02-08 |
Ted Kremenek | Refactor pieces of PathDiagnostic into its own data... |
commit | commitdiff | tree | snapshot |
2012-02-08 |
Eli Friedman | Make sure template argument deduction is consistently... |
commit | commitdiff | tree | snapshot |
2012-02-08 |
Argyrios Kyrtzidis | [libclang] Indexing: When suppressing references, suppr... |
commit | commitdiff | tree | snapshot |
2012-02-08 |
Eric Christopher | Constify the getClassName routine and variables that... |
commit | commitdiff | tree | snapshot |
2012-02-08 |
Akira Hatanaka | Do not return records with non trivial destructors... |
commit | commitdiff | tree | snapshot |
2012-02-08 |
Argyrios Kyrtzidis | [libclang] For CXXOperatorCallExprs, give a valid sourc... |
commit | commitdiff | tree | snapshot |
2012-02-08 |
Fariborz Jahanian | modern objc rewriter: mode metadata stuff. wip. |
commit | commitdiff | tree | snapshot |
2012-02-08 |
John McCall | Only complain about __strong __strong id, not __strong... |
commit | commitdiff | tree | snapshot |
2012-02-08 |
John McCall | Revise the SplitQualType interface to make it its own... |
commit | commitdiff | tree | snapshot |
2012-02-08 |
Eric Christopher | Whitespace. |
commit | commitdiff | tree | snapshot |
2012-02-08 |
Eric Christopher | Use the new forward declaration scheme for records... |
commit | commitdiff | tree | snapshot |
2012-02-08 |
Devang Patel | Remove tabs. |
commit | commitdiff | tree | snapshot |
2012-02-08 |
Sean Callanan | If a struct needs to be laid out, and it has not |
commit | commitdiff | tree | snapshot |
2012-02-07 |
Fariborz Jahanian | modern objc abi rewriter: mode protocol metadata |
commit | commitdiff | tree | snapshot |
2012-02-07 |
Chad Rosier | Fix indentation and an 80-column violation. |
commit | commitdiff | tree | snapshot |
2012-02-07 |
Jean-Daniel... | non-literal strftime format string is not unsafe. |
commit | commitdiff | tree | snapshot |
2012-02-07 |
Argyrios Kyrtzidis | [libclang] Do not index implicit C++ member functions... |
commit | commitdiff | tree | snapshot |
2012-02-07 |
Benjamin Kramer | Revert my patches which removed Diagnostic.h includes... |
commit | commitdiff | tree | snapshot |
2012-02-07 |
Fariborz Jahanian | objc rewriter: modern metadata for protocol decls.... |
commit | commitdiff | tree | snapshot |
2012-02-07 |
Chad Rosier | In r149662, setDiagnosticMapping was modified to not... |
commit | commitdiff | tree | snapshot |
2012-02-07 |
David Blaikie | Make use of const-correct ParseCommandLineOptions |
commit | commitdiff | tree | snapshot |
2012-02-07 |
Jean-Daniel... | Implements support of format_arg attribute on C++ member. |
commit | commitdiff | tree | snapshot |
2012-02-07 |
Devang Patel | Remove tabs. |
commit | commitdiff | tree | snapshot |
2012-02-07 |
Devang Patel | Emit debug info for properites that are not backed... |
commit | commitdiff | tree | snapshot |
2012-02-07 |
Fariborz Jahanian | objc rewriter: start supporting modern objective-c abi |
commit | commitdiff | tree | snapshot |
2012-02-07 |
Argyrios Kyrtzidis | Make parsing of objc @implementations more robust. |
commit | commitdiff | tree | snapshot |
2012-02-07 |
Aaron Ballman | Hex literals without a significand no longer crash... |
commit | commitdiff | tree | snapshot |
2012-02-07 |
Benjamin Kramer | Print NamedDecls directly to a raw_ostream where possible. |
commit | commitdiff | tree | snapshot |
2012-02-07 |
Benjamin Kramer | Switch the ObjC*Decl raw_stream overloads to take a... |
commit | commitdiff | tree | snapshot |
2012-02-07 |
Douglas Gregor | Introduce basic ASTs for lambda expressions. This covers: |
commit | commitdiff | tree | snapshot |
2012-02-07 |
Bill Wendling | Use SmallVector instead of std::vector. |
commit | commitdiff | tree | snapshot |
2012-02-07 |
Bill Wendling | Use 'ArrayRef<>' instead of 'std::vector<>&' for passed... |
commit | commitdiff | tree | snapshot |
2012-02-07 |
Bill Wendling | Calculate the .size() of the vector once. |
commit | commitdiff | tree | snapshot |
2012-02-07 |
Bill Wendling | Reserve a moderate amount of space for the back-end... |
commit | commitdiff | tree | snapshot |
2012-02-07 |
Eli Friedman | Fix a bug in semantic analysis involving anonymous... |
commit | commitdiff | tree | snapshot |
2012-02-07 |
Eli Friedman | Fix a couple of nasty bugs involving negative enum... |
commit | commitdiff | tree | snapshot |
2012-02-07 |
Ted Kremenek | Update test case. |
commit | commitdiff | tree | snapshot |
2012-02-07 |
Eli Friedman | Make FunctionDecl::doesDeclarationForceExternallyVisibl... |
commit | commitdiff | tree | snapshot |
2012-02-07 |
Ted Kremenek | Create PathDiagnosticCallEnter and PathDiagnosticCallEx... |
commit | commitdiff | tree | snapshot |
2012-02-07 |
Ted Kremenek | Tweak BugReporter extensive diagnostics to not add... |
commit | commitdiff | tree | snapshot |
2012-02-07 |
Ted Kremenek | Quote name of function in path diagnostics. |
commit | commitdiff | tree | snapshot |
next |