aboutsummaryrefslogtreecommitdiff
path: root/clang/unittests/Frontend/CompilerInvocationTest.cpp
AgeCommit message (Expand)AuthorFilesLines
2025-05-22Reapply "[clang] Remove intrusive reference count from `DiagnosticOptions` (#...Jan Svoboda1-1/+2
2025-05-22Revert "[clang] Remove intrusive reference count from `DiagnosticOptions` (#1...Kazu Hirata1-2/+1
2025-05-22[clang] Remove intrusive reference count from `DiagnosticOptions` (#139584)Jan Svoboda1-1/+2
2024-12-13[clang] Fix use of dangling ptr in CommandLineTest (#119798)macurtis-amd1-3/+5
2024-11-21Reapply "[NFC] Explicitly pass a VFS when creating DiagnosticsEngine (#115852)"Kadir Cetinkaya1-3/+4
2024-11-21Revert "[NFC] Explicitly pass a VFS when creating DiagnosticsEngine (#115852)"Sylvestre Ledru1-4/+3
2024-11-21[NFC] Explicitly pass a VFS when creating DiagnosticsEngine (#115852)kadir çetinkaya1-3/+4
2024-11-13Reapply "[clang] Introduce diagnostics suppression mappings (#112517)"Kadir Cetinkaya1-0/+11
2024-11-12Revert "[clang] Introduce diagnostics suppression mappings (#112517)"Kadir Cetinkaya1-11/+0
2024-11-12[clang] Introduce diagnostics suppression mappings (#112517)kadir çetinkaya1-0/+11
2023-09-07[clang] Introduce copy-on-write `CompilerInvocation` (#65412)Jan Svoboda1-0/+40
2023-09-05[clang] NFCI: Change returned AnalyzerOptions smart pointer to referenceJan Svoboda1-8/+8
2023-09-05[clang] NFCI: Change returned LanguageOptions pointer to referenceJan Svoboda1-42/+42
2023-02-10[NFC][TargetParser] Replace uses of llvm/Support/Host.hArchibald Elliott1-1/+1
2022-10-14Remove redundant option -menable-unsafe-fp-math.Zahira Ammarguellat1-9/+12
2022-07-29Fix lack of cc1 flag in llvmcmd sections when assertions are enabledAiden Grossman1-0/+21
2022-04-11[test][clang] Use -clear-ast-before-backend instead of -flegacy-pass-manager ...Arthur Eubanks1-11/+11
2022-04-06[cmake] Remove LLVM_ENABLE_NEW_PASS_MANAGER cmake optionNikita Popov1-22/+11
2021-09-03[modules] Use `HashBuilder` and `MD5` for the module hash.Alexandre Rames1-3/+1
2021-05-18Introduce SYCL 2020 modeAaron Ballman1-3/+87
2021-04-19[clang] Implement CompilerInvocation copy assignmentJan Svoboda1-1/+12
2021-04-14[clang] Fix copy constructor of CompilerInvocationJan Svoboda1-0/+12
2021-04-06[clang][cli] Ensure plugin args are generated in deterministic orderJan Svoboda1-0/+11
2021-03-17[SYCL] Rework the SYCL driver optionsAaron Ballman1-9/+10
2021-03-05[clang][modules] Use extensible RTTI for ModuleFileExtensionJan Svoboda1-0/+53
2021-02-16[clang][cli] Add explicit round-trip testJan Svoboda1-0/+83
2021-01-26[clang][cli] Store LangStandard::Kind in LangOptionsJan Svoboda1-0/+45
2021-01-11Reapply "[clang][cli] Port DiagnosticOpts to new option parsing system"Jan Svoboda1-0/+15
2021-01-08Revert "[clang][cli] Port DiagnosticOpts to new option parsing system"Jan Svoboda1-15/+0
2021-01-08[clang][cli] Port DiagnosticOpts to new option parsing systemJan Svoboda1-0/+15
2021-01-07[clang][cli] Report the actual argument parsing resultJan Svoboda1-99/+40
2021-01-07[clang][cli] Port a CommaJoined option to the marshalling infrastructureJan Svoboda1-0/+47
2021-01-07Reapply "[clang][cli] Allow users to specify a conditional to prevent parsing...Jan Svoboda1-0/+62
2021-01-07Revert "[clang][cli] Allow users to specify a conditional to prevent parsing ...Jan Svoboda1-62/+0
2021-01-07[clang][cli] Implement ContainsN Google Test matcherJan Svoboda1-5/+65
2021-01-07[clang][cli] Allow users to specify a conditional to prevent parsing options ...Jan Svoboda1-0/+62
2021-01-06Reapply multiple "[clang][cli]" patchesJan Svoboda1-2/+82
2021-01-05[clang][cli] Specify correct integer width for -fbuild-session-timestampJan Svoboda1-0/+12
2020-12-23Revert more changes that landed on top of 741978d727Nico Weber1-82/+2
2020-12-22[clang][cli] Implement `getAllArgValues` marshallingJan Svoboda1-0/+40
2020-12-21[clang][cli] Let denormalizer decide how to render the option based on the op...Jan Svoboda1-2/+42
2020-12-16[clang][cli] Prevent double denormalizationJan Svoboda1-1/+1
2020-12-16[clang][cli] Do not marshall only CC1Option flags in BoolOptionJan Svoboda1-0/+49
2020-12-12[clang][cli] Add flexible TableGen multiclass for boolean optionsJan Svoboda1-6/+18
2020-12-12[clang][cli] Don't always emit -f[no-]legacy-pass-managerJan Svoboda1-2/+2
2020-12-12Reland "[clang][cli] CompilerInvocationTest: add tests for boolean options"Jan Svoboda1-0/+149
2020-12-09Revert "[clang][cli] CompilerInvocationTest: add tests for boolean options"Jan Svoboda1-144/+0
2020-12-09[clang][cli] CompilerInvocationTest: add tests for boolean optionsJan Svoboda1-0/+144
2020-12-09[clang][cli] CompilerInvocationTest: join and add test casesJan Svoboda1-47/+74
2020-12-09[clang][cli] CompilerInvocationTest: check arg parsing does not produce diagn...Jan Svoboda1-1/+34