aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2013-03-28Warn about more than the first unused variable when -Werror is set.Matt Beaumont-Gay
2013-03-28[ms-cxxabi] Correctly compute the size of member pointersReid Kleckner
2013-03-28Objective-C: Provide fixit suggestions when class objectFariborz Jahanian
2013-03-28Provide a fixit to static_cast for reinterpret_casts within a class hierarchy.Jordan Rose
2013-03-28Implemented a warning when an input several bitwise operations areSam Panzer
2013-03-28[analyzer] These implements unix.MismatchedDeallocatorChecker checker.Anton Yartsev
2013-03-28[analyzer] For now assume all standard global 'operator new' functions alloca...Anton Yartsev
2013-03-28Add support for gcc-compatible -mpopcntd -mno-popcntd PPC optionsHal Finkel
2013-03-28[Mips] Handle pseudo-target flags '-EL' and '-EB' and properly adjustSimon Atanasyan
2013-03-28Add support for gcc-compatible -mmfcrf -mno-mfcrf PPC optionsHal Finkel
2013-03-28Define __SIZE_MAX__ preprocessor macro.Evgeniy Stepanov
2013-03-28For -Wignored-qualifiers, don't warn on qualifiers which we acquire via aRichard Smith
2013-03-28Teach -Wigored-qualifiers about exotic flavors of declarator and the _Atomic ...Richard Smith
2013-03-28Revert "Update debug info test for schema change made to LLVM."David Blaikie
2013-03-28Support C11 _Atomic type qualifier. This is more-or-less just syntactic sugar...Richard Smith
2013-03-28Fold together the two implementations of 6.7.3p2 in SemaType. Fix two bugs, e...Richard Smith
2013-03-27[Parser] Don't code-complete twice.Argyrios Kyrtzidis
2013-03-27Don't reject __restrict applied to a dependent type; it might instantiate to ...Richard Smith
2013-03-27Simplify test to use a count for the number of notes expected.Bill Wendling
2013-03-27UBSan: Don't diagnose inf/nan conversions between floating-point types. It's ...Richard Smith
2013-03-27Remove unnecessary attributes from test case.Chad Rosier
2013-03-27Add a front-end test case for r178186.Chad Rosier
2013-03-27Fixes a typo in my last patch.Fariborz Jahanian
2013-03-27Objective-C: Issue more precise warning when userFariborz Jahanian
2013-03-27[analyzer] Use evalBind for C++ new of scalar types.Jordan Rose
2013-03-27[modules] Make sure enabled diagnostic pragmas inside the module don't affect...Argyrios Kyrtzidis
2013-03-27<rdar://problem/13509689> Introduce -module-file-info option that provides in...Douglas Gregor
2013-03-27Add another expected note. Two errors => two notes.Tim Northover
2013-03-27Disable ASan/MSan symbolization of reports in tests.Evgeniy Stepanov
2013-03-27Mark comment-to-html-xml-conversion test as XFAIL:msan, in addition to valgrind.Evgeniy Stepanov
2013-03-27<rdar://problem/13317030> Consider using directives when performing unqualifi...Douglas Gregor
2013-03-27Fix testcase to add expected note.Bill Wendling
2013-03-27Implement compiler intrinsics needed for compatibility with MSVC 2012 <type_t...Joao Matos
2013-03-27[modules] Re-enable the "ambiguous expansion of macro" warning.Argyrios Kyrtzidis
2013-03-27PR15597: Fix a confusion between the implicit exception specification and theRichard Smith
2013-03-27Update debug info test for schema change made to LLVM.David Blaikie
2013-03-27Make the -Wreinterpret-base-class logic safe against invalidJohn McCall
2013-03-27Split "incomplete implementation" warnings for ObjC into separate warnings.Ted Kremenek
2013-03-26<rdar://problem/13278115> Improve diagnostic when failing to bind an rvalue r...Douglas Gregor
2013-03-26[analyzer] Better test for r178063.Anna Zaks
2013-03-26[analyzer] Make sure IDC works for ‘NSContainer value/key is nil’ checks.Anna Zaks
2013-03-26<rdar://problem/13267210> Ensure that Sema::CompareReferenceRelationship retu...Douglas Gregor
2013-03-26<rdar://problem/13473493> Handle 'this->' insertion recovery within trailing ...Douglas Gregor
2013-03-26[analyzer] Change inlining policy to inline small functions when reanalyzing ...Anna Zaks
2013-03-26clang/test/CodeGenCXX/debug-info-namespace.cpp: Disable it on non-bash lit fo...NAKAMURA Takumi
2013-03-26Add PRFCHW intrinsic supportMichael Liao
2013-03-26[ms-cxxabi] Mangle vector typesReid Kleckner
2013-03-26Actually mark ASan-unfriendly test as XFAILAlexey Samsonov
2013-03-26Add asan/msan to the list of available features in LIT test runner. Mark ASan...Alexey Samsonov
2013-03-26Handle CXXOperatorCallExpr when checking self referrnce during initialization ofRichard Trieu