Age | Commit message (Expand) | Author |
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 | Add a castAs<U> accessor to CanQual<T>. | John McCall |
2012-02-17 | Rework the Sema/AST/IRgen dance for the lambda closure type's | Douglas Gregor |
2012-02-17 | Tests for the fixits which Doug added in r150727. | Richard Smith |
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] MallocChecker: more tests. | Anna Zaks |
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 | Make sure we still reject static data members in anonymous unions in C++11. | Richard Smith |
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 | Tweak the comment on the 'q' length modifier again. | Hans Wennborg |
2012-02-16 | modern objc translator: meta-data generation for first | Fariborz Jahanian |
2012-02-16 | Fix this test to work with and without Asserts mode. | Dan Gohman |
2012-02-16 | Update comment as per Joerg's comment on r150697. | Hans Wennborg |
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 |
2012-02-16 | Revert "Revert "Make CXXNewExpr contain only a single initialier, and not hol... | Sebastian Redl |
2012-02-16 | Revert "Make CXXNewExpr contain only a single initialier, and not hold the us... | Sebastian Redl |
2012-02-16 | Make CXXNewExpr contain only a single initialier, and not hold the used const... | Sebastian Redl |
2012-02-16 | Fix test to not depend upon metadata numbers. | Bill Wendling |
2012-02-16 | test/CodeGenObjC/arc-no-arc-exceptions.m: Disable it at -Asserts for now. | NAKAMURA Takumi |