[clangd] Add RemoveUsingNamespace tweak.
[platform/upstream/llvm.git] / clang-tools-extra / clangd / AST.cpp
2019-10-16 Utkarsh Saxena[clangd] Add RemoveUsingNamespace tweak.
2019-08-14 Ilya Biryukov[clangd] Print qualifiers of out-of-line definitions...
2019-08-09 Johan Vikstrom[clangd] Fixed printTemplateSpecializationArgs not...
2019-08-08 Haojian Wu[clangd] Remove a function accidently being added in...
2019-08-08 Johan Vikstrom[clangd] Fix implicit template instatiations appearing...
2019-08-06 Sam McCall[clangd] Unfold SourceLocation flattening from findName...
2019-07-18 Haojian Wu[clangd] Suppress unwritten scopes when expanding auto.
2019-07-11 Paul Robinson[clangd] Fix MSVC build failure.
2019-07-11 Sam McCall[clangd] Implementation of auto type expansion.
2019-04-12 Kadir Cetinkaya[clangd] Print template arguments helper
2019-03-20 Jordan RupprechtRevert "[clangd] Print arguments in template specializa...
2019-03-20 Kadir Cetinkaya[clangd] Print arguments in template specializations
2019-01-19 Chandler CarruthUpdate the file headers across all of the LLVM projects...
2019-01-07 Ilya Biryukov[clangd] Remove 'using namespace llvm' from .cpp files...
2019-01-03 Ilya Biryukov[clangd] clang-format everything. NFC
2018-12-05 Kadir Cetinkaya[clangd] Dont provide locations for non-existent files.
2018-11-27 Henry Wong[clangd] NFC: Prefer `isa<>` to `dyn_cast<>` to do...
2018-11-26 Ilya Biryukov[clangd] Cleanup after landing documentSymbol. NFC
2018-11-23 Ilya Biryukov[clangd] Add support for hierarchical documentSymbol
2018-11-09 Sam McCall[clangd] Make TestTU build with preamble, and fix the...
2018-10-20 Sam McCall[clangd] Namespace style cleanup in cpp files. NFC.
2018-10-18 Eric Liu[clangd] Names that are not spelled in source code...
2018-10-17 Eric Liu[clangd] Support scope proximity in code completion.
2018-09-06 Eric Liu[clangd] Set SymbolID for sema macros so that they...
2018-08-07 Haojian Wu[clangd] Share getSymbolID implementation.
2018-06-22 Eric Liu[clangd] Expose qualified symbol names in CompletionIte...
2018-04-30 Richard SmithFix up after clang r331155.
2018-03-09 Haojian Wu[clangd] Use identifier range as the definition range.