2012-02-13 |
Anna Zaks | [analyzer] Malloc checker: rework realloc handling: |
commit | commitdiff | tree | snapshot |
2012-02-13 |
Douglas Gregor | Split the storage of lambda information between the... |
commit | commitdiff | tree | snapshot |
2012-02-13 |
Douglas Gregor | Keep track of the set of array index variables we use... |
commit | commitdiff | tree | snapshot |
2012-02-13 |
Benjamin Kramer | Remove empty directories left behind by git-svn. |
commit | commitdiff | tree | snapshot |
2012-02-13 |
Douglas Gregor | Don't allocate unused storage for captures/capture... |
commit | commitdiff | tree | snapshot |
2012-02-13 |
Douglas Gregor | Move the storage of lambda captures and capture initial... |
commit | commitdiff | tree | snapshot |
2012-02-13 |
Eric Christopher | Add back in the code to create forward decls using... |
commit | commitdiff | tree | snapshot |
2012-02-13 |
Eric Christopher | Testcase for previous commit. |
commit | commitdiff | tree | snapshot |
2012-02-13 |
Eric Christopher | Temporarily walk back a few of my recent debug info... |
commit | commitdiff | tree | snapshot |
2012-02-13 |
Dylan Noblesmith | StaticAnalyzer/Core: fix MSVC build |
commit | commitdiff | tree | snapshot |
2012-02-13 |
Dylan Noblesmith | drop more llvm:: prefixes on SmallString<> |
commit | commitdiff | tree | snapshot |
2012-02-13 |
Dylan Noblesmith | drop more llvm:: prefixes on OwningPtr<> |
commit | commitdiff | tree | snapshot |
2012-02-13 |
Dylan Noblesmith | examples/analyzer-plugin: hook up to build |
commit | commitdiff | tree | snapshot |
2012-02-13 |
Hans Wennborg | Fix typo in PrintfConversionSpecifier::isDoubleArg() |
commit | commitdiff | tree | snapshot |
2012-02-13 |
Richard Smith | Update constexpr implementation to match CWG's chosen... |
commit | commitdiff | tree | snapshot |
2012-02-13 |
Chandler Carruth | Delete a simplistic helper function now that llvm:... |
commit | commitdiff | tree | snapshot |
2012-02-12 |
Fariborz Jahanian | more of rewriting ivar types. |
commit | commitdiff | tree | snapshot |
2012-02-12 |
David Blaikie | Move -Wdangling-else under -Wparentheses to be backward... |
commit | commitdiff | tree | snapshot |
2012-02-12 |
Douglas Gregor | Implement the standard decltype() semantics described... |
commit | commitdiff | tree | snapshot |
2012-02-12 |
Douglas Gregor | Within the body of a lambda expression, decltype((x... |
commit | commitdiff | tree | snapshot |
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 |
next |