aboutsummaryrefslogtreecommitdiff
path: root/clang-tools-extra/clangd/AST.h
AgeCommit message (Expand)AuthorFilesLines
2022-07-26[clangd] Improve XRefs support for ObjCMethodDeclDavid Goldman1-0/+24
2022-07-06[clangd] add inlay hints for std::forward-ed parameter packsTobias Ribizel1-0/+12
2022-04-06[clangd] Add code action to generate a constructor for a C++ classSam McCall1-1/+2
2022-03-23[clangd] Add inlay hints for auto-typed parameters with one instantiation.Sam McCall1-0/+12
2022-02-26[clangd] Clean up unused includes. NFCISam McCall1-1/+0
2022-01-05[clangd] Don't index __reserved_names in headers.Sam McCall1-0/+6
2021-08-06[clangd] Add basic support for attributes (selection, hover)Sam McCall1-0/+4
2021-04-27[clangd] Dont index deeply nested symbolsKadir Cetinkaya1-0/+6
2021-02-12Improve hover scopes for Objective-C codeDavid Goldman1-0/+9
2021-01-29Revert "[clangd] Extract symbol-scope logic out of Quality, add tests. NFC"Sam McCall1-9/+0
2021-01-29[clangd] Extract symbol-scope logic out of Quality, add tests. NFCSam McCall1-0/+9
2020-12-18[clangd] Smarter hover on auto and decltypeQuentin Chateau1-0/+1
2020-11-02[clangd] Value initialize SymbolIDsKadir Cetinkaya1-6/+5
2020-02-27[clangd] Get rid of lexer usage in AST.cppKadir Cetinkaya1-1/+0
2020-02-04[clangd] Don't assert when completing a lambda variable inside the lambda.Sam McCall1-0/+15
2020-01-04NFC: Fix trivial typos in commentsKazuaki Ishizaki1-1/+1
2020-01-03[clangd] Replace shortenNamespace with getQualificationKadir Cetinkaya1-14/+2
2019-12-10[clangd] Simplify code using findName. NFCIlya Biryukov1-5/+5
2019-11-25[clangd] Improve symbol qualification in DefineInline code actionKadir Cetinkaya1-0/+2
2019-11-25[clangd] Helper for getting nested namespace qualificationKadir Cetinkaya1-1/+38
2019-11-19[clangd] Untangle Hover from XRefs, move into own file.Sam McCall1-0/+5
2019-11-19[clangd] More sensible output for constructors/destructors in hover.Sam McCall1-0/+5
2019-11-11[clangd] Use name of Macro to compute its SymbolID, NFC.Utkarsh Saxena1-1/+2
2019-10-18[clangd] Report declaration references in findExplicitReferences.Haojian Wu1-0/+6
2019-10-16[clangd] Add RemoveUsingNamespace tweak.Utkarsh Saxena1-0/+6
2019-08-08[clangd] Fix implicit template instatiations appearing as topLevelDecls.Johan Vikstrom1-3/+17
2019-08-06[clangd] Unfold SourceLocation flattening from findNameLoc in preparation for...Sam McCall1-1/+1
2019-07-18[clangd] Suppress unwritten scopes when expanding auto.Haojian Wu1-1/+2
2019-07-11[clangd] Implementation of auto type expansion.Sam McCall1-0/+16
2019-04-12[clangd] Print template arguments helperKadir Cetinkaya1-0/+6
2019-02-28Moved Ref into its own header and implementation fileDmitri Gribenko1-1/+2
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2019-01-03[clangd] clang-format everything. NFCIlya Biryukov1-1/+1
2018-11-23[clangd] Add support for hierarchical documentSymbolIlya Biryukov1-0/+5
2018-10-18[clangd] Names that are not spelled in source code are reserved.Eric Liu1-0/+5
2018-10-17[clangd] Support scope proximity in code completion.Eric Liu1-0/+3
2018-09-06[clangd] Set SymbolID for sema macros so that they can be merged with index m...Eric Liu1-0/+11
2018-08-07[clangd] Share getSymbolID implementation.Haojian Wu1-0/+4
2018-06-22[clangd] Expose qualified symbol names in CompletionItem (C++ structure only,...Eric Liu1-0/+5
2018-05-30[clangd] clang-format the source code. NFCIlya Biryukov1-1/+1
2018-03-09[clangd] Use identifier range as the definition range.Haojian Wu1-0/+34