aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2014-08-27Add tests for variadic functions versus attribute nonnull in the static analy...Richard Smith
2014-08-27Fix regression in r216520: don't apply nonnull to non-pointer functionRichard Smith
2014-08-27Fix PR20773 which I introduced with a silly edit mistake in r216531.Chandler Carruth
2014-08-27Call ResolveExceptionSpec for non-OdrUsed functions.Nico Weber
2014-08-27Objective-C. When multiple nullary selectors are found inFariborz Jahanian
2014-08-27Allow __fp16 as a function arg or return type for AArch64Oliver Stannard
2014-08-27Quick fix to test/CodeGen/2007-06-18-SextAttrAggregate.c for x86_64-mingw32, ...NAKAMURA Takumi
2014-08-27Add support for the static analyzer to synthesize function implementations fr...Ted Kremenek
2014-08-27Move some ARM-specific code from CGCall.cpp to TargetInfo.cppOliver Stannard
2014-08-27[asan] Restore asan-rt name on linux back to pre-r216380.Evgeniy Stepanov
2014-08-27Significantly fix Clang's header search for Ubuntu (and possibly otherChandler Carruth
2014-08-27Driver: Restore -fkeep-inline-functions as an ignored flagJustin Bogner
2014-08-27Fix representation of __attribute__((nonnull)) to support correctly modelingRichard Smith
2014-08-27PR20760: Don't assert (and produce better diagnostics) if a default initializerRichard Smith
2014-08-27Re-apply r216491 (Win64 ABI shouldn't extend integer type arguments.)Julien Lerouge
2014-08-26[modules] Don't assert when merging virtual functions that override otherRichard Smith
2014-08-26Revert 216491, it breaks CodeGenCXX/microsoft-abi-member-pointers.cppJulien Lerouge
2014-08-26Win64 ABI shouldn't extend integer type arguments.Julien Lerouge
2014-08-26revert patch r216469.Fariborz Jahanian
2014-08-26[libclang] Fixup the cursor spelling range for C++ destructors, operator over...Argyrios Kyrtzidis
2014-08-26Ignore -fdevirtualize and -fdevirtualize-speculatively for gcc compatReid Kleckner
2014-08-26[test/CodeGen/ARM] Update arm_neon_intrinsics test case to actually test theQuentin Colombet
2014-08-26Convert MC command line flag for fatal assembler warnings into a properJoerg Sonnenberger
2014-08-26c11- Check for c11 language option as documentation saysFariborz Jahanian
2014-08-26This test was updated in r216397, but was failing on Windows due to mixed pat...Aaron Ballman
2014-08-26arm_acle: Add mappings for dbg intrinsicYi Kong
2014-08-26ARM: Add dbg builtin intrinsicYi Kong
2014-08-26[ASan/Win] Add an extra thunk.lib to handle stack-use-after-return optionTimur Iskhodzhanov
2014-08-26arm_acle: Implement swap intrinsicYi Kong
2014-08-26Passing a variable to std::move now counts as a use for -WuninitializedRichard Trieu
2014-08-26[modules] Track the described template in an alias declaration that is theRichard Smith
2014-08-26[clang/asan] call __asan_poison_cxx_array_cookie after operator new[]Kostya Serebryany
2014-08-25Fix typo.Richard Smith
2014-08-25Objective-C. Allow [super initialize] in an +initializeFariborz Jahanian
2014-08-25Objective-C modernization. Convert -initWithUTF8String messagingFariborz Jahanian
2014-08-25Update for llvm api change.Rafael Espindola
2014-08-25Follow-up to r216380: update test expectationsTimur Iskhodzhanov
2014-08-25[modules] Fix false report of an ODR violation when merging friendRichard Smith
2014-08-24PR20716 - Crash when recovering from type in known dependent base.Nikola Smiljanic
2014-08-24Move __vector long deprecation checking into DeclSpec::FinishHal Finkel
2014-08-24Implement __builtin_signbitl for PowerPCHal Finkel
2014-08-24Don't assert on different DLL attributes in template and explicit instantiati...Hans Wennborg
2014-08-23Add another test for DLL attribute inheritance to partial specializationsHans Wennborg
2014-08-23Fix CodeGenCXX/dllexport.cpp test. Somehow this slipped out of my previous co...Hans Wennborg
2014-08-23MS ABI: Inherit DLL attributes to partial class template specializationsHans Wennborg
2014-08-23CodeGen: Skip unnamed bitfields when handling designated initializersDavid Majnemer
2014-08-23[modules] When merging a tag declaration that has a typedef name for linkageRichard Smith
2014-08-23[modules] Put class template declarations into the scope in which they'reRichard Smith
2014-08-23Fix a bad location in -Wparentheses fix-it hintRichard Trieu
2014-08-22Objective-C. Warn when @encode'ing provides an incompleteFariborz Jahanian