2012-02-12 |
Sebastian Redl | Proper initializer list support for new expressions... |
commit | commitdiff | tree | snapshot |
2012-02-12 |
Douglas Gregor | Lambdas have a deleted default constructor and a delete... |
commit | commitdiff | tree | snapshot |
2012-02-12 |
Sebastian Redl | Change the way we store initialization kinds so that... |
commit | commitdiff | tree | snapshot |
2012-02-12 |
Sebastian Redl | Employ DirectList initialized entities to properly... |
commit | commitdiff | tree | snapshot |
2012-02-12 |
Michael J.... | Fix broken link. I believe this has been broken for... |
commit | commitdiff | tree | snapshot |
2012-02-12 |
Argyrios Kyrtzidis | Fix the rewriter that broke with r149987. |
commit | commitdiff | tree | snapshot |
2012-02-11 |
Sebastian Redl | Represent C++ direct initializers as ParenListExprs... |
commit | commitdiff | tree | snapshot |
2012-02-11 |
Sebastian Redl | Drive-by fix of incorrect diagnostic, and a test case... |
commit | commitdiff | tree | snapshot |
2012-02-11 |
Sebastian Redl | Fix parsing new expressions using init lists. Probably... |
commit | commitdiff | tree | snapshot |
2012-02-11 |
Anna Zaks | [analyzer] Malloc Checker: reduce false negatives rate... |
commit | commitdiff | tree | snapshot |
2012-02-11 |
Anna Zaks | [analyzer] Malloc Checker: Report a leak when we are... |
commit | commitdiff | tree | snapshot |
2012-02-11 |
Anna Zaks | [analyzer] Malloc checker: Leak bugs should be suppress... |
commit | commitdiff | tree | snapshot |
2012-02-11 |
Anna Zaks | [analyzer] MallocChecker: refactor/improve the symbol... |
commit | commitdiff | tree | snapshot |
2012-02-11 |
Fariborz Jahanian | objective-c translator. more modern abi stuff, focusing... |
commit | commitdiff | tree | snapshot |
2012-02-11 |
Richard Smith | Implement core issue 5: a temporary created for copy... |
commit | commitdiff | tree | snapshot |
2012-02-11 |
Richard Smith | Make sure to try instantiating a templated type which... |
commit | commitdiff | tree | snapshot |
2012-02-11 |
Ryan Govostes | [analyzer] New checker for assignment of non-0/1 values... |
commit | commitdiff | tree | snapshot |
2012-02-11 |
Eli Friedman | Implement warning for non-wide string literals with... |
commit | commitdiff | tree | snapshot |
2012-02-11 |
Chandler Carruth | Begin refactoring to use the newly added triple predica... |
commit | commitdiff | tree | snapshot |
2012-02-11 |
Eli Friedman | Basic support for referring to captured variables from... |
commit | commitdiff | tree | snapshot |
2012-02-11 |
Eli Friedman | Make sure Sema creates a field for 'this' captures... |
commit | commitdiff | tree | snapshot |
2012-02-11 |
Argyrios Kyrtzidis | [libclang] For a reference of an implicit template... |
commit | commitdiff | tree | snapshot |
2012-02-11 |
Argyrios Kyrtzidis | For class template implicit instantiation, also update... |
commit | commitdiff | tree | snapshot |
2012-02-11 |
Eli Friedman | const-qualify CXXRecordDecl::getCaptureFields. |
commit | commitdiff | tree | snapshot |
2012-02-10 |
Douglas Gregor | Add simple semantic test for C++11 [expr.prim.lambda... |
commit | commitdiff | tree | snapshot |
2012-02-10 |
Douglas Gregor | Implement C++11 [expr.lambda.prim]p13, which prohibits... |
commit | commitdiff | tree | snapshot |
2012-02-10 |
Fariborz Jahanian | objc translator: more modern metadata stuff. |
commit | commitdiff | tree | snapshot |
2012-02-10 |
Eli Friedman | Set UserLabelPrefix and MCountName correctly for Dragon... |
commit | commitdiff | tree | snapshot |
2012-02-10 |
David Blaikie | Support all null pointer literals in format strings. |
commit | commitdiff | tree | snapshot |
2012-02-10 |
Fariborz Jahanian | objctive-c translator: modern metadata for ivars. wip. |
commit | commitdiff | tree | snapshot |
2012-02-10 |
Jim Grosbach | Have the driver pass CPU and target feature information... |
commit | commitdiff | tree | snapshot |
2012-02-10 |
Argyrios Kyrtzidis | [libclang] Indexing API: fully index using decls and... |
commit | commitdiff | tree | snapshot |
2012-02-10 |
Argyrios Kyrtzidis | [libclang] Indexing API: Fully index implict template... |
commit | commitdiff | tree | snapshot |
2012-02-10 |
Argyrios Kyrtzidis | Add ArrayRef goodness in MultiplexASTMutationListener. |
commit | commitdiff | tree | snapshot |
2012-02-10 |
Argyrios Kyrtzidis | Update MultiplexASTMutationListener with the missing... |
commit | commitdiff | tree | snapshot |
2012-02-10 |
Argyrios Kyrtzidis | [libclang] Encode the template specialization parameter... |
commit | commitdiff | tree | snapshot |
2012-02-10 |
Ted Kremenek | Enhance checking for null format string literal to... |
commit | commitdiff | tree | snapshot |
2012-02-10 |
Douglas Gregor | Allow implicit capture of 'this' in a lambda even when... |
commit | commitdiff | tree | snapshot |
2012-02-10 |
Douglas Gregor | Add test from [expr.prim.lambda]p12, which deals with... |
commit | commitdiff | tree | snapshot |
2012-02-10 |
Douglas Gregor | Don't introduce a lambda's operator() into the class... |
commit | commitdiff | tree | snapshot |
2012-02-10 |
Richard Smith | PR11684, core issue 1417: |
commit | commitdiff | tree | snapshot |
2012-02-10 |
Richard Smith | Test cleanup: prefer static_assert to handmade alternative. |
commit | commitdiff | tree | snapshot |
2012-02-10 |
Evgeniy Stepanov | Loosen the test from r150238 a bit to make some of... |
commit | commitdiff | tree | snapshot |
2012-02-10 |
Richard Smith | Track whether a function type has a trailing return... |
commit | commitdiff | tree | snapshot |
2012-02-10 |
Richard Smith | --lies. |
commit | commitdiff | tree | snapshot |
2012-02-10 |
Douglas Gregor | Add a lambda example from the working draft. |
commit | commitdiff | tree | snapshot |
2012-02-10 |
Evgeniy Stepanov | Fix function prolog codegen whe coerce-to type is a... |
commit | commitdiff | tree | snapshot |
2012-02-10 |
Douglas Gregor | Add various tests for captures and the reaching scope... |
commit | commitdiff | tree | snapshot |
2012-02-10 |
Douglas Gregor | Implement the conversion to a function pointer for... |
commit | commitdiff | tree | snapshot |
2012-02-10 |
Douglas Gregor | Extend CXXRecordDecl with a function that determines... |
commit | commitdiff | tree | snapshot |
2012-02-10 |
Richard Smith | Update to new resolution for DR1458. When taking the... |
commit | commitdiff | tree | snapshot |
2012-02-10 |
Daniel Dunbar | Remove stray semi-colon. |
commit | commitdiff | tree | snapshot |
2012-02-10 |
David Blaikie | Move -Wswitch from -Wmost to -Wall, consitent with... |
commit | commitdiff | tree | snapshot |
2012-02-10 |
Ted Kremenek | Revert r145999. This turned out to be a bad idea.... |
commit | commitdiff | tree | snapshot |
2012-02-10 |
Eli Friedman | Make sure we convert struct layout pragmas to attribute... |
commit | commitdiff | tree | snapshot |
2012-02-10 |
Anna Zaks | [analyzer] MallocChecker: add a list of false positives... |
commit | commitdiff | tree | snapshot |
2012-02-10 |
Anna Zaks | [analyzer] MallocChecker Cleanup - harden against crash... |
commit | commitdiff | tree | snapshot |
2012-02-10 |
Fariborz Jahanian | objc translator: mode modern abi stuff. |
commit | commitdiff | tree | snapshot |
2012-02-09 |
Bill Wendling | Remove evil const_cast that's not needed anymore. |
commit | commitdiff | tree | snapshot |
2012-02-09 |
Aaron Ballman | Switching to using dyn_cast_or_null, and fixing line... |
commit | commitdiff | tree | snapshot |
2012-02-09 |
Bill Wendling | Use SmallVector when we can instead of std::vector. |
commit | commitdiff | tree | snapshot |
2012-02-09 |
Ted Kremenek | [analyzer] Proactively avoid inlining vararg functions... |
commit | commitdiff | tree | snapshot |
2012-02-09 |
Fariborz Jahanian | objc: If a method is not implemented in the category... |
commit | commitdiff | tree | snapshot |
2012-02-09 |
Eli Friedman | Make sure a variable with a C++ direct initializer... |
commit | commitdiff | tree | snapshot |
2012-02-09 |
Dylan Noblesmith | examples/analyzer-plugin/: unbreak build |
commit | commitdiff | tree | snapshot |
2012-02-09 |
Dylan Noblesmith | cmake: create a relative symlink to clang, not absolute |
commit | commitdiff | tree | snapshot |
2012-02-09 |
Akira Hatanaka | Class objects passed by value follow the same rules... |
commit | commitdiff | tree | snapshot |
2012-02-09 |
Benjamin Kramer | Kill the brief and full explanation fields from StaticD... |
commit | commitdiff | tree | snapshot |
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 |
next |