aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2012-02-16Add fixits for ARC casting errors for implicit conversions as well. rdar://10...Argyrios Kyrtzidis
2012-02-16Minor fix to template instantiation, which properly instantiatesDeLesley Hutchins
2012-02-16Thread safety analysis: Don't check for lockable on undefined types.DeLesley Hutchins
2012-02-16Thread-safety analysis: Disable checking inside constructors, destructors, lo...DeLesley Hutchins
2012-02-16Thread-Safety: added support for 'this' as a lock expression.DeLesley Hutchins
2012-02-16Allow thread safety attributes on function definitions.DeLesley Hutchins
2012-02-16Format string analysis: give 'q' its own enumerator.Hans Wennborg
2012-02-16Tweak link order on Solaris so that global ctors work.David Chisnall
2012-02-16Proper checking of list-initializers for array new expressions.Sebastian Redl
2012-02-16Revert "Revert "Make CXXNewExpr contain only a single initialier, and not hol...Sebastian Redl
2012-02-16Revert "Make CXXNewExpr contain only a single initialier, and not hold the us...Sebastian Redl
2012-02-16Make CXXNewExpr contain only a single initialier, and not hold the used const...Sebastian Redl
2012-02-16Shift Microsoft enum extensions from -fms-extensions to -fms-compatibility, s...Eli Friedman
2012-02-16Initial implementation of IRGen for the lambda conversion-to-function-pointer...Eli Friedman
2012-02-16[analyzer] Diagnostics: Ensure that the default end of diagnostic pathAnna Zaks
2012-02-16[analyzer] Malloc Checker: Give up when a pointer escapes into a struct.Anna Zaks
2012-02-16constexpr tidyups:Richard Smith
2012-02-16Start of IRGen for lambda conversion operators.Eli Friedman
2012-02-16Use the new method for specifying garbage collection metadata in the module.Bill Wendling
2012-02-16Implicitly define a lambda's conversion functions (to functionDouglas Gregor
2012-02-16Teach clang to add metadata tags to calls and invokes in ObjC withDan Gohman
2012-02-16objc-arc: For arc's ivar layout, treat __unsafe_unretained ivarsFariborz Jahanian
2012-02-15Revert "Add a completed/incomplete type difference. This allows us to have"Eric Christopher
2012-02-15Add a completed/incomplete type difference. This allows us to haveEric Christopher
2012-02-15Silence a valgrind warning, and remove an unused var.Kaelyn Uhrain
2012-02-15Support GCC's bug^Wextension allowing class array members to be initalized by aRichard Smith
2012-02-15Improve typo correction involving nested name specifiers.Kaelyn Uhrain
2012-02-15Lambda closure types have a conversion function to a block pointerDouglas Gregor
2012-02-15objective-c translator: fixes an obscure rewriting bugFariborz Jahanian
2012-02-15Factor the construction of the lambda-to-function-pointer conversion function...Douglas Gregor
2012-02-15Provide common include for all diagnostic headers.David Blaikie
2012-02-15Store the warning option corresponding to a diagnostics as an index into the ...Benjamin Kramer
2012-02-15Remove the unuseful -fdiagnostics-show-nameDavid Blaikie
2012-02-15When overload resolution picks an implicitly-deleted special memberDouglas Gregor
2012-02-15Add some Solaris include paths and fix a -lgcc_eh that apparently should be -...David Chisnall
2012-02-15Introduce a new initialization entity for lambda captures, andDouglas Gregor
2012-02-15Fix copy-and-paste error in commentDavid Chisnall
2012-02-15Specialize noreturn diagnostics for lambda expressions.Douglas Gregor
2012-02-15Fix silly precedence error.Douglas Gregor
2012-02-15Specialize the diagnostic complaining about conflicting types ofDouglas Gregor
2012-02-15Implement code completion support for lambda capture lists.Douglas Gregor
2012-02-15First pass at Solaris toolchain support. This version compiles and links helloDavid Chisnall
2012-02-15Make -Wformat fix-its preserve original conversion specifiers.Hans Wennborg
2012-02-15If a static data member of a class template which could be used in a constantRichard Smith
2012-02-15Implement DR1454. This allows all intermediate results in constant expressionsRichard Smith
2012-02-15[analyzer] Malloc checker: make a bit safer.Anna Zaks
2012-02-15Split reinterpret_casts of member pointers out from CK_BitCast; thisJohn McCall
2012-02-15modern objective-c translator: start writing the main classFariborz Jahanian
2012-02-15[analyzer] Malloc Checker: add support for reallocf, which always freesAnna Zaks
2012-02-15[analyzer] Malloc Checker: add support for valloc + minor codeAnna Zaks