aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2013-05-03When building a module, forward diagnostics to the outer diagnostic consumer.Douglas Gregor
2013-05-03Reapply r180982 with repaired logic and an additional testcase.Adrian Prantl
2013-05-03Serialization for captured statementsBen Langmuir
2013-05-03PR15906: The body of a lambda is not an evaluated subexpression; don't visit ...Richard Smith
2013-05-03Add support for -march=btver2.Benjamin Kramer
2013-05-03Support __wchar_t in -fms-extensions and -fms-compatibility modes.Hans Wennborg
2013-05-03Correctly emit certain implicit references to 'self' even withinJohn McCall
2013-05-03[analyzer] Check the stack frame when looking for a var's initialization.Jordan Rose
2013-05-03[analyzer] Fix trackNullOrUndef when tracking args that have nil receivers.Jordan Rose
2013-05-03Revert "Attempt to un-break the gdb buildbot."Adrian Prantl
2013-05-03[ms-cxxabi] Emit non-virtual member function pointersReid Kleckner
2013-05-03Attempt to un-break the gdb buildbot.Adrian Prantl
2013-05-03Move parsing of identifiers in MS-style inline assembly intoJohn McCall
2013-05-02Use attribute argument information to determine when to parse attribute argum...Douglas Gregor
2013-05-02Revert r180970; it's causing breakage.Douglas Gregor
2013-05-02Use attribute argument information to determine when to parse attribute argum...Douglas Gregor
2013-05-02[analyzer] Don't try to evaluate MaterializeTemporaryExpr as a constant.Jordan Rose
2013-05-02Use the Itanium ABI for thread_local on Darwin.Bill Wendling
2013-05-02Fix crasher when the range in a C++ range-for loop has an ill-formed initiali...Douglas Gregor
2013-05-02When looking for the module associated with one of our magical builtin header...Douglas Gregor
2013-05-02Ensure that the line table for functions with cleanups is sequential.Adrian Prantl
2013-05-02Use a triple ensure that __has_feature(c_thread_local) is 1 in C11 mode.Douglas Gregor
2013-05-02[document parsing]: support c++11 type aliasesFariborz Jahanian
2013-05-02Make sure we define wchar_t related macros correctly in -fms-extensions mode.Hans Wennborg
2013-05-02Only evaluate __has_feature(c_thread_local) and __has_feature(cxx_thread_loca...Douglas Gregor
2013-05-02[analyzer] RetainCountChecker: don't track through xpc_connection_set_context.Jordan Rose
2013-05-01[analyzer] Consolidate constant evaluation logic in SValBuilder.Jordan Rose
2013-05-01[analyzer] Don't inline the [cd]tors of C++ iterators.Jordan Rose
2013-05-01[documenting declaration]: Remove arc liftime qualifiersFariborz Jahanian
2013-05-01Fix typo in FileCheck.Chad Rosier
2013-05-01[inline asm] Add a test case for r180873. Test case needs to be on the clangChad Rosier
2013-05-01Fix spurious trailing comma when printing some of the __c11_atomic_* builtins...Richard Smith
2013-05-01PR15884: In the 'taking the address of a temporary' extension, materialize theRichard Smith
2013-05-01Re-apply "[analyzer] Model casts to bool differently from other numbers."Jordan Rose
2013-05-01Fix buildbot yet again. // rdar://13757500.Fariborz Jahanian
2013-05-01attempt to fix the buildbot failure.Fariborz Jahanian
2013-05-01[ObjC declaration documentation] declaration of Fariborz Jahanian
2013-05-01As of r180836, these tests should no longer be XFAILed on Windows.Aaron Ballman
2013-05-01Point diagnostics that complain about a use of a selector in an objc message,...Argyrios Kyrtzidis
2013-04-30Revert 180817 because 180816 was reverted.Adrian Prantl
2013-04-30Fix PR15845: apparently MSVC does not support implicit int in C++ mode.Richard Smith
2013-04-30Do not generate VLAs as complex variables any more, as they are nowAdrian Prantl
2013-04-30[driver] Allow multiple -arch options with -save-temps by adding the arch nameChad Rosier
2013-04-30Revert r180739 and r180748: they broke C++11 thread_local on non-Darwin syste...Richard Smith
2013-04-30[ms-cxxabi] Implement member pointer comparisonsReid Kleckner
2013-04-30Struct-path aware TBAA: enable struct-path aware TBAA for classes.Manman Ren
2013-04-30Don't treat a non-deduced 'auto' type as being type-dependent. Instead, thereRichard Smith
2013-04-30Use {{.*}}suffix instead of [[TC]] in places where we print the toolchainRafael Espindola
2013-04-30[Mips] Pass -mips16, -mmicromips, -mdsp and -mdspr2 flags to theSimon Atanasyan
2013-04-30Objective-C (mostly arc): Under ARC, we often have unneeded qualifiers Fariborz Jahanian