aboutsummaryrefslogtreecommitdiff
path: root/clang/test
AgeCommit message (Expand)AuthorFilesLines
2022-07-25[Passes] add a tail-call-elim pass near the end of the opt pipelineSanjay Patel435-20897/+20877
2022-07-25[C++20][Modules] Update ADL to handle basic.lookup.argdep p4 [P1815R2 part 1]Iain Sandoe1-0/+68
2022-07-25[Sema] Merge C++20 concept definitions from different modules in same TUIlya Biryukov3-0/+168
2022-07-25Rewording "static_assert" diagnosticsMuhammad Usman Shahid38-129/+134
2022-07-25Switch from XFAIL to UNSUPPORTED; NFCAaron Ballman1-2/+1
2022-07-25[C++20][Modules] Add a testcase for [basic.link] p10 [NFC].Iain Sandoe1-0/+35
2022-07-25[clang][analyzer] Added partial wide character support to CStringCheckerBalázs Kéri1-0/+389
2022-07-25[clang] better error message for while loops outside of control flowinclyc2-0/+53
2022-07-24[clang] Fix incorrect constant folding of `if consteval`Corentin Jabot1-0/+27
2022-07-24[Clang] De-deprecate volatile compound operationsCorentin Jabot1-0/+3
2022-07-24Fix crash in ObjC codegen introduced with 5ab6ee75994d645725264e757d67bbb1c96...David Chisnall1-0/+22
2022-07-23[Clang] Adjust extension warnings for #warningCorentin Jabot1-0/+13
2022-07-23[Clang] Add support for Unicode identifiers (UAX31) in C2x mode.Corentin Jabot1-3/+5
2022-07-22[Driver] Error for -gsplit-dwarf with RISC-V linker relaxationFangrui Song1-0/+7
2022-07-22[Driver][test] Clean up and improve some -mtune testsFangrui Song3-58/+43
2022-07-22[CUDA/SPIR-V] Force passing aggregate type byvalShangwu Yao1-0/+25
2022-07-22Strengthen -Wint-conversion to default to an errorAaron Ballman60-189/+186
2022-07-22[Clang][Driver] Fix include paths for `--sysroot /` on OpenBSD/FreeBSDEgor Zhdan8-0/+40
2022-07-22Don't write to source directory in testBenjamin Kramer1-2/+2
2022-07-22[C++20] [Modules] Handle reachability for partial specializationChuanqi Xu1-0/+34
2022-07-22re-land [C++20][Modules] Build module static initializers per P1874R1.Iain Sandoe2-0/+227
2022-07-21[Driver][test] Remove unused "-o %t.s" from frame-pointer*.cFangrui Song2-52/+52
2022-07-21[modules] Replace `-Wauto-import` with `-Rmodule-include-translation`.Volodymyr Sapsai14-55/+55
2022-07-21[Frontend] Correct values of ATOMIC_*_LOCK_FREE to match builtinRyan Prichard2-7/+3
2022-07-21[CUDA] Ignore __CLANG_ATOMIC_LLONG_LOCK_FREE on i386Ryan Prichard1-15/+20
2022-07-21[SemaCXX] Set promotion type for enum if its type is promotable to integer ty...Zequan Wu1-0/+7
2022-07-21[CUDA][FIX] Make shfl[_sync] for unsigned long long non-recursiveJohannes Doerfert1-0/+61
2022-07-21[LinkerWrapper] Embed OffloadBinaries for OpenMP offloading imagesJoseph Huber1-2/+2
2022-07-21[clang] Add -fdiagnostics-format=sarif option for future SARIF outputAbraham Corea Diaz1-0/+5
2022-07-21[NFC][LoopVectorize] Explicitly disable tail-folding on some SVE testsDavid Sherwood1-4/+8
2022-07-21Revert "Rewording the "static_assert" to static assertion"Erich Keane38-134/+129
2022-07-21Rewording the "static_assert" to static assertionMuhammad Usman Shahid38-129/+134
2022-07-21[C++20] [Modules] Avoid inifinite loop when iterating default argsChuanqi Xu1-0/+78
2022-07-21[PowerPC] Support x86 compatible intrinsics on AIXQiu Chaofan8-13/+52
2022-07-21re-land [C++20][Modules] Update handling of implicit inlines [P1779R3]Iain Sandoe4-3/+119
2022-07-21enable P10 vector builtins test on AIX 64 bit; NFCChen Zheng1-0/+3
2022-07-21[clang][OpenMP] Add IRBuilder support for taskgroupShraiysh Vaishay1-0/+69
2022-07-20[HIP] Allow the new driver to compile HIP in non-RDC modeJoseph Huber3-2/+27
2022-07-20[HLSL] add -I option for dxc mode.Xiang Li1-0/+4
2022-07-20[test] Remove unnecessary -verify-machineinstrs=0Arthur Eubanks1-2/+0
2022-07-20redo UNSUPPORT test on 64-bit AIX tooJake Egan1-1/+1
2022-07-20UNSUPPORT test on 64-bit AIX tooJake Egan1-1/+1
2022-07-20[clang] Small adjustments for -fexperimental-libraryLouis Dionne1-2/+5
2022-07-20Inliner: don't mark call sites as 'nounwind' if that would be redundantNicolai Hähnle53-1426/+1332
2022-07-20Update some more tests with update_cc_test_checks.pyNicolai Hähnle10-2777/+4404
2022-07-20update-test-checks: safely handle tests with #if'sNicolai Hähnle3-0/+41
2022-07-19[X86] Use Min behavior for cf-protection-{return,branch}/ibt-seal module flagsFangrui Song1-2/+2
2022-07-19Mark test experimental-library-flag.cpp as XFAIL on PS4 and PS5 to get the bo...Douglas Yung1-1/+1
2022-07-19[clang] Add a new flag -fexperimental-library to enable experimental library ...Louis Dionne4-15/+25
2022-07-19[libclang][ObjC] Inherit availability attribute from containing decls orAkira Hatanaka1-0/+79