Age | Commit message (Expand) | Author |
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 | Shift Microsoft enum extensions from -fms-extensions to -fms-compatibility, s... | Eli Friedman |
2012-02-16 | Initial implementation of IRGen for the lambda conversion-to-function-pointer... | Eli Friedman |
2012-02-16 | [analyzer] Diagnostics: Ensure that the default end of diagnostic path | Anna Zaks |
2012-02-16 | [analyzer] Malloc Checker: Give up when a pointer escapes into a struct. | Anna Zaks |
2012-02-16 | constexpr tidyups: | Richard Smith |
2012-02-16 | Start of IRGen for lambda conversion operators. | Eli Friedman |
2012-02-16 | Use the new method for specifying garbage collection metadata in the module. | Bill Wendling |
2012-02-16 | Implicitly define a lambda's conversion functions (to function | Douglas Gregor |
2012-02-16 | Teach clang to add metadata tags to calls and invokes in ObjC with | Dan Gohman |
2012-02-16 | objc-arc: For arc's ivar layout, treat __unsafe_unretained ivars | Fariborz Jahanian |
2012-02-15 | Revert "Add a completed/incomplete type difference. This allows us to have" | Eric Christopher |
2012-02-15 | Add a completed/incomplete type difference. This allows us to have | Eric Christopher |
2012-02-15 | Silence a valgrind warning, and remove an unused var. | Kaelyn Uhrain |
2012-02-15 | Support GCC's bug^Wextension allowing class array members to be initalized by a | Richard Smith |
2012-02-15 | Improve typo correction involving nested name specifiers. | Kaelyn Uhrain |
2012-02-15 | Lambda closure types have a conversion function to a block pointer | Douglas Gregor |
2012-02-15 | objective-c translator: fixes an obscure rewriting bug | Fariborz Jahanian |
2012-02-15 | Factor the construction of the lambda-to-function-pointer conversion function... | Douglas Gregor |
2012-02-15 | Provide common include for all diagnostic headers. | David Blaikie |
2012-02-15 | Store the warning option corresponding to a diagnostics as an index into the ... | Benjamin Kramer |
2012-02-15 | Remove the unuseful -fdiagnostics-show-name | David Blaikie |
2012-02-15 | When overload resolution picks an implicitly-deleted special member | Douglas Gregor |
2012-02-15 | Add some Solaris include paths and fix a -lgcc_eh that apparently should be -... | David Chisnall |
2012-02-15 | Introduce a new initialization entity for lambda captures, and | Douglas Gregor |
2012-02-15 | Fix copy-and-paste error in comment | David Chisnall |
2012-02-15 | Specialize noreturn diagnostics for lambda expressions. | Douglas Gregor |
2012-02-15 | Fix silly precedence error. | Douglas Gregor |
2012-02-15 | Specialize the diagnostic complaining about conflicting types of | Douglas Gregor |
2012-02-15 | Implement code completion support for lambda capture lists. | Douglas Gregor |
2012-02-15 | First pass at Solaris toolchain support. This version compiles and links hello | David Chisnall |
2012-02-15 | Make -Wformat fix-its preserve original conversion specifiers. | Hans Wennborg |
2012-02-15 | If a static data member of a class template which could be used in a constant | Richard Smith |
2012-02-15 | Implement DR1454. This allows all intermediate results in constant expressions | Richard Smith |
2012-02-15 | [analyzer] Malloc checker: make a bit safer. | Anna Zaks |
2012-02-15 | Split reinterpret_casts of member pointers out from CK_BitCast; this | John McCall |
2012-02-15 | modern objective-c translator: start writing the main class | Fariborz Jahanian |
2012-02-15 | [analyzer] Malloc Checker: add support for reallocf, which always frees | Anna Zaks |
2012-02-15 | [analyzer] Malloc Checker: add support for valloc + minor code | Anna Zaks |