[all-commits] [llvm/llvm-project] 7f93cb: [AST] Traverse the class type loc inside the membe...

Haojian Wu via All-commits all-commits at lists.llvm.org
Thu Dec 5 06:18:57 PST 2019


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 7f93cb62280a73e3e899d49c45be8bfbac634b7d
      https://github.com/llvm/llvm-project/commit/7f93cb62280a73e3e899d49c45be8bfbac634b7d
  Author: Haojian Wu <hokein.wu at gmail.com>
  Date:   2019-12-05 (Thu, 05 Dec 2019)

  Changed paths:
    M clang-tools-extra/clangd/unittests/SemanticHighlightingTests.cpp
    M clang/include/clang/AST/RecursiveASTVisitor.h
    M clang/unittests/Tooling/CMakeLists.txt
    A clang/unittests/Tooling/RecursiveASTVisitorTests/MemberPointerTypeLoc.cpp

  Log Message:
  -----------
  [AST] Traverse the class type loc inside the member type loc.

Summary:
We are missing this currently.

This would fix https://github.com/clangd/clangd/issues/216.

Reviewers: ilya-biryukov

Subscribers: mgorny, kadircet, usaxena95, cfe-commits

Tags: #clang

Differential Revision: https://reviews.llvm.org/D70849




More information about the All-commits mailing list