aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2013-04-01Add test for PR12527 (bug has apparently already been fixed).Richard Smith
2013-04-01[libclang] Make clang_Cursor_getArgument work with call-exprs.Argyrios Kyrtzidis
2013-04-01Modifed debug-info-byval.cpp test to grep for .string or .asciz.Jyotsna Verma
2013-03-30Remove old NVPTX cpus and add new NVPTX cpusJustin Holewinski
2013-03-30Use kernel metadata to differentiate between kernel and deviceJustin Holewinski
2013-03-30Add support for gcc-compatible -mfprnd -mno-fprnd PPC optionsHal Finkel
2013-03-30Sema: Don't crash when trying to emit a precedence warning on postinc/decrement.Benjamin Kramer
2013-03-30[analyzer] Handle caching out while evaluating a C++ new expression.Jordan Rose
2013-03-30[analyzer] Garbage removedAnton Yartsev
2013-03-30[analyzer] Test addedAnton Yartsev
2013-03-30[analyzer] Enabled unix.Malloc checker.Anton Yartsev
2013-03-30[analyzer] Tests for intersections with other checkers from MallocChecker.cpp...Anton Yartsev
2013-03-29generalize testcaseAdrian Prantl
2013-03-29[analyzer] Address Jordan’s review of r178309 - do not register an extra vi...Anna Zaks
2013-03-29[libclang] Add test case for r178374.Argyrios Kyrtzidis
2013-03-29Sema: Warn on sizeof on binary ops on decayed arrays.Benjamin Kramer
2013-03-29Bugfix/Followup for r177086.Adrian Prantl
2013-03-29Don't special case one line extern "C" decls.Rafael Espindola
2013-03-29Add RDSEED intrinsic support defined in AVX2 extensionMichael Liao
2013-03-29Add XTEST intrinsic defined in TSX extensionMichael Liao
2013-03-29[analyzer] Add static initializer test case (from <rdar://problem/13227740>).Ted Kremenek
2013-03-29Revert r178273 as it broke the Linux bootstrap due to false positivesTimur Iskhodzhanov
2013-03-29Add static analyzer support for conditionally executing static initializers.Ted Kremenek
2013-03-28Objective-C: Produce precise diagnostic whenFariborz Jahanian
2013-03-28[analyzer] Add support for escape of const pointers and use it to allow “ne...Anna Zaks
2013-03-28[analyzer] Apply the suppression rules to the nil receiver only if the value ...Anna Zaks
2013-03-28[ms-cxxabi] Add more tests for r178297Reid Kleckner
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