summaryrefslogtreecommitdiff
path: root/clang/unittests/Frontend
AgeCommit message (Expand)Author
2025-10-16[Matrix][Clang][HLSL] Move MaxMatrixDimension to a LangOpt (#163307)Farzon Lotfi
2025-10-01[llvm][support] Move `make_absolute` from `sys::fs` to `sys::path` (#161459)Jan Svoboda
2025-09-18[clang] Pass VFS into `ASTUnit::LoadFromASTFile()` (#159166)Jan Svoboda
2025-09-16[clang] Initialize the file system explicitly (#158381)Jan Svoboda
2025-08-27[clang] NFC: reintroduce clang/include/clang/AST/Type.h (#155050)Matheus Izvekov
2025-08-27[clang] NFC: rename clang/include/clang/AST/Type.h to TypeBase.h (#155049)Matheus Izvekov
2025-08-01NFC: Clean up of IntrusiveRefCntPtr construction from raw pointers. (#151782)James Y Knight
2025-07-31[clang][CodeGen] Remove CWD fallback in compilation directory (#150130)Steven Wu
2025-07-31NFC: Clean up of IntrusiveRefCntPtr construction from raw pointers. (#151545)James Y Knight
2025-07-31NFC: Clean up construction of IntrusiveRefCntPtr from raw pointers for llvm::...James Y Knight
2025-06-12[clang] Reset FileID based diag state mappings (#143695)kadir çetinkaya
2025-05-22Reapply "[clang] Remove intrusive reference count from `DiagnosticOptions` (#...Jan Svoboda
2025-05-22Revert "[clang] Remove intrusive reference count from `DiagnosticOptions` (#1...Kazu Hirata
2025-05-22[clang] Remove intrusive reference count from `DiagnosticOptions` (#139584)Jan Svoboda
2025-05-09[clang][unittests] Fix a leak in SearchPathTest (#139335)Ian Anderson
2025-05-08[clang][Darwin] Remove legacy framework search path logic in the frontend (#1...Ian Anderson
2025-05-01[clang][frontend] Require invocation to construct `CompilerInstance` (#137668)Jan Svoboda
2025-04-29[clang] Merge gtest binaries into AllClangUnitTests (#134196)Reid Kleckner
2025-04-28[clang] Hide the `TargetOptions` pointer from `CompilerInvocation` (#106271)Jan Svoboda
2025-04-25[clang] Do not share ownership of `HeaderSearchOptions` (#132984)Jan Svoboda
2025-04-02Reapply "[cmake] Refactor clang unittest cmake" (#134195)Reid Kleckner
2025-04-01Revert "[cmake] Refactor clang unittest cmake" (#134022)dpalermo
2025-04-01[cmake] Refactor clang unittest cmake (#133545)Reid Kleckner
2025-03-14[clang][modules] Introduce new `ModuleCache` interface (#131193)Jan Svoboda
2025-02-28[Coroutines] [CodeGen] Don't actually emit an output file from unit testBenjamin Kramer
2025-02-28[Coroutines] [CodeGen] Don't change AST in CodeGen/CoroutinesChuanqi Xu
2024-12-13[clang] Fix use of dangling ptr in CommandLineTest (#119798)macurtis-amd
2024-11-21Reapply "[NFC] Explicitly pass a VFS when creating DiagnosticsEngine (#115852)"Kadir Cetinkaya
2024-11-21Revert "[NFC] Explicitly pass a VFS when creating DiagnosticsEngine (#115852)"Sylvestre Ledru
2024-11-21[NFC] Explicitly pass a VFS when creating DiagnosticsEngine (#115852)kadir çetinkaya
2024-11-15[Clang] [Tests] Refactor most unit tests to use DynamicRecursiveASTVisitor (#...Sirraide
2024-11-13Reapply "[clang] Introduce diagnostics suppression mappings (#112517)"Kadir Cetinkaya
2024-11-12Revert "[clang] Introduce diagnostics suppression mappings (#112517)"Kadir Cetinkaya
2024-11-12[clang] Introduce diagnostics suppression mappings (#112517)kadir çetinkaya
2024-10-24[clang] Use {} instead of std::nullopt to initialize empty ArrayRef (#109399)Jay Foad
2024-09-25[clang] Make deprecations of some `FileManager` APIs formal (#110014)Jan Svoboda
2024-09-23[Frontend] Teach LoadFromASTFile to take FileName by StringRef (NFC) (#109583)Kazu Hirata
2024-09-20Revert "[SystemZ][z/OS] Propagate IsText parameter to open text files as text...Abhina Sreeskantharajan
2024-09-19[clang] Don't call raw_string_ostream::flush() (NFC)Youngsuk Kim
2024-09-19[SystemZ][z/OS] Propagate IsText parameter to open text files as text (#107906)Abhina Sree
2024-09-14[clang] Strip unneeded calls to raw_string_ostream::str() (NFC)JOE1994
2024-07-04[clang] Avoid 'raw_string_ostream::str' (NFC)Youngsuk Kim
2023-12-13[clang] Use StringRef::{starts,ends}_with (NFC) (#75149)Kazu Hirata
2023-11-28[clang] Remove unused argument. NFC. (#73594)Juergen Ributzka
2023-09-29[clang] NFCI: Use `FileEntryRef` in `ASTReader::GetHeaderFileInfo()`Jan Svoboda
2023-09-07[clang] Introduce copy-on-write `CompilerInvocation` (#65412)Jan Svoboda
2023-09-05[clang] NFCI: Change returned AnalyzerOptions smart pointer to referenceJan Svoboda
2023-09-05[clang] NFCI: Change returned LanguageOptions pointer to referenceJan Svoboda
2023-06-30[clang] Fix leak in LoadFromCommandLineWorkingDirectory unit testHamish Knight
2023-06-30[clang] Fix ASTUnit working directory handlingHamish Knight