aboutsummaryrefslogtreecommitdiff
path: root/clang/test
AgeCommit message (Expand)AuthorFilesLines
2023-11-28[Driver] Enable __float128 support on X86 on FreeBSD / NetBSD (#72788)Brad Smith1-2/+10
2023-11-20remove tests from bad mergeUtkarsh Saxena1-62/+0
2023-11-20Use the correct namespace for looking up matching operator!= (#68922)Utkarsh Saxena2-0/+188
2023-11-20Revert "Reland [clang] Canonicalize system headers in dependency file when -c...Arthur Eubanks3-22/+0
2023-11-20[clang][WebAssembly] Link crt1 even in case of -sharedYAMAMOTO Takashi1-6/+6
2023-11-14[clang] fix test PR69717.cpp (#72134)antoine moynault1-1/+1
2023-11-14[clang] Run test on x86 onlySerge Pavlov1-0/+1
2023-11-14[clang] Do not clear FP pragma stack when instantiating functions (#70646)Serge Pavlov1-0/+17
2023-11-13[Driver] Fix linking with -lm on Solaris (#65632)Rainer Orth1-5/+16
2023-11-13[CGExprConstant] stop calling into ConstExprEmitter for Reference type destin...Nick Desaulniers1-0/+6
2023-10-30[clang][ExprConst] Fix crash on uninitialized array subobject (#67817)Takuya Shimizu2-0/+13
2023-10-27Fix tests for c23 <-> c2xAaron Ballman2-2/+2
2023-10-27[C23] Use thread_local semantics (#70107)Aaron Ballman2-0/+46
2023-10-16[clang] [MinGW] Explicitly always pass the -fno-use-init-array (#68571)Martin Storsjö1-0/+3
2023-10-10[Sema] Use underlying type of scoped enum for -Wformat diagnostics (#67378)Shoaib Meenai2-2/+53
2023-10-02[clang] [MinGW] Tolerate mingw specific linker options during compilation (#6...Martin Storsjö1-0/+10
2023-09-29[DependencyScanningFilesystem] Make sure the local/shared cache filename look...Argyrios Kyrtzidis1-0/+38
2023-09-29[Sema] Fix fixit cast printing inside macros (#66853)Shoaib Meenai1-3/+45
2023-09-27[clang] Include `expected-no-diagnostics` in newly-added test (NFC)Antonio Frighetto1-1/+3
2023-09-27[clang] Bail out when handling union access with virtual inheritanceAntonio Frighetto1-0/+11
2023-09-27[clang][Diagnostics] Fix wrong line number display (#65238)Takuya Shimizu1-0/+19
2023-09-18Revert "[C++20] [Coroutines] Mark await_suspend as noinline if the awaiter is...llvmorg-17.0.0Chuanqi Xu2-292/+0
2023-09-05[clang] Construct ExprRequirement with SubstitutionDiagnostic on SubstFailureYounan Zhang2-2/+39
2023-09-04[Driver] Report warnings for unclaimed TargetSpecific options for assembler i...Fangrui Song2-2/+14
2023-09-01[UBSan] Disable the function and kcfi sanitizers on an execute-only target.Ying Yi2-0/+17
2023-08-30[clang][test] Make check pattern shorterSerge Pavlov1-1/+1
2023-08-30[clang] Run test for concrete targetSerge Pavlov1-1/+1
2023-08-30[clang] Set FP options in Sema when instantiating CompoundStmtSerge Pavlov1-0/+23
2023-08-30Silently accept -Wgnu-empty-initializerAaron Ballman1-0/+30
2023-08-30Function multi-versioning: disable ifunc for ELF targets other than glibc/And...Fangrui Song2-22/+24
2023-08-30[clang][ExprConstant] Fix crash on uninitialized base class subobjectTakuya Shimizu2-0/+69
2023-08-29[Driver,X86] Ignore -mfpmath= for assembler inputFangrui Song1-0/+5
2023-08-28Revert "[clang] Set FP options in Sema when instantiating CompoundStmt"Tobias Hieta1-23/+0
2023-08-28Revert "[clang] Run test for concrete target"Tobias Hieta1-1/+1
2023-08-27[Driver] Add PIE support on SolarisRainer Orth3-0/+49
2023-08-27[C++20] [Coroutines] Mark await_suspend as noinline if the awaiter is not emptyChuanqi Xu2-0/+292
2023-08-25[clang] Run test for concrete targetSerge Pavlov1-1/+1
2023-08-25[clang] Set FP options in Sema when instantiating CompoundStmtSerge Pavlov1-0/+23
2023-08-25clang: Fix x86-no-gather-no-scatter.cpp on macOS after 993bdb047c90e9Nico Weber1-4/+4
2023-08-25[Coroutines] [CoroElide] Don't think exceptional terminator don't leak coro h...Chuanqi Xu2-0/+239
2023-08-25[CGCall][RISCV] Handle function calls with parameter of RVV tuple typeeopXD1-0/+33
2023-08-25[RISCV] Check type size for lax conversions between RVV builtin types and Vec...Craig Topper1-2/+16
2023-08-22No longer hang on typeof of a function typeAaron Ballman1-0/+4
2023-08-22[X86]Support options -mno-gather -mno-scatterXinWang101-0/+8
2023-08-22Add Requires x86 target to test due to failure in clang-armv8-quickusama hameed1-0/+1
2023-08-22[CodeGen][UBSan] Handle sugared QualTypes correctly inusama hameed1-0/+13
2023-08-21Reapply "[DebugInfo] Alternate (more efficient) MD5 fix"Paul Robinson1-3/+3
2023-08-21[CodeGen] Keep track of eagerly emitted globalsJonas Hahnfeld1-0/+24
2023-08-21[clang-repl] Disambiguate global namespace identifiersJonas Hahnfeld1-0/+4
2023-08-21Revert "[clang] Preliminary fat-lto-object support"Paul Kirth3-91/+1