2012-02-14 |
Kaelyn Uhrain | Use several weighted factors to determine typo candidat... |
commit | commitdiff | tree | snapshot |
2012-02-14 |
Douglas Gregor | Simplify and robustify lambda PCH test |
commit | commitdiff | tree | snapshot |
2012-02-14 |
Douglas Gregor | Implement AST (de-)serialization for lambda expressions. |
commit | commitdiff | tree | snapshot |
2012-02-14 |
Fariborz Jahanian | more modern objc translator. Focusing on metadata for... |
commit | commitdiff | tree | snapshot |
2012-02-14 |
Dylan Noblesmith | include clang's config.h unconditionally (v2) |
commit | commitdiff | tree | snapshot |
2012-02-14 |
Benjamin Kramer | Use a simpler (and more efficient) pattern to pad vectors. |
commit | commitdiff | tree | snapshot |
2012-02-14 |
David Blaikie | Fix crash-on-invalid for 'operator int[]()' in C++11. |
commit | commitdiff | tree | snapshot |
2012-02-14 |
Ted Kremenek | Fix use-after-free introduced by me being an idiot. |
commit | commitdiff | tree | snapshot |
2012-02-14 |
Eli Friedman | Remove useless if statement. |
commit | commitdiff | tree | snapshot |
2012-02-14 |
Eli Friedman | Add a coverage test for lambda expression IRGen. |
commit | commitdiff | tree | snapshot |
2012-02-14 |
Ted Kremenek | Implement new DiagnosticsRenderer that packages notes... |
commit | commitdiff | tree | snapshot |
2012-02-14 |
Ted Kremenek | Refactor DiagnosticRenderer and SDiagsRenderer to have... |
commit | commitdiff | tree | snapshot |
2012-02-14 |
Ted Kremenek | Add helper methods to StoredDiagnostic. |
commit | commitdiff | tree | snapshot |
2012-02-14 |
Richard Smith | Fix another issue introduced by the proposed wording... |
commit | commitdiff | tree | snapshot |
2012-02-14 |
Eli Friedman | Implement IRGen of lambda expressions which capture... |
commit | commitdiff | tree | snapshot |
2012-02-14 |
Eli Friedman | Refactor out new function EmitInitializerForField from... |
commit | commitdiff | tree | snapshot |
2012-02-14 |
Anna Zaks | [analyzer] Malloc Checker: realloc: add dependency... |
commit | commitdiff | tree | snapshot |
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 |
next |