Age | Commit message (Expand) | Author |
2012-02-17 | [analyzer] Fix another false positive in the Malloc Checker, by making | Anna Zaks |
2012-02-17 | [analyzer] Generalize function name checking in CString checker. | Anna Zaks |
2012-02-17 | modern objc translator: postpone writing of class definitions | Fariborz Jahanian |
2012-02-17 | modern objc writer: more work for category metadata rewrite | Fariborz Jahanian |
2012-02-17 | Don't emit optimization-specific intrinsic at -O0. | Richard Smith |
2012-02-17 | modern objc translator: category metadata related | Fariborz Jahanian |
2012-02-17 | On Solaris, define some standard macros that the Solaris headers require in | David Chisnall |
2012-02-17 | De-nest tentative parsing to disambiguate lambdas from designators; no | Douglas Gregor |
2012-02-17 | Don't allow non-empty ParenListExprs as array-new initializers. | Sebastian Redl |
2012-02-17 | Basic code generation support for std::initializer_list. | Sebastian Redl |
2012-02-17 | The clang half of r150794: after the construction of a global or static const | Richard Smith |
2012-02-17 | Index "12" holds the vtable, not "9". | Eric Christopher |
2012-02-17 | Bug fix: do not emit static const local variables with mutable members | Richard Smith |
2012-02-17 | When performing IRGen on a global, emit it as a constant if: | Richard Smith |
2012-02-17 | Only add 'const' to the type of variables captured in a lambda when | Douglas Gregor |
2012-02-17 | Disambiguate between C++11 lambda expressions and C99 array | Douglas Gregor |
2012-02-17 | Make sure all remaining parts of the constant evaluator are aware that an array | Richard Smith |
2012-02-17 | Whether an argument is required (in contrast with being an | John McCall |
2012-02-17 | Block expressions always have a prototyped function type; expose this | John McCall |
2012-02-17 | Rework the Sema/AST/IRgen dance for the lambda closure type's | Douglas Gregor |
2012-02-17 | Reject continue/break statements within members of local functions nested within | Richard Smith |
2012-02-17 | PR12012: Fix a regression in r150419 where we would try (and fail) to | Richard Smith |
2012-02-17 | objective-c translator. More stuff for modern meta-data. | Fariborz Jahanian |
2012-02-16 | Reapply r150631: | Eric Christopher |
2012-02-16 | Elide copy construction in new expressions. PR11757. | Eli Friedman |
2012-02-16 | Avoid infinite mutual recursion in DiagnoseInvalidRedeclaration. | Kaelyn Uhrain |
2012-02-16 | [analyzer] Malloc Checker: Clean up bug naming: | Anna Zaks |
2012-02-16 | [analyzer] Malloc Checker: Make the diagnostic visitor handle the case | Anna Zaks |
2012-02-16 | Pacify gcc's -Wreturn-type | Matt Beaumont-Gay |
2012-02-16 | fix the property list metadata name. | Fariborz Jahanian |
2012-02-16 | Improve recovery for lambda expressions that have 'mutable' or a | Douglas Gregor |
2012-02-16 | modern objective-c translator: write the root class meta-data. | Fariborz Jahanian |
2012-02-16 | Lambda closure types are always considered to be like "local" classes, | Douglas Gregor |
2012-02-16 | Add checker visitation hooks in ExprEngine::Visit() for common no-op expressi... | Ted Kremenek |
2012-02-16 | Revert "Move ExplodedNode reclaimation out of ExprEngine and into CoreEngine.... | Ted Kremenek |
2012-02-16 | C++11 allows unions to have static data members. Remove the corresponding | Richard Smith |
2012-02-16 | Move ExplodedNode reclaimation out of ExprEngine and into CoreEngine. Also h... | Ted Kremenek |
2012-02-16 | Minor cleanup to node data structures in ExplodedGraph. No functionality cha... | Ted Kremenek |
2012-02-16 | modern objc translator: meta-data generation for first | Fariborz Jahanian |
2012-02-16 | In Objective-C++, allow the keyword 'class' to be used as a property | Douglas Gregor |
2012-02-16 | If code completion patterns are not enabled, use simpler else/else if | Douglas Gregor |
2012-02-16 | Add fixits for ARC casting errors for implicit conversions as well. rdar://10... | Argyrios Kyrtzidis |
2012-02-16 | Minor fix to template instantiation, which properly instantiates | DeLesley Hutchins |
2012-02-16 | Thread safety analysis: Don't check for lockable on undefined types. | DeLesley Hutchins |
2012-02-16 | Thread-safety analysis: Disable checking inside constructors, destructors, lo... | DeLesley Hutchins |
2012-02-16 | Thread-Safety: added support for 'this' as a lock expression. | DeLesley Hutchins |
2012-02-16 | Allow thread safety attributes on function definitions. | DeLesley Hutchins |
2012-02-16 | Format string analysis: give 'q' its own enumerator. | Hans Wennborg |
2012-02-16 | Tweak link order on Solaris so that global ctors work. | David Chisnall |
2012-02-16 | Proper checking of list-initializers for array new expressions. | Sebastian Redl |