aboutsummaryrefslogtreecommitdiff
path: root/clang/unittests/Frontend
AgeCommit message (Expand)AuthorFilesLines
2022-07-26[CGDebugInfo] Access the current working directory from the `VFS`Argyrios Kyrtzidis1-0/+37
2022-06-02Fix a buglet in remove_dots().Paul Pluzhnikov1-5/+9
2022-05-10[Frontend] Flip default of CreateInvocationOptions::ProbePrecompiled to falseSam McCall1-6/+6
2022-05-06[Frontend] Fix broken createInvocation test due to bad mergeSam McCall1-4/+6
2022-05-06[clang] createInvocationFromCommandLine -> createInvocation, delete former. NFCSam McCall2-3/+9
2022-05-05[Driver] Make "upgrade" of -include to include-pch optional; disable in clangdSam McCall1-0/+29
2022-05-05[Frontend] give createInvocationFromCommandLine an options structSam McCall1-6/+6
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
2022-03-09[clang] Fix CodeGenAction for LLVM IR MemBuffersRyan Senanayake1-0/+17
2021-12-09[llvm] Add null-termination capability to SmallVectorMemoryBufferJan Svoboda1-1/+1
2021-09-03[modules] Use `HashBuilder` and `MD5` for the module hash.Alexandre Rames1-3/+1
2021-08-13[clangd] Avoid "expected one compiler job" by picking the first eligible job.Sam McCall2-0/+38
2021-07-08PR51018: Remove explicit conversions from SmallString to StringRef to future-...David Blaikie1-2/+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-26Frontend: Fix memory leak in CompilerInstance::setVerboseOutputStreamDuncan P. N. Exon Smith1-0/+8
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-14Add comment to closing brace of anonymous namespace, NFCDuncan P. N. Exon Smith1-1/+2
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-11Frontend: Migrate to FileEntryRef in TextDiagnosticTest, NFCDuncan P. N. Exon Smith1-3/+3
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
2020-12-09[clang][cli] CompilerInvocationTest: remove unnecessary command line argumentsJan Svoboda1-18/+16
2020-12-09[clang][cli] CompilerInvocationTest: split enum test into twoJan Svoboda1-15/+12