aboutsummaryrefslogtreecommitdiff
path: root/clang/unittests/Tooling
AgeCommit message (Expand)AuthorFilesLines
6 days[clang][Tooling] Choose header insertion location in global module fragment (...Mythreya Kuricheti1-0/+142
7 daysNFC: Clean up of IntrusiveRefCntPtr construction from raw pointers. (#151782)James Y Knight4-22/+22
8 daysNFC: Clean up of IntrusiveRefCntPtr construction from raw pointers. (#151545)James Y Knight4-6/+7
8 daysNFC: Clean up construction of IntrusiveRefCntPtr from raw pointers for llvm::...James Y Knight7-52/+60
2025-07-18[Clang][AST][NFC] Introduce `NamespaceBaseDecl` (#149123)Yanzuo Liu2-3/+4
2025-07-11[clang][Dependency Scanning] Report only Regular File Size Changes When Compu...Qiongsi Wu1-0/+31
2025-06-26[clang] Use llvm::is_contained instead of llvm::all_of (NFC) (#145843)Kazu Hirata1-2/+1
2025-06-24[clang Dependency Scanning] Enhance File Caching Diagnostics (#144105)Qiongsi Wu1-6/+37
2025-06-24Revert "[clang][scan-deps] Add option to disable caching stat failures" (#145...Qinkun Bao2-74/+15
2025-06-20[clang][scan-deps] Add option to disable caching stat failures (#144000)Michael Spencer2-15/+74
2025-06-07Revert "[Clang] Add resource_dir_EQ flag to CC1Option group (#140870)" (#142509)Wenju He1-19/+0
2025-05-30[Clang] Add resource_dir_EQ flag to CC1Option group (#140870)Wenju He1-0/+19
2025-05-22Reapply "[clang] Remove intrusive reference count from `DiagnosticOptions` (#...Jan Svoboda5-13/+13
2025-05-22Revert "[clang] Remove intrusive reference count from `DiagnosticOptions` (#1...Kazu Hirata5-13/+13
2025-05-22[clang] Remove intrusive reference count from `DiagnosticOptions` (#139584)Jan Svoboda5-13/+13
2025-05-22[libTooling] Fix `constructExprArgs` for direct-init and implicit constructio...Eric Li1-0/+46
2025-05-22[clang] Use llvm::is_contained (NFC) (#140985)Kazu Hirata1-4/+4
2025-05-10[Tooling] Remove a redundant call to std::unique_ptr<T>::get (NFC) (#139431)Kazu Hirata1-1/+1
2025-05-08[clang][Unit Test] Updating Negative Stat Caching Diagnostic Unit Test (#138955)Qiongsi Wu1-4/+4
2025-05-04[clang] Remove unused local variables (NFC) (#138468)Kazu Hirata1-1/+0
2025-05-02[clang] Add test for QualTypes in template class NNS (#137804)Jonas Hahnfeld1-0/+96
2025-05-01[clang][frontend] Require invocation to construct `CompilerInstance` (#137668)Jan Svoboda3-6/+4
2025-04-19[clang] llvm::append_range (NFC) (#136440)Kazu Hirata1-1/+1
2025-04-18[clang][Dependency Scanning] Adding an API to Diagnose Invalid Negative Stat ...Qiongsi Wu1-0/+24
2025-04-03[Tooling] Handle AttributedType in getFullyQualifiedType (#134228)Ilya Biryukov1-0/+27
2025-04-02Reapply "[cmake] Refactor clang unittest cmake" (#134195)Reid Kleckner2-27/+16
2025-04-01Revert "[cmake] Refactor clang unittest cmake" (#134022)dpalermo2-16/+27
2025-04-01[cmake] Refactor clang unittest cmake (#133545)Reid Kleckner2-27/+16
2025-03-29Fix some typos (NFC) (#133558)Qinkun Bao1-1/+1
2025-02-13[clang][deps] Ensure DiagnosticConsumer::finish is always called (#127110)Ben Langmuir1-0/+82
2025-01-18[Clang] [NFC] Fix unintended `-Wreturn-type` warnings everywhere in the test ...Sirraide3-3/+3
2025-01-15[clang] Add support for passing FileSystem to buildASTFromCodeWithArgs() (#12...Boaz Brickner1-0/+14
2024-12-07[clang] [Sema] Preserve nested name specifier prefix in MemberPointerType (#1...Nathan Ridge1-4/+2
2024-11-21Reapply "[NFC] Explicitly pass a VFS when creating DiagnosticsEngine (#115852)"Kadir Cetinkaya2-2/+4
2024-11-21Revert "[NFC] Explicitly pass a VFS when creating DiagnosticsEngine (#115852)"Sylvestre Ledru2-4/+2
2024-11-21[NFC] Explicitly pass a VFS when creating DiagnosticsEngine (#115852)kadir çetinkaya2-2/+4
2024-11-15[Clang] [Tests] Refactor most unit tests to use DynamicRecursiveASTVisitor (#...Sirraide41-346/+366
2024-09-27[clang][test] add TestLanguage.def to specify all tested language versions (#...Julian Schmidt5-12/+31
2024-09-20Revert "[SystemZ][z/OS] Propagate IsText parameter to open text files as text...Abhina Sreeskantharajan1-2/+2
2024-09-19[SystemZ][z/OS] Propagate IsText parameter to open text files as text (#107906)Abhina Sree1-2/+2
2024-09-14[clang] Strip unneeded calls to raw_string_ostream::str() (NFC)JOE19946-6/+4
2024-09-11[clang][transformer] Make `describe()` terser for `NamedDecl`s. (#108215)Clement Courbet1-0/+22
2024-09-06[clang][deps][test] Update reference to tracing VFSJan Svoboda1-1/+1
2024-09-06[llvm][support] Implement tracing virtual file system (#88326)Jan Svoboda1-31/+3
2024-08-13[clang][deps] Only bypass scanning VFS for the module cache (#88800)Jan Svoboda1-0/+32
2024-07-25[clang][CUDA] Assume unknown emission status for skipped function definitions...kadir çetinkaya1-0/+5
2024-07-22[clang][test] Add missing test file to cmake (#99907)Keith Smiley1-0/+1
2024-07-22[clang] Fix the broken DeductionGuide ToolingTests after c7bfc41860a6abe5c92d...Haojian Wu1-2/+2
2024-07-04[clang] Avoid 'raw_string_ostream::str' (NFC)Youngsuk Kim1-2/+2
2024-06-30[clang] Avoid 'raw_string_ostream::str' (NFC)Youngsuk Kim2-3/+3