[clangd] Block clang-tidy misc-const-correctness check
[platform/upstream/llvm.git] / clang-tools-extra /
2022-10-18 Sam McCall[clangd] Block clang-tidy misc-const-correctness check
2022-10-18 Nathan James[clang-tidy] Fix a false positive in readability-simpli...
2022-10-10 Sam McCall[clangd] Improve inlay hints of things expanded from...
2022-10-10 Sam McCall[clangd] Avoid scanning up to end of file on each comment!
2022-10-10 Michał Górny[clang-tools-extra] [clangd] Respect llvm_shlib_dir...
2022-09-30 Jonas Toth[docs] improve documentation for misc-const-correctness
2022-09-30 Jonas Toth[clang-tidy] adjust treating of array-of-pointers when...
2022-09-19 Kadir Cetinkaya[clang(d)] Include/Exclude CLDXC options properly
2022-09-04 Tobias Hieta[DOCS] Minor fixes and removals of WIP warnings
2022-08-23 Kadir Cetinkaya[clangd] Support for standard type hierarchy
2022-08-18 Haojian Wu[clangd] Fix an inlay-hint crash on a broken designator.
2022-08-15 Vladimir Plyashkun[clang-tidy][docs] Fixed page title for abseil-no-inter...
2022-08-11 Kadir CetinkayaRevert "[clang] Pass FoundDecl to DeclRefExpr creator...
2022-08-10 Kadir Cetinkaya[clangd] Add release notes
2022-08-08 Nathan James[clangd] Change the url for clang-tidy check documentation
2022-07-29 Martin Storsjö[clang-tidy] Add CLANG_TIDY_CONFUSABLE_CHARS_GEN cmake...
2022-07-29 Martin Storsjö[clang-tidy] Rename the make-confusable-table executable
2022-07-26 Danny Mösch[clang-tidy] Avoid extra parentheses around MemberExpr
2022-07-26 Danny Mösch[clang] Pass FoundDecl to DeclRefExpr creator for opera...
2022-07-26 David Goldman[clangd] Improve XRefs support for ObjCMethodDecl
2022-07-26 Sam McCall[pseudo] Allow opaque nodes to represent terminals
2022-07-26 Kazu HirataRemove redundaunt virtual specifiers (NFC)
2022-07-25 Sam McCall[pseudo] Eliminate multiple-specified-types ambiguities...
2022-07-25 Sam McCall[pseudo] Fix minor errors in module grammar
2022-07-25 Kazu HirataRemove redundaunt override specifiers (NFC)
2022-07-24 Kazu HirataRemove redundant string initialization (NFC)
2022-07-24 Jonas Toth[clang-tidy] implement new check 'misc-const-correctnes...
2022-07-24 Nathan Ridge[clangd] Do not try to use $0 as a placeholder in compl...
2022-07-23 Kazu HirataConvert for_each to range-based for loops (NFC)
2022-07-23 Dmitri GribenkoUse llvm::sort instead of std::sort where possible
2022-07-23 Dmitri GribenkoUse the range-based overload of llvm::sort where possible
2022-07-22 Aaron BallmanStrengthen -Wint-conversion to default to an error
2022-07-22 Paul Kirth[clang-doc] Add check for pointer validity
2022-07-22 Kadir Cetinkaya[clangd] Make forwarding parameter detection logic...
2022-07-22 Zhouyi Zhou[clang-tidy][NFC] Add preposition "of" to code annotati...
2022-07-22 Sam McCall[pseudo] Add ambiguity & unparseability metrics to...
2022-07-22 Kazu HirataUse any_of (NFC)
2022-07-22 Haojian Wu[pseudo] Eliminate the dangling-else syntax ambiguity.
2022-07-22 Haojian Wu[pseudo] Tweak the cli option messages, NFC.
2022-07-22 Sam McCall[pseudo] Fix link error after 3132e9cd7c9fda63
2022-07-21 Sam McCall[pseudo] Key guards by RuleID, add guards to literals...
2022-07-21 Kadir Cetinkaya[clangd] Refactor forwarding call detection logic
2022-07-21 Kadir Cetinkaya[clangd] Mention whether compile flags were inferred...
2022-07-21 Haojian Wu[pseudo] Fix an invalid assertion on recoveryBrackets.
2022-07-21 Haojian Wu[pseudo] Make sure we rebuild pseudo_gen tool.
2022-07-20 Xiang Li[HLSL] add -I option for dxc mode.
2022-07-20 QwinciArgument name support for function pointer signature...
2022-07-19 Sam McCall[pseudo] Add `clang-pseudo -html-forest=<output.html...
2022-07-19 Haojian Wu[pseudo] Implement a guard to determine function declar...
2022-07-19 Nathan James[clang-tidy] Remove unnecessary code from ReadabilityMo...
2022-07-18 Sam McCall[pseudo] Add guards for module contextual keywords
2022-07-18 Martin Storsjö[clang-tidy] Reduce the dependencies for the "make...
2022-07-18 Kadir Cetinkaya[clangd] Use empty string to represent None semantics...
2022-07-18 Haojian Wu[pseduo] More precise on printing the error message...
2022-07-18 Utkarsh SaxenaUse pseudo parser for folding ranges
2022-07-18 Haojian Wu[pseudo] Add bracket recovery for function parameters.
2022-07-16 Kazu HirataUse drop_begin (NFC)
2022-07-16 Kazu HirataUse value instead of getValue (NFC)
2022-07-15 Haojian Wu[pseudo] Share the underly payload when stripping comme...
2022-07-15 Haojian Wu[pseudo] Generate an enum type for identifying grammar...
2022-07-15 Haojian Wu[syntax] Introduce a TokenManager interface.
2022-07-15 Fangrui SongModernize Optional::{getValueOr,hasValue}
2022-07-15 Jonas DevlieghereRevert "[clang] Implement ElaboratedType sugaring for...
2022-07-15 Matheus Izvekov[clang] Implement ElaboratedType sugaring for types...
2022-07-14 Fangrui Song[CommandLine] --help: print "-o <xxx>" instead of ...
2022-07-14 Balázs Kéri[clang-tidy] Improve check cert-dcl58-cpp.
2022-07-13 Fangrui Song[Support] Change compression::zlib::{compress,uncompres...
2022-07-13 Jonas DevlieghereRevert "[clang] Implement ElaboratedType sugaring for...
2022-07-13 Sam McCall[clangd] Enable designator inlay hints by default.
2022-07-13 Kazu Hirata[clang, clang-tools-extra] Use has_value instead of...
2022-07-13 Matheus Izvekov[clang] Implement ElaboratedType sugaring for types...
2022-07-12 Sam McCall[clangd] Remove `allCommitCharacters`
2022-07-11 Tom Praschan[clangd] Include "final" when printing class declaration
2022-07-11 Tom PraschanGo-to-type on smart_ptr<Foo> now also shows Foo
2022-07-09 Danny Mösch[clang-tidy] Sort release notes entries alphabetically...
2022-07-09 Danny Mösch[clang-tidy] Initialize boolean variables with `false...
2022-07-09 Christian Kandeler[clangd] Support "usedAsMutableReference" in member...
2022-07-08 Leonard ChanRevert "[llvm] cmake config groundwork to have ZSTD...
2022-07-08 Cole Kissane[llvm] cmake config groundwork to have ZSTD in LLVM
2022-07-08 Cole Kissane[NFC] Refactor llvm::zlib namespace
2022-07-08 Aaron BallmanDisable clang-format entirely for test directories
2022-07-07 Sam McCall[clangd] Disable flaky test
2022-07-07 Sam McCall[clangd] Fix flaky throttler test
2022-07-07 Haojian Wu[pseudo] NFC, fix the header guard for Language.h
2022-07-07 serge-sans-paille[clang-tidy] Fix confusable identifier interaction...
2022-07-06 Tobias Ribizel[clangd] add inlay hints for std::forward-ed parameter...
2022-07-06 Sam McCall[clangd] Fix missing key function in PreambleThrottler
2022-07-06 Sam McCall[clangd] Fix tests after ed0e20d5e8c5d6c679d2c
2022-07-06 Sam McCall[pseudo] Define recovery strategy as grammar extension.
2022-07-06 Sam McCall[clangd] Support external throttler for preamble builds
2022-07-05 Dmitri Gribenko[clang-tools-extra] Fix a link in ReleaseNotes.rst
2022-07-05 Dmitri Gribenkonew clang-tidy checker for assignments within condition...
2022-07-05 Sam McCall[pseudo] Add error-recovery framework & brace-based...
2022-07-05 Haojian Wu[pseudo] Implement guard extension.
2022-07-05 Haojian Wu[pseudo] Fix the build for the benchmark tool.
2022-07-05 Haojian Wu[pseudo] Use the prebuilt cxx grammar for the lit tests...
2022-07-05 Sam McCall[pseudo] Eliminate LRTable::Action. NFC
2022-07-05 serge-sans-paille[clang-tidy] By-pass portability issues in confusable...
2022-07-05 serge-sans-paille[clang-tidy] Fix confusable identifiers interaction...
2022-07-04 Sam McCall[pseudo] Store shift and goto actions in a compact...
next