[clangd] Mention when CXXThis is implicit in exposed AST.
authorSam McCall <sam.mccall@gmail.com>
Fri, 20 Nov 2020 14:47:55 +0000 (15:47 +0100)
committerSam McCall <sam.mccall@gmail.com>
Tue, 24 Nov 2020 15:57:56 +0000 (16:57 +0100)
commit9e83d0bcdfe86fd13f2817c9f40c5ca0b08f1443
treed151bf3a02e4f8c7792ffd33c7fe8aa6082ea1a6
parent5ce85e66358a69e786093756c77fae2e140947c1
[clangd] Mention when CXXThis is implicit in exposed AST.

Seeing an implicit this in the AST is pretty confusing I think.
While here, also mention when `this` is const.

Differential Revision: https://reviews.llvm.org/D91868
clang-tools-extra/clangd/DumpAST.cpp
clang-tools-extra/clangd/unittests/DumpASTTests.cpp