]> granicus.if.org Git - clang/history - test
Fix off-by-one error in PPCaching.cpp token annotation assertion
[clang] / test /
2016-10-20 Reid KlecknerFix off-by-one error in PPCaching.cpp token annotation...
2016-10-20 Vedant Kumar[CodeGen] Devirtualize calls to methods marked final...
2016-10-20 Richard Smith[c++1z] Fix assertion failure when using the wrong...
2016-10-20 Richard Smith[c++1z] Teach composite pointer type computation how...
2016-10-20 Renato Golin[clang-cl] Fix test that shouldn't be running on non-x86
2016-10-20 Richard SmithPR26276: Fix detection of non-cast-expressions as opera...
2016-10-20 Victor LeschukUpgrade debug-info-vla test: we do not pass default...
2016-10-20 Victor LeschukDebugInfo: pass alignment value only if it was forced
2016-10-20 Richard SmithFix crash on noreturn conversion in unprototyped functi...
2016-10-19 Richard SmithExtend hack to work around bad exception specifications...
2016-10-19 Richard SmithAdd optimization to sizeof...(X) handling: if none...
2016-10-19 Eli FriedmanDon't crash generating debug info for VLA in function...
2016-10-19 Justin Lebar[CUDA] When we emit an error that might have been defer...
2016-10-19 Justin Lebar[CUDA] Emit errors for wrong-side calls made on the...
2016-10-19 Vedant Kumar[ubsan] Drop dependency on a 64-bit arch in a test...
2016-10-19 Vedant Kumar[ubsan] Re-work check lines to try to appease a bot...
2016-10-19 Vedant Kumar[ubsan] Use the object pointer's type info for devirtua...
2016-10-19 Hans WennborgMS ABI: Fix assert when generating virtual function...
2016-10-19 Simon Dardis[mips][msa] Range check MSA intrinsics with immediates
2016-10-19 Douglas Katzman[Myriad] Find libc++ headers next to clang binary
2016-10-19 Andrey Bokhanko[Sema] Gcc compatibility of vector shift
2016-10-19 Vassil Vassilev[modules] Do not report missing definitions of demoted...
2016-10-19 Richard SmithResolve exception specifications when selecting an...
2016-10-19 Justin Lebar[CUDA] Rework tests now that we emit deferred diagnosti...
2016-10-18 Richard SmithDR1330: instantiate exception-specifications when ...
2016-10-18 Richard SmithAdd missing warning for use of C++1z init-statements...
2016-10-18 Richard Smith[c++1z] Fix corner case where we could create a functio...
2016-10-18 Richard SmithWhen two function types have equivalent (but distinct...
2016-10-18 Mandeep Singh GrangFix clang tests
2016-10-18 Akira Hatanaka[CodeGen][ObjC] Do not call objc_storeStrong when initi...
2016-10-18 Erik PilkingtonRevert r284265 "[Sema] Refactor context checking for...
2016-10-18 Daniel Marjamakialpha.core.UnreachableCode - don't warn about unreachab...
2016-10-18 Artem Dergachev[analyzer] Add NumberObjectConversion checker.
2016-10-18 Alex Lorenz[CodeCompletion] Add a block property setter completion...
2016-10-18 Richard Smith[c++1z] Include "noexcept" in builtin function types...
2016-10-18 Richard Smith[c++1z] Use canonical expression equivalence to determi...
2016-10-17 Adrian PrantlExplicitly pass an isysroot to avoid the SDKROOT overri...
2016-10-17 Adrian PrantlImprove the CHECK lines in debug-options.c by separatin...
2016-10-17 Davide Italiano[Coverage] Update test after r284418.
2016-10-17 Adrian PrantlUpdate testcase for r284416.
2016-10-17 Adrian PrantlDriver/Darwin: Set the DWARF version based on the deplo...
2016-10-17 Krzysztof ParzyszekAdd a dummy file in each subdirectory in test/Driver...
2016-10-17 Tim NorthoverHexagon: add dummy files to test dir so git keeps them.
2016-10-17 Benjamin KramerRevert "Reinstate r281429, reverted in r281452, with...
2016-10-17 Justin Lebar[CUDA] Fix false-positive in known-emitted handling.
2016-10-16 NAKAMURA Takumiclang/test/CXX/conv/conv.fctptr/p1.cpp: Appease for...
2016-10-16 Devin CoughlinRevert "Revert "[analyzer] Make MallocChecker more...
2016-10-16 Devin CoughlinRevert "[analyzer] Make MallocChecker more robust again...
2016-10-16 Richard SmithP0012R1: Make exception specifications be part of the...
2016-10-16 Devin Coughlin[analyzer] Make MallocChecker more robust against custo...
2016-10-16 Richard SmithExtend this test and make it a bit clearer which cases...
2016-10-16 Devin CoughlinRevert "[analyzer] Re-apply r283093 "Add extra notes...
2016-10-14 Vedant Kumar[Coverage] Support for C++17 if initializers
2016-10-14 Vedant Kumar[Coverage] Support for C++17 switch initializers
2016-10-14 Saleem AbdulrasoolSema: honour dllexport in itanium more faithfully
2016-10-14 Arnold SchwaighoferAdd more swift calling convention tests
2016-10-14 Richard SmithReinstate r284008 reverted in r284081, with two fixes:
2016-10-14 David L KreitzerDefine Contiki OS toolchain
2016-10-14 David Sheinkman__builtin_fpclassify missing one int parameter
2016-10-14 Douglas KatzmanImplement no_sanitize_address for global vars
2016-10-14 Erik Pilkington[Sema] Refactor context checking for availability diagn...
2016-10-14 Manman RenModule: emit initializers in submodules when importing...
2016-10-14 Ed MasteRevert r284256 due to test failure
2016-10-14 Ed MasteLink static PIE programs against rcrt0.o on OpenBSD
2016-10-14 Albert GutowskiImplement __stosb intrinsic as a volatile memset
2016-10-14 Alexey BataevFix for PR30632: Name mangling issue.
2016-10-14 Michael Zuckerman[x86][ms-inline-asm] use of "jmp short" in asm is not...
2016-10-14 Richard SmithUse SubstInitializer instead of SubstExpr when instanti...
2016-10-13 Richard SmithReinstate r281429, reverted in r281452, with a fix...
2016-10-13 Arnold SchwaighoferDisable swiftcall test on windows: More brutal way...
2016-10-13 Albert GutowskiAdd 64-bit MS _Interlocked functions as builtins again
2016-10-13 Arnold SchwaighoferAdd required targets to tests to (hopefully) appease...
2016-10-13 Justin Lebar[CUDA] Emit deferred diagnostics during Sema rather...
2016-10-13 Saleem Abdulrasooltest: attempt to repair SCEI buildbots
2016-10-13 Saleem AbdulrasoolCodeGen: ensure that the runtime calling convention...
2016-10-13 Arnold SchwaighoferSwift Calling Convention: Fix out of bounds access
2016-10-13 Justin Lebar[CUDA] Allow static variables in __host__ __device__...
2016-10-13 Justin Lebar[CUDA] Disallow __shared__ variables in host functions.
2016-10-13 Justin Lebar[CUDA] Add Sema::CUDADiagBuilder and Sema::CUDADiagIf...
2016-10-13 Manman RenModule: emit initializers for C/ObjC after r276159.
2016-10-13 Teresa JohnsonPass -ffunction-sections/-fdata-sections along to gold...
2016-10-13 Arnold SchwaighoferAdd more 64bit swiftcall convention tests
2016-10-13 Albert GutowskiImplement MS _ReturnAddress and _AddressOfReturnAddress...
2016-10-13 Sjoerd MeijerGuard flag –fdenormal-fp-math with –fno-fast-math.
2016-10-13 Alexey BataevFix for PR30639: CGDebugInfo Null dereference with...
2016-10-12 Devin Coughlin[analyzer] DeallocChecker: Don't warn about directly...
2016-10-12 Albert Gutowskifix ms-intrinsics labels code to work with builds with...
2016-10-12 Richard SmithRevert r284008. This is us to fail to instantiate stati...
2016-10-12 Albert Gutowskifix regexes for label names in ms-intrinsics test
2016-10-12 Albert GutowskiImplement MS _BitScan intrinsics
2016-10-12 Arnold SchwaighoferRemove basic block label in test case
2016-10-12 Arnold SchwaighoferSpecify a target cpu in test case
2016-10-12 Arnold SchwaighoferDeclare WinX86_64ABIInfo to satisfy SwiftABI info
2016-10-12 Albert GutowskiMove x86-64 builtins from SemaChecking.cpp to BuiltinsX...
2016-10-12 Javed Absar[ARM] Fix - missing target-cpu in test
2016-10-12 Vassil VassilevReinstate r283887 and r283882.
2016-10-12 Alex Lorenz[CodeCompletion] Show protocol properties that are...
2016-10-12 Alex Lorenz[Sema] Handle transparent_union attributes in C mode...
2016-10-12 Artem BelevichAdded REQUIRED triples to the test that fails on some...
2016-10-12 Justin Lebar[CUDA] Make touching a kernel from a __host__ __device_...
next