[all-commits] [llvm/llvm-project] 9e83d0: [clangd] Mention when CXXThis is implicit in expos...

Sam McCall via All-commits all-commits at lists.llvm.org
Tue Nov 24 07:58:17 PST 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 9e83d0bcdfe86fd13f2817c9f40c5ca0b08f1443
      https://github.com/llvm/llvm-project/commit/9e83d0bcdfe86fd13f2817c9f40c5ca0b08f1443
  Author: Sam McCall <sam.mccall at gmail.com>
  Date:   2020-11-24 (Tue, 24 Nov 2020)

  Changed paths:
    M clang-tools-extra/clangd/DumpAST.cpp
    M clang-tools-extra/clangd/unittests/DumpASTTests.cpp

  Log Message:
  -----------
  [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




More information about the All-commits mailing list