summaryrefslogtreecommitdiff
path: root/clang/unittests/Tooling
AgeCommit message (Expand)Author
2025-11-19[clang][deps] Enable calling `DepScanFile::getBuffer()` repeatedly (#168789)Jan Svoboda
2025-10-31[clang][transformer] Change `name` range-selector to return `Error` instead o...Yu Hao
2025-10-22[clang] Don't silently inherit the VFS from `FileManager` (#164323)Jan Svoboda
2025-10-15[clang] NFC: rename TagType::getOriginalDecl back to getDecl (#163271)Matheus Izvekov
2025-10-02[clang] NFCI: Clean up `CompilerInstance::create{File,Source}Manager()` (#160...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-09[clang] Improve nested name specifier AST representation (#147835)Matheus Izvekov
2025-08-03[clang][Tooling] Choose header insertion location in global module fragment (...Mythreya Kuricheti
2025-08-01NFC: Clean up of IntrusiveRefCntPtr construction from raw pointers. (#151782)James Y Knight
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-07-18[Clang][AST][NFC] Introduce `NamespaceBaseDecl` (#149123)Yanzuo Liu
2025-07-11[clang][Dependency Scanning] Report only Regular File Size Changes When Compu...Qiongsi Wu
2025-06-26[clang] Use llvm::is_contained instead of llvm::all_of (NFC) (#145843)Kazu Hirata
2025-06-24[clang Dependency Scanning] Enhance File Caching Diagnostics (#144105)Qiongsi Wu
2025-06-24Revert "[clang][scan-deps] Add option to disable caching stat failures" (#145...Qinkun Bao
2025-06-20[clang][scan-deps] Add option to disable caching stat failures (#144000)Michael Spencer
2025-06-07Revert "[Clang] Add resource_dir_EQ flag to CC1Option group (#140870)" (#142509)Wenju He
2025-05-30[Clang] Add resource_dir_EQ flag to CC1Option group (#140870)Wenju He
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-22[libTooling] Fix `constructExprArgs` for direct-init and implicit constructio...Eric Li
2025-05-22[clang] Use llvm::is_contained (NFC) (#140985)Kazu Hirata
2025-05-10[Tooling] Remove a redundant call to std::unique_ptr<T>::get (NFC) (#139431)Kazu Hirata
2025-05-08[clang][Unit Test] Updating Negative Stat Caching Diagnostic Unit Test (#138955)Qiongsi Wu
2025-05-04[clang] Remove unused local variables (NFC) (#138468)Kazu Hirata
2025-05-02[clang] Add test for QualTypes in template class NNS (#137804)Jonas Hahnfeld
2025-05-01[clang][frontend] Require invocation to construct `CompilerInstance` (#137668)Jan Svoboda
2025-04-19[clang] llvm::append_range (NFC) (#136440)Kazu Hirata
2025-04-18[clang][Dependency Scanning] Adding an API to Diagnose Invalid Negative Stat ...Qiongsi Wu
2025-04-03[Tooling] Handle AttributedType in getFullyQualifiedType (#134228)Ilya Biryukov
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-29Fix some typos (NFC) (#133558)Qinkun Bao
2025-02-13[clang][deps] Ensure DiagnosticConsumer::finish is always called (#127110)Ben Langmuir
2025-01-18[Clang] [NFC] Fix unintended `-Wreturn-type` warnings everywhere in the test ...Sirraide
2025-01-15[clang] Add support for passing FileSystem to buildASTFromCodeWithArgs() (#12...Boaz Brickner
2024-12-07[clang] [Sema] Preserve nested name specifier prefix in MemberPointerType (#1...Nathan Ridge
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-09-27[clang][test] add TestLanguage.def to specify all tested language versions (#...Julian Schmidt
2024-09-20Revert "[SystemZ][z/OS] Propagate IsText parameter to open text files as text...Abhina Sreeskantharajan
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