[flang] Add COMDAT to global variables where needed
[platform/upstream/llvm.git] / clang-tools-extra /
2023-06-28 Haojian Wu[clangd] Fix some typos, NFC
2023-06-28 Kadir Cetinkaya[clangd] Always allow diagnostics from stale preambles
2023-06-27 David Goldman[clang][Sema] Add CodeCompletionContext::CCC_ObjCClassF...
2023-06-27 Piotr ZegarRevert "[clang-tidy] Fix modernize-use-std-print check...
2023-06-27 Mike Crowe[clang-tidy] Fix modernize-use-std-print check when...
2023-06-27 Haojian Wu[clangd] Fix the flaky FindTarget unittest after 1b66840
2023-06-26 Mike Crowe[clang-tidy] Add modernize-printf-to-std-print check
2023-06-26 David Goldman[clangd][ObjC] Support ObjC class rename from implement...
2023-06-26 Piotr Zegar[clang-tidy][NFC] Repharse a lite bit documentation...
2023-06-26 Piotr ZegarRevert "[clang-tidy] Add modernize-printf-to-std-print...
2023-06-26 Jens Massberg[clangd][c++20]Consider rewritten binary operators...
2023-06-26 Mike Crowe[clang-tidy] Add modernize-printf-to-std-print check
2023-06-25 Piotr ZegarRevert "[clang-tidy] Add modernize-printf-to-std-print...
2023-06-25 Mike Crowe[clang-tidy] Add modernize-printf-to-std-print check
2023-06-25 Elliot Goodrich[llvm] Add missing StringExtras.h includes
2023-06-24 Nathan James[clang-tidy] Fix false negative in readability-convert...
2023-06-24 Piotr Zegar[clang-tidy] Add misc-header-include-cycle check
2023-06-24 Piotr ZegarRevert "[clang-tidy] Add misc-header-include-cycle...
2023-06-24 Piotr Zegar[clang-tidy] Add misc-header-include-cycle check
2023-06-23 Piotr Zegar[clang-tidy] Document modernize-raw-string-literal...
2023-06-23 Haojian Wu[clangd] Replace the hacky include-cleaner macro-refere...
2023-06-23 Haojian Wu[clangd] Store offsets in MacroOccurrence
2023-06-22 Haojian Wu[include-cleaner] No need to overwrite the source file...
2023-06-22 Piotr Zegar[clang-tidy][NFC] Add missing argument comment to Lexer...
2023-06-22 Elliot Goodrich[llvm] Split out DenseMapInfo<variant> specialization
2023-06-20 Nathan Ridge[clangd] Use resolveTypeToRecordDecl() to resolve the...
2023-06-20 Haojian Wu[include-cleaner] Ignore the ParmVarDecl itself in...
2023-06-20 Haojian Wu[include-cleaner] Bailout on invalid code for the comma...
2023-06-19 Felix[clang-tidy] Reserved-identifier: Improved AllowedIdent...
2023-06-18 AMS21[clang-tidy] Improve `performance-move-const-arg` messa...
2023-06-18 AMS21[clang-tidy] Fix `llvmlibc-inline-function-decl` false...
2023-06-18 AMS21[clang-tidy] Refactor common code from the Noexcept...
2023-06-16 Nathan Ridge[clangd] Handle DependentNameType in HeuristicResolver...
2023-06-16 Haojian Wu[clangd] Remove unused includes in IncludeCleaner.cpp...
2023-06-16 Viktoriia Bakalova[clangd] Skip function parameter decls when evaluating...
2023-06-16 Haojian Wu[include-cleaner] Reorder SymbolReference fields to...
2023-06-15 Haojian Wu[clang-tidy] Correct the include-cleaner-check diagnost...
2023-06-15 Jan Svoboda[clang] NFC: Use `DirectoryEntryRef` in `FileManager...
2023-06-14 Piotr Zegar[clang-tidy][NFC] Update ReleaseNotes to mention some...
2023-06-14 AMS21[clang-tidy] Fix wrong code generation for `modernize...
2023-06-14 Nathan Ridge[clangd] Unwrap type sugar in HeuristicResolver::resolv...
2023-06-14 Viktoriia Bakalova[clangd] Use include_cleaner spelling strategies in...
2023-06-14 Nemanja Ivanovic[clang-tidy] Fix build bot break after 474a2b9367ad
2023-06-13 AMS21[clang-tidy] Add more checks for functions which should...
2023-06-13 Mike Crowe[clang-tidy] Move formatDereference to FixitHintUtils
2023-06-13 AMS21[clang-tidy] Fix crash in `modernize-use-default-member...
2023-06-13 AMS21[clang-tidy] Fix false positive in `readability-named...
2023-06-13 Haojian Wu[include-cleaner] Don't apply the PreferredHeader hint...
2023-06-13 Vitaly Buka[clangd] Initialize local variable
2023-06-13 Younan Zhang[clangd] Unify printing policy for type hints
2023-06-13 Younan Zhang[clangd] Desugar template parameter aliases in type...
2023-06-12 indev[clang-tidy] run-clang-tidy: forward warnings-as-errors...
2023-06-12 Kugan Vivekanandarajah[RFC][clangd] Move preamble index out of document open...
2023-06-12 Kadir Cetinkaya[clangd] Enforce strict unused includes by default
2023-06-12 Kadir Cetinkaya[clangd] Decouple IncludeCleaner implementation from...
2023-06-12 Piotr ZegarRevert "[clang-tidy] Move formatDereference to FixitHin...
2023-06-12 Mike Crowe[clang-tidy] Move formatDereference to FixitHintUtils
2023-06-12 Piotr Zegar[clang-tidy][NFC] Sort changes by check name in Release...
2023-06-12 Felix[clang-tidy] Readability-container-data-pointer adds...
2023-06-11 Deniz Evrenci[clang-tidy] Check functions called from catch blocks
2023-06-10 Piotr Zegar[clang-tidy] Optimize misc-confusable-identifiers
2023-06-09 Yitzhak Mandelbaum[clang-tidy] Fix error in documentation of bugprone...
2023-06-07 Christian Kandeler[clangd] Add semantic token for labels
2023-06-07 Haojian Wu[include-cleaner] Report all specializations if the...
2023-06-05 Sam McCall[clangd] Move completion signatures and labelDetails
2023-06-05 SR_team[clangd] Show size, offset and padding for bit fields...
2023-06-05 Viktoriia Bakalova[clangd] Revert to older include spelling approach.
2023-06-05 Philipp StephaniCheck for a ‘buffer’ type instead of ‘buffer-live’.
2023-06-05 Haojian Wu[clang-tidy] Move the misc system header dir to Inputs...
2023-06-05 Viktoriia Bakalova[include-cleaner] Allow multiple strategies for spellin...
2023-06-05 Nathan Ridge[clangd] Do not end inactiveRegions range at position...
2023-06-03 Martin Storsjö[clang-tools-extra] Fix linking when built with CLANG_L...
2023-06-02 Joseph Huber[Clang] Fix missing libraries for the include cleaner...
2023-06-02 Viktoriia Bakalova[clang-tidy] Fix docs.
2023-06-02 Viktoriia Bakalova[clang-tidy] Implement an include-cleaner check.
2023-06-02 Haojian Wu[clangd] Use FileManager for getCanonicalPath, NFC
2023-06-01 Haojian Wu[clangd] NFC, use const HeaderSearch when possible.
2023-06-01 Haojian Wu[include-cleaner] NFC, use const HeaderSearch when...
2023-06-01 Haojian Wu[clangd] NFC, remove an unused member in
2023-05-31 Jan Svoboda[clang] NFCI: Use the `*Ref()` variant on search paths
2023-05-31 Richard Sandiford[clang] Add support for “regular” keyword attributes
2023-05-31 Balázs Kéri[clang-tidy] Add check bugprone-unique-ptr-array-mismatch.
2023-05-31 Timm Bäder[clang] Show line numbers in diagnostic code snippets
2023-05-31 Jan Svoboda[clang][modules] NFCI: Extract optionality out of ...
2023-05-30 Jan Svoboda[clang][lex] NFCI: Use DirectoryEntryRef in ModuleMap...
2023-05-30 Alex Brachet[clang-tidy][docs] Fix link to libc style guide
2023-05-30 Deniz Evrenci[clang-tidy] Do not emit bugprone-exception-escape...
2023-05-29 Kazu Hirata[clangd] Remove unused variable IsBroadcasting
2023-05-29 Kazu Hirata[cland] Remove unused declaration getCurrentPreamble
2023-05-29 Roy Jacobson[clang-tidy] Update UnusedReturnValueCheck types
2023-05-28 Kazu HirataFix typos in documentation
2023-05-27 Kazu Hirata[clangd] Remove unused declaration onCallHierarchyOutgo...
2023-05-26 Jan Svoboda[clang][modules] NFCI: Distinguish as-written and effec...
2023-05-26 NagaChaitanya Vellanki[clang-tidy] Check for specific return types on all...
2023-05-26 Piotr Zegar[clang-tidy] Optimize misc-confusable-identifiers
2023-05-26 Brian Gluzman[clangd] Remove inline Specifier for DefineOutline...
2023-05-26 Qingyuan Zheng[clangd] Implement configs to stop clangd produce a...
2023-05-26 Kazu Hirata[clang-tody] Fix typos in documentation
2023-05-25 Kadir Cetinkaya[clangd] Dont run raw-lexer for OOB source locations
2023-05-24 Clement Courbet[clang-tidy] Really fix rG9182c679dde7
next