llvm-capstone/clang/tools
Arthur Eubanks 0a1aa6cda2
[NFC][CodeGen] Change CodeGenOpt::Level/CodeGenFileType into enum classes (#66295)
This will make it easy for callers to see issues with and fix up calls
to createTargetMachine after a future change to the params of
TargetMachine.

This matches other nearby enums.

For downstream users, this should be a fairly straightforward
replacement,
e.g. s/CodeGenOpt::Aggressive/CodeGenOptLevel::Aggressive
or s/CGFT_/CodeGenFileType::
2023-09-14 14:10:14 -07:00
..
amdgpu-arch [clang] Make amdgpu-arch tool work on Windows 2023-07-08 00:01:02 -04:00
apinotes-test
arcmt-test [clang] NFCI: Change returned LanguageOptions pointer to reference 2023-09-05 13:23:53 -07:00
c-arcmt-test
c-index-test [tools] Use "#pragma GCC" instead of "#pragma clang" to ignore -Wcast-qual in c-index-test.c (NFC) 2023-07-19 12:05:05 +08:00
clang-check [syntax] Introduce a TokenManager interface. 2022-07-15 10:30:37 +02:00
clang-diff
clang-extdef-mapping [clang-extdef-mapping] register necessary targest for ms-style asm block 2023-07-18 17:09:58 +08:00
clang-format [clang-format] Fix a serious bug in git-clang-format (#65723) 2023-09-08 15:05:22 -07:00
clang-format-vs
clang-fuzzer [NFC][CodeGen] Change CodeGenOpt::Level/CodeGenFileType into enum classes (#66295) 2023-09-14 14:10:14 -07:00
clang-import-test [clang] NFCI: Change returned LanguageOptions pointer to reference 2023-09-05 13:23:53 -07:00
clang-linker-wrapper [NFC][CodeGen] Change CodeGenOpt::Level/CodeGenFileType into enum classes (#66295) 2023-09-14 14:10:14 -07:00
clang-offload-bundler [clang-offload-bundler] Standardize TargetID field for bundler 2023-03-14 14:12:31 -07:00
clang-offload-packager [Object] Change OffloadBinary::write to return SmallString<0> 2023-09-01 09:19:25 -07:00
clang-refactor [ADT][NFCI] Do not use non-const lvalue-refs with enumerate in llvm/ 2023-03-13 20:59:06 -04:00
clang-rename [NFC][Py Reformat] Reformat python files in clang and clang-tools-extra 2023-05-23 08:29:52 +02:00
clang-repl Reland "[clang-repl] support code completion at a REPL." 2023-08-28 20:09:03 +00:00
clang-scan-deps [clang][deps] Generate command lines lazily (#65691) 2023-09-07 17:45:53 -07:00
clang-shlib [clang-repl] Fix REPL_EXTERNAL_VISIBILITY and building libclang-cpp.dll for MinGW configurations 2023-05-28 13:16:53 +03:00
diag-build [clang] Use portable "#!/usr/bin/env bash" shebang for tools and utils. 2021-09-23 21:16:43 +05:30
diagtool [diagtool] explain that yellow is used to denote disabled-by-default warnings 2023-03-27 09:41:30 -07:00
driver [clang][ARM] Enable --print-supported-extensions for ARM (#66083) 2023-09-13 10:10:57 +01:00
include-mapping [include-mapping] Python fixes 2023-09-12 11:24:35 -07:00
libclang [clang] NFCI: Change returned LanguageOptions pointer to reference 2023-09-05 13:23:53 -07:00
nvptx-arch [Clang] Remove direct linking of offloading runtimes from the arch tools 2023-05-17 17:47:49 -05:00
scan-build [analyzer] Teach scan-build how to pass -analyzer-config to xcodebuild. 2023-03-28 14:34:28 -07:00
scan-build-py Reland "[CMake] Bumps minimum version to 3.20.0. 2023-05-27 12:51:21 +02:00
scan-view [clang] scan-view: Remove unused python import 2023-07-18 16:12:07 -03:00
CMakeLists.txt Revert "[Clang] Give Clang the ability to use a shared stat cache" 2023-01-19 14:07:34 -08:00