aboutsummaryrefslogtreecommitdiff
path: root/clang/unittests/Frontend
AgeCommit message (Expand)AuthorFilesLines
45 hours[clang] Pass VFS into `ASTUnit::LoadFromASTFile()` (#159166)Jan Svoboda1-1/+2
4 days[clang] Initialize the file system explicitly (#158381)Jan Svoboda4-14/+24
2025-08-27[clang] NFC: reintroduce clang/include/clang/AST/Type.h (#155050)Matheus Izvekov1-1/+1
2025-08-27[clang] NFC: rename clang/include/clang/AST/Type.h to TypeBase.h (#155049)Matheus Izvekov1-1/+1
2025-08-01NFC: Clean up of IntrusiveRefCntPtr construction from raw pointers. (#151782)James Y Knight4-5/+9
2025-07-31[clang][CodeGen] Remove CWD fallback in compilation directory (#150130)Steven Wu1-36/+0
2025-07-31NFC: Clean up of IntrusiveRefCntPtr construction from raw pointers. (#151545)James Y Knight3-5/+4
2025-07-31NFC: Clean up construction of IntrusiveRefCntPtr from raw pointers for llvm::...James Y Knight5-6/+7
2025-06-12[clang] Reset FileID based diag state mappings (#143695)kadir çetinkaya1-0/+51
2025-05-22Reapply "[clang] Remove intrusive reference count from `DiagnosticOptions` (#...Jan Svoboda9-44/+53
2025-05-22Revert "[clang] Remove intrusive reference count from `DiagnosticOptions` (#1...Kazu Hirata9-53/+44
2025-05-22[clang] Remove intrusive reference count from `DiagnosticOptions` (#139584)Jan Svoboda9-44/+53
2025-05-09[clang][unittests] Fix a leak in SearchPathTest (#139335)Ian Anderson1-3/+3
2025-05-08[clang][Darwin] Remove legacy framework search path logic in the frontend (#1...Ian Anderson2-0/+158
2025-05-01[clang][frontend] Require invocation to construct `CompilerInstance` (#137668)Jan Svoboda4-26/+13
2025-04-29[clang] Merge gtest binaries into AllClangUnitTests (#134196)Reid Kleckner1-1/+4
2025-04-28[clang] Hide the `TargetOptions` pointer from `CompilerInvocation` (#106271)Jan Svoboda1-1/+1
2025-04-25[clang] Do not share ownership of `HeaderSearchOptions` (#132984)Jan Svoboda1-1/+1
2025-04-02Reapply "[cmake] Refactor clang unittest cmake" (#134195)Reid Kleckner1-8/+4
2025-04-01Revert "[cmake] Refactor clang unittest cmake" (#134022)dpalermo1-4/+8
2025-04-01[cmake] Refactor clang unittest cmake (#133545)Reid Kleckner1-8/+4
2025-03-14[clang][modules] Introduce new `ModuleCache` interface (#131193)Jan Svoboda1-2/+5
2025-02-28[Coroutines] [CodeGen] Don't actually emit an output file from unit testBenjamin Kramer1-4/+3
2025-02-28[Coroutines] [CodeGen] Don't change AST in CodeGen/CoroutinesChuanqi Xu2-0/+200
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 Cetinkaya9-28/+44
2024-11-21Revert "[NFC] Explicitly pass a VFS when creating DiagnosticsEngine (#115852)"Sylvestre Ledru9-44/+28
2024-11-21[NFC] Explicitly pass a VFS when creating DiagnosticsEngine (#115852)kadir çetinkaya9-28/+44
2024-11-15[Clang] [Tests] Refactor most unit tests to use DynamicRecursiveASTVisitor (#...Sirraide1-3/+3
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
2024-10-24[clang] Use {} instead of std::nullopt to initialize empty ArrayRef (#109399)Jay Foad1-6/+6
2024-09-25[clang] Make deprecations of some `FileManager` APIs formal (#110014)Jan Svoboda1-1/+1
2024-09-23[Frontend] Teach LoadFromASTFile to take FileName by StringRef (NFC) (#109583)Kazu Hirata1-2/+2
2024-09-20Revert "[SystemZ][z/OS] Propagate IsText parameter to open text files as text...Abhina Sreeskantharajan1-3/+3
2024-09-19[clang] Don't call raw_string_ostream::flush() (NFC)Youngsuk Kim1-1/+0
2024-09-19[SystemZ][z/OS] Propagate IsText parameter to open text files as text (#107906)Abhina Sree1-3/+3
2024-09-14[clang] Strip unneeded calls to raw_string_ostream::str() (NFC)JOE19941-1/+1
2024-07-04[clang] Avoid 'raw_string_ostream::str' (NFC)Youngsuk Kim1-1/+1
2023-12-13[clang] Use StringRef::{starts,ends}_with (NFC) (#75149)Kazu Hirata1-1/+1
2023-11-28[clang] Remove unused argument. NFC. (#73594)Juergen Ributzka1-2/+1
2023-09-29[clang] NFCI: Use `FileEntryRef` in `ASTReader::GetHeaderFileInfo()`Jan Svoboda1-2/+2
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 Svoboda2-46/+46
2023-06-30[clang] Fix leak in LoadFromCommandLineWorkingDirectory unit testHamish Knight1-2/+2
2023-06-30[clang] Fix ASTUnit working directory handlingHamish Knight3-0/+151
2023-05-23[C++20] [Modules] Don't ignore -fmodule-file when we compile pcm filesChuanqi Xu1-1/+2
2023-03-15[libclang] Add index option to store preambles in memoryIgor Kushnir1-1/+1