aboutsummaryrefslogtreecommitdiff
path: root/clang/lib
AgeCommit message (Expand)AuthorFilesLines
2022-07-22[Clang][Driver] Fix include paths for `--sysroot /` on OpenBSD/FreeBSDEgor Zhdan2-9/+10
2022-07-22[C++20] [Modules] Handle reachability for partial specializationChuanqi Xu1-2/+2
2022-07-22Use any_of (NFC)Kazu Hirata3-6/+4
2022-07-22re-land [C++20][Modules] Build module static initializers per P1874R1.Iain Sandoe5-11/+275
2022-07-21[modules] Replace `-Wauto-import` with `-Rmodule-include-translation`.Volodymyr Sapsai1-15/+3
2022-07-21[Frontend] Correct values of ATOMIC_*_LOCK_FREE to match builtinRyan Prichard1-6/+4
2022-07-21[SemaCXX] Set promotion type for enum if its type is promotable to integer ty...Zequan Wu1-3/+9
2022-07-21[CUDA][FIX] Make shfl[_sync] for unsigned long long non-recursiveJohannes Doerfert1-4/+4
2022-07-21[clang] Add -fdiagnostics-format=sarif option for future SARIF outputAbraham Corea Diaz2-0/+5
2022-07-21Revert "Rewording the "static_assert" to static assertion"Erich Keane2-278/+320
2022-07-21Rewording the "static_assert" to static assertionMuhammad Usman Shahid2-320/+278
2022-07-21[C++20] [Modules] Avoid inifinite loop when iterating default argsChuanqi Xu1-2/+6
2022-07-21[PowerPC] Support x86 compatible intrinsics on AIXQiu Chaofan8-22/+31
2022-07-21re-land [C++20][Modules] Update handling of implicit inlines [P1779R3]Iain Sandoe2-5/+23
2022-07-21[clang][OpenMP] Add IRBuilder support for taskgroupShraiysh Vaishay1-1/+22
2022-07-20[clang-format] Indent tokens after hash only if it starts a lineowenca1-0/+1
2022-07-20[Darwin toolchain] Tune the logic for finding arclite.Steven Wu1-7/+20
2022-07-20[HIP] Allow the new driver to compile HIP in non-RDC modeJoseph Huber2-3/+22
2022-07-20[HLSL] add -I option for dxc mode.Xiang Li2-0/+6
2022-07-20[clang] Small adjustments for -fexperimental-libraryLouis Dionne1-2/+2
2022-07-19[X86] Use Min behavior for cf-protection-{return,branch}/ibt-seal module flagsFangrui Song1-3/+3
2022-07-19Use value instead of getValue (NFC)Kazu Hirata1-3/+3
2022-07-19Use has_value instead of hasValue (NFC)Kazu Hirata1-3/+3
2022-07-19Argument name support for function pointer signature hintsQwinci2-16/+71
2022-07-19[ODRHash diagnostics] Preparation to minimize subsequent diffs. NFC.Volodymyr Sapsai1-264/+238
2022-07-19[analyzer][NFC] Use `SValVisitor` instead of explicit helper functionsDenys Petrov1-454/+416
2022-07-19[clang] Add a new flag -fexperimental-library to enable experimental library ...Louis Dionne15-7/+32
2022-07-19[X86] Add 64 bit implement for __SSC_MARKXiang1 Zhang1-5/+23
2022-07-18[RISCV][Clang] Add support for Zmmul extensionksyx1-1/+3
2022-07-18[clang-format] Mark constexpr lambdas as lambdaBjörn Schäpers1-0/+1
2022-07-18[clang-format] Indent TT_CtorInitializerColon after requires clausesBjörn Schäpers1-4/+4
2022-07-18[clang-format] Fix misannotation of colon in presence of requires clauseBjörn Schäpers1-1/+2
2022-07-18[AMDGPU] Support for gfx940 fp8 conversionsStanislav Mekhanoshin1-0/+1
2022-07-18[LinkerWrapper] Rework passing args to the LLVM backendJoseph Huber1-6/+6
2022-07-18[Tooling/DependencyScanning] Enable passing a `vfs::FileSystem` object to `De...Argyrios Kyrtzidis2-5/+7
2022-07-18[clang] Emit SARIF Diagnostics: Create `clang::SarifDocumentWriter` interfaceVaibhav Yenamandra2-0/+390
2022-07-18[clang] Introduce -fstrict-flex-arrays=<n> for stricter handling of flexible ...serge-sans-paille5-16/+63
2022-07-18[C++20] [Modules] Handle reachability for deduction guideChuanqi Xu1-0/+7
2022-07-17Remove redundant return statements (NFC)Kazu Hirata1-1/+0
2022-07-17Ensure newlines at the end of files (NFC)Kazu Hirata1-1/+1
2022-07-16[Driver] Don't passs --dynamic-linker in -r modeBrad Smith6-6/+6
2022-07-16[clang-format] Never remove braces in macro definitionsowenca1-1/+1
2022-07-15Use value_or (NFC)Kazu Hirata1-9/+2
2022-07-15[clang-format][NFC] Replace SmallVector parameter with ArrayRefowenca1-1/+1
2022-07-15[CUDA] Make the new driver properly ignore non-CUDA inputsJoseph Huber1-0/+8
2022-07-15[syntax] Some #includes cleanup, NFC.Haojian Wu2-3/+2
2022-07-15[sanitizer] Add "mainfile" prefix to sanitizer special case listFangrui Song2-6/+18
2022-07-15[analyzer] Add new function `clang_analyzer_value` to ExprInspectionCheckerDenys Petrov3-15/+62
2022-07-15[analyzer][NFC] Tidy up handler-functions in SymbolicRangeInferrerDenys Petrov1-53/+71
2022-07-15[Clang] Add a new clang option "-ftime-trace=<value>"dongjunduo1-0/+1