2012-02-14 |
Douglas Gregor | Simple test ensuring that we perform direct initializat... |
commit | commitdiff | tree | snapshot |
2012-02-14 |
Douglas Gregor | Link together the call operator produced from transform... |
commit | commitdiff | tree | snapshot |
2012-02-13 |
Nick Lewycky | Mark the cxa_guard_{abort,acquire,release} functions... |
commit | commitdiff | tree | snapshot |
2012-02-13 |
Richard Smith | Deal with a horrible C++11 special case. If a non-liter... |
commit | commitdiff | tree | snapshot |
2012-02-13 |
Matt Beaumont-Gay | Add a subgroup of -Wreturn-type, -Wreturn-type-c-linkage. |
commit | commitdiff | tree | snapshot |
2012-02-13 |
Douglas Gregor | Introduce support for template instantiation of lambda |
commit | commitdiff | tree | snapshot |
2012-02-13 |
Fariborz Jahanian | modern objc translator. More ivar rewrite work. |
commit | commitdiff | tree | snapshot |
2012-02-13 |
Fariborz Jahanian | objc modern translator. ivar offset symbols. |
commit | commitdiff | tree | snapshot |
2012-02-13 |
Anna Zaks | [analyzer] Malloc Checker: realloc: correct the way... |
commit | commitdiff | tree | snapshot |
2012-02-13 |
Dmitri Gribenko | Add a script that produces a list of all diagnostics... |
commit | commitdiff | tree | snapshot |
2012-02-13 |
Dmitri Gribenko | Remove unused diagnostics from include/clang/Basic... |
commit | commitdiff | tree | snapshot |
2012-02-13 |
Sebastian Redl | Don't route explicit construction via list-initializati... |
commit | commitdiff | tree | snapshot |
2012-02-13 |
Matt Beaumont-Gay | Sink variable into assert |
commit | commitdiff | tree | snapshot |
2012-02-13 |
Fariborz Jahanian | objective-c translator: more rewriting of ivar types |
commit | commitdiff | tree | snapshot |
2012-02-13 |
Chad Rosier | When generating diagnostic information due to a clang... |
commit | commitdiff | tree | snapshot |
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 |
next |