summaryrefslogtreecommitdiff
path: root/clang/unittests/Basic
AgeCommit message (Expand)Author
2025-11-14[clang] Switch warning suppression multi-match rule to "last match takes prec...Vitaly Buka
2025-10-15[clang][Basic] Add helper APIs to get language version codes from LangOptions...Michael Buch
2025-10-14Revert "[NFC][Diagnostic] Try all permutations in longest match test" (#163342)dyung
2025-10-13[NFC][Diagnostic] Try all permutations in longest match test (#163277)Vitaly Buka
2025-10-07[NFC][clang] Precommit test with confusing behavior of suppression list (#162...Vitaly Buka
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-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-10[clang] Remove redundant calls to std::unique_ptr<T>::get (NFC) (#139399)Kazu Hirata
2025-05-01[Clang][SYCL] Add initial set of Intel OffloadArch values (#138158)Justin Cai
2025-04-30[clang] Shard out some small gtest binaries (#138021)Reid Kleckner
2025-04-28[clang] Hide the `TargetOptions` pointer from `CompilerInvocation` (#106271)Jan Svoboda
2025-04-04[clang] Do not share ownership of `PreprocessorOptions` (#133467)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-25[clang][lex] Store non-owning options ref in `HeaderSearch` (#132780)Jan Svoboda
2025-02-06[clang] Parse warning-suppression-mapping after setting up diagengine (#125714)kadir çetinkaya
2025-01-30[Clang] Remove ARCMigrate (#119269)Sirraide
2024-12-06[clang][NFC] Change suppression mapping interfaces to use SourceLocation (#11...kadir çetinkaya
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-18[NFC] add DiagnosticsTestHelper decl (#112820)Jinsong Ji
2024-09-25[clang] Fix FileManagerTestJan Svoboda
2024-09-25[clang] Make deprecations of some `FileManager` APIs formal (#110014)Jan Svoboda
2024-09-19[clang] Don't call raw_string_ostream::flush() (NFC)Youngsuk Kim
2024-09-18Fix OOM in FormatDiagnostic (2nd attempt) (#108866)Vakhurin Sergei
2024-09-16Revert "Fix OOM in FormatDiagnostic" (#108838)Aaron Ballman
2024-09-16Fix OOM in FormatDiagnostic (#108187)Vakhurin Sergei
2024-08-30[clang] Cleanup IncludeLocMap (#106241)kadir çetinkaya
2024-03-07[clang] Upstream visionOS Availability & DarwinSDKInfo APIs (#84279)Cyndy Ishida
2024-02-11[clang][NFC] Annotate `SourceManagerTest.cpp` with `preferred_type`Vlad Serebrennikov
2024-01-24[clang] NFC: Remove `{File,Directory}Entry::getName()` (#74910)Jan Svoboda
2023-12-08[clang] NFC: Remove `OptionalFileEntryRefDegradesToFileEntryPtr` (#74899)Jan Svoboda
2023-12-06[clang] NFC: Deprecate `FileEntry::getName()` (#68157)Jan Svoboda
2023-10-06[clang] Fix tests build after 537344fcJan Svoboda
2023-10-06[clang][modules] Remove preloaded SLocEntries from PCM files (#66962)Jan Svoboda
2023-10-05[Lex] Introduce Preprocessor::LexTokensUntilEOF()Jonas Hahnfeld
2023-09-29[clang] NFCI: Use `FileEntryRef` in `SourceManager::overrideFileContents()`Jan Svoboda
2023-09-29[clang] NFCI: Use `FileEntryRef` in `SourceManager::FileInfos` (#67742)Jan Svoboda
2023-09-20[clang] NFCI: Use `FileEntryRef` in `FileManagerTest`Jan Svoboda
2023-07-20Sarif: stabilize artifacts orderFangrui Song
2023-05-25[clang] Make `FileEntryRef::getDir()` return the as-requested `DirectoryEntry...Jan Svoboda
2023-04-17[CMake] Cleanup depsNAKAMURA Takumi
2023-03-03[clang/Diagnostic] Use `optional` to disambiguate between a `StoredDiagMessag...Argyrios Kyrtzidis
2023-02-19Recommit "[Support] change StringMap hash function from djbHash to xxHash"Erik Desjardins
2023-02-08Revert "[Support] change StringMap hash function from djbHash to xxHash"Erik Desjardins