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-11-04[Test] Fix CHECK typo.Zequan Wu
2022-11-02[clangd] Add scoped enum constants to all-scopes-completionTom Praschan
2022-11-02[clangd] Index unscoped enums in class scope for code completionTom Praschan
2022-10-31Revert "[clang] ASTImporter: Fix importing of va_list types and declarations"Matheus Izvekov
2022-10-31[clang] Instantiate alias templates with sugar Matheus Izvekov
2022-10-31[clang] ASTImporter: Fix importing of va_list types and declarationsMatheus Izvekov
2022-10-31[include-cleaner] Add a data-structure to capture IWYU pragmas.Haojian Wu
2022-10-31[clangd] Run semantic highligting in clangd check.Haojian Wu
2022-10-31[clangd] Populate ranges and symbol origin for paramname completionsKadir Cetinkaya
2022-10-31[clangd] Fix a semantic-highlighting crash.Haojian Wu
2022-10-30[clang-tools-extra] Use llvm::find (NFC)Kazu Hirata
2022-10-28Revert "[clang] Instantiate NTTPs and template default arguments with sugar"Haojian Wu
2022-10-28[clang-tidy] Skip template ctors in modernize-use-equals-defaultAlexander Shaposhnikov
2022-10-27[clang] Instantiate alias templates with sugar Matheus Izvekov
2022-10-26[clangd] Hover: Only drop UsingDecl instead of BaseUsingDeclTom Praschan
2022-10-26Revert "[clang] Instantiate alias templates with sugar"Matheus Izvekov
2022-10-26[clang] Instantiate alias templates with sugar Matheus Izvekov
2022-10-26[include-cleaner] Fix header guard. NFCSam McCall
2022-10-25[clang-doc] Fix typedef/using output.Brett Wilson
2022-10-25[include-cleaner] Move vocabulary types into separate header for layering. NFCSam McCall
2022-10-25[IncludeCleaner] Handle more C++ constructsKadir Cetinkaya
2022-10-25NFC: [clang] Template argument cleanups.Matheus Izvekov
2022-10-24[IncludeCleaner] Add public APIKadir Cetinkaya
2022-10-22Ensure newlines at the end of files (NFC)Kazu Hirata
2022-10-22[clangd] Make file limit for textDocument/rename configurableChristian Kandeler
2022-10-22[clang-tidy] Avoid adding unnecessary semicolon in modernize-use-equals-defaultAlexander Shaposhnikov
2022-10-21[clangd] Add highlighting modifier "constructorOrDestructor"Christian Kandeler
2022-10-21Update links to googletest documentationSylvestre Ledru
2022-10-21[clang-tidy] Skip private default ctors in modernize-use-equals-defaultAlexander Shaposhnikov
2022-10-19[clangd] consider ~^foo() to target the destructor, not the typeSam McCall
2022-10-19[include-cleaner] Fix link errors when -DBUILD_SHARED_LIBS=ONKai Luo
2022-10-19[include-cleaner] Add line numbers to HTML outputSam McCall
2022-10-18[include-cleaner] Add include-cleaner tool, with initial HTML reportSam McCall
2022-10-18[clangd] Update 'using enum' semantic highlighting testcase to use the 'defin...Nathan Ridge
2022-10-18[clangd] Update testcase for issue 1222 to use the 'definition' modifierNathan Ridge
2022-10-18[clangd] Implement semantic token modifier "definition"Christian Kandeler
2022-10-16[clangd] Use std::decay_t (NFC)Kazu Hirata
2022-10-15[clang] Track the templated entity in type substitution.Matheus Izvekov
2022-10-15[clang-doc] Add typedef/using information.Brett Wilson
2022-10-14[clang-tidy] Use std::underlying_type_t (NFC)Kazu Hirata
2022-10-14Properly print unnamed TagDecl objects in diagnosticsAaron Ballman
2022-10-13[clangd] Add missing readonly modifier for const generic parametersTom Praschan
2022-10-13[pseudo] Document disambiguation design progressSam McCall
2022-10-13[clangd] Block clang-tidy misc-const-correctness checkSam McCall
2022-10-13[clangd] Fix a crash in ExtractFunction tweak.Haojian Wu
2022-10-13[CMake] Fix FindGRPC cmake module to allow different layeringSteven Wu
2022-10-12[AST] Preserve more structure in UsingEnumDecl node.Sam McCall
2022-10-12[clang-tidy] Dump effective diagnostics level in YAML outputDmitry Polukhin
2022-10-10Fix clang-tools-extra Sphinx buildAaron Ballman
2022-10-10[clang-tidy] Add cppcoreguidelines-avoid-do-while checkCarlos Galvez