[all-commits] [llvm/llvm-project] 4c65df: [AST] Add introspection support for Decls

Stephen Kelly via All-commits all-commits at lists.llvm.org
Mon Mar 22 16:20:17 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 4c65dfc895d03d1c3bfa1ccfe9567c9ea8557492
      https://github.com/llvm/llvm-project/commit/4c65dfc895d03d1c3bfa1ccfe9567c9ea8557492
  Author: Stephen Kelly <steveire at gmail.com>
  Date:   2021-03-22 (Mon, 22 Mar 2021)

  Changed paths:
    M clang/include/clang/Tooling/NodeIntrospection.h
    M clang/lib/Tooling/CMakeLists.txt
    M clang/lib/Tooling/DumpTool/ASTSrcLocProcessor.cpp
    M clang/lib/Tooling/DumpTool/generate_cxx_src_locs.py
    M clang/unittests/Introspection/IntrospectionTest.cpp

  Log Message:
  -----------
  [AST] Add introspection support for Decls

The test code has lots of interesting locations which are not yet
introspected, but those will come later:

 http://ce.steveire.com/z/3T90hR

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




More information about the All-commits mailing list