[all-commits] [llvm/llvm-project] f019e5: [AST][Introspection] Add a check to detect if intr...

Nathan James via All-commits all-commits at lists.llvm.org
Thu Apr 15 14:22:01 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: f019e5f73ed732b374e376f5ddbba5d1f67dca0c
      https://github.com/llvm/llvm-project/commit/f019e5f73ed732b374e376f5ddbba5d1f67dca0c
  Author: Nathan James <n.james93 at hotmail.co.uk>
  Date:   2021-04-15 (Thu, 15 Apr 2021)

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

  Log Message:
  -----------
  [AST][Introspection] Add a check to detect if introspection is supported.

This could probably be made into a compile time constant, but that would involve generating a second inc file.

Reviewed By: steveire

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




More information about the All-commits mailing list