Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/llvm/llvm-project.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-09-19[clang(d)] Include/Exclude CLDXC options properlyKadir Cetinkaya
2022-09-04[DOCS] Minor fixes and removals of WIP warningsTobias Hieta
2022-08-23[clangd] Support for standard type hierarchyKadir Cetinkaya
2022-08-18[clangd] Fix an inlay-hint crash on a broken designator.Haojian Wu
2022-08-15[clang-tidy][docs] Fixed page title for abseil-no-internal-dependencies check...Vladimir Plyashkun
2022-08-11Revert "[clang] Pass FoundDecl to DeclRefExpr creator for operator overloads"Kadir Cetinkaya
2022-08-10[clangd] Add release notesKadir Cetinkaya
2022-08-08[clangd] Change the url for clang-tidy check documentationNathan James
2022-07-30[clang-tidy] Add CLANG_TIDY_CONFUSABLE_CHARS_GEN cmake cache variable to avoi...Martin Storsjö
2022-07-30[clang-tidy] Rename the make-confusable-table executableMartin Storsjö
2022-07-26[clang-tidy] Avoid extra parentheses around MemberExprDanny Mösch
2022-07-26[clang] Pass FoundDecl to DeclRefExpr creator for operator overloadsDanny Mösch
2022-07-26[clangd] Improve XRefs support for ObjCMethodDeclDavid Goldman
2022-07-26[pseudo] Allow opaque nodes to represent terminalsSam McCall
2022-07-26Remove redundaunt virtual specifiers (NFC)Kazu Hirata
2022-07-25[pseudo] Eliminate multiple-specified-types ambiguities using guardsSam McCall
2022-07-25[pseudo] Fix minor errors in module grammarSam McCall
2022-07-25Remove redundaunt override specifiers (NFC)Kazu Hirata
2022-07-24Remove redundant string initialization (NFC)Kazu Hirata
2022-07-24[clang-tidy] implement new check 'misc-const-correctness' to add 'const' to u...Jonas Toth
2022-07-24[clangd] Do not try to use $0 as a placeholder in completion snippetsNathan Ridge
2022-07-23Convert for_each to range-based for loops (NFC)Kazu Hirata
2022-07-23Use llvm::sort instead of std::sort where possibleDmitri Gribenko
2022-07-23Use the range-based overload of llvm::sort where possibleDmitri Gribenko
2022-07-22Strengthen -Wint-conversion to default to an errorAaron Ballman
2022-07-22[clang-doc] Add check for pointer validityPaul Kirth
2022-07-22[clangd] Make forwarding parameter detection logic resilientKadir Cetinkaya
2022-07-22[clang-tidy][NFC] Add preposition "of" to code annotation of ElseAfterReturnC...Zhouyi Zhou
2022-07-22[pseudo] Add ambiguity & unparseability metrics to -print-statisticsSam McCall
2022-07-22Use any_of (NFC)Kazu Hirata
2022-07-22[pseudo] Eliminate the dangling-else syntax ambiguity.Haojian Wu
2022-07-22[pseudo] Tweak the cli option messages, NFC.Haojian Wu
2022-07-22[pseudo] Fix link error after 3132e9cd7c9fda63Sam McCall
2022-07-21[pseudo] Key guards by RuleID, add guards to literals (and 0).Sam McCall
2022-07-21[clangd] Refactor forwarding call detection logicKadir Cetinkaya
2022-07-21[clangd] Mention whether compile flags were inferred in check modeKadir Cetinkaya
2022-07-21[pseudo] Fix an invalid assertion on recoveryBrackets.Haojian Wu
2022-07-21[pseudo] Make sure we rebuild pseudo_gen tool.Haojian Wu
2022-07-20[HLSL] add -I option for dxc mode.Xiang Li
2022-07-20Argument name support for function pointer signature hintsQwinci
2022-07-19[pseudo] Add `clang-pseudo -html-forest=<output.html>`, an HTML forest browserSam McCall
2022-07-19[pseudo] Implement a guard to determine function declarator.Haojian Wu
2022-07-19[clang-tidy] Remove unnecessary code from ReadabilityModuleTestNathan James
2022-07-18[pseudo] Add guards for module contextual keywordsSam McCall
2022-07-18[clang-tidy] Reduce the dependencies for the "make-confusable-table" toolMartin Storsjö
2022-07-18[clangd] Use empty string to represent None semantics in FoldingRange::kindKadir Cetinkaya
2022-07-18[pseduo] More precise on printing the error message, NFCHaojian Wu
2022-07-18Use pseudo parser for folding rangesUtkarsh Saxena
2022-07-18[pseudo] Add bracket recovery for function parameters.Haojian Wu
2022-07-16Use drop_begin (NFC)Kazu Hirata