summaryrefslogtreecommitdiff
path: root/clang/unittests/Support
AgeCommit message (Expand)Author
2025-11-06Disable flaky test TimeProfilerTest.ConstantEvaluationCxx20Hans Wennborg
2025-09-16[clang] Initialize the file system explicitly (#158381)Jan Svoboda
2025-08-01NFC: Clean up of IntrusiveRefCntPtr construction from raw pointers. (#151782)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-17[clang] Use llvm::stable_sort (NFC) (#140413)Kazu Hirata
2025-05-08[clang] Deflake the TimeProfile support tests (#138613)Reid Kleckner
2025-05-01[clang][frontend] Require invocation to construct `CompilerInstance` (#137668)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
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-10-09[clang][Sema] Add instant event when template instantiation is deferred. (#11...ivanaivanovska
2024-07-22Record mainfile name in the Frontend time trace (#99866)Utkarsh Saxena
2024-07-21Reapply "Add source file name for template instantiations in -ftime-trace" (#...Utkarsh Saxena
2024-07-19Revert "Reapply "Add source file name for template instantiations in -ftime-t...Jorge Gorbe Moya
2024-07-19Reapply "Add source file name for template instantiations in -ftime-trace" (#...Utkarsh Saxena
2024-07-18Revert "Add source file name for template instantiations in -ftime-trace" (#9...Utkarsh Saxena
2024-07-18Add source file name for template instantiations in -ftime-trace (#98320)Utkarsh Saxena
2024-06-21[VFS] Avoid <stack> include (NFC)Nikita Popov
2023-11-01Add two time-trace scope variables.Ying Yi
2023-10-31Revert "Add two time-trace scope variables."Nikita Popov
2023-10-31Add two time-trace scope variables.Ying Yi
2023-10-05[Clang] Handle consteval expression in array bounds expressions (#66222)cor3ntin
2023-09-27Revert "[clang][SemaCXX] Diagnose tautological uses of consteval if and is_co...Sam McCall
2023-09-27[clang][SemaCXX] Diagnose tautological uses of consteval if and is_constant_e...Takuya Shimizu
2023-01-31[Clang] Add machinery to catch overflow in unary minus outside of a constant ...Shafik Yaghmour
2022-10-23[clang] Fix time profile in "isIntegerConstantExpr"Evgeny Shulgin
2022-10-23[clang][unittest] Resolve ClangSupportTest link time errorsJohn McIver
2022-10-21[clang] Add time profile for constant evaluationEvgeny Shulgin