[all-commits] [llvm/llvm-project] 50b523: [AST] Fix DeclarationNameInfo introspection

Stephen Kelly via All-commits all-commits at lists.llvm.org
Mon Apr 26 10:49:41 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 50b523cb2ceee4ca7279b4ce22ddb0d0b05df313
      https://github.com/llvm/llvm-project/commit/50b523cb2ceee4ca7279b4ce22ddb0d0b05df313
  Author: Stephen Kelly <steveire at gmail.com>
  Date:   2021-04-26 (Mon, 26 Apr 2021)

  Changed paths:
    M clang/lib/Tooling/DumpTool/ASTSrcLocProcessor.cpp
    M clang/unittests/Introspection/IntrospectionTest.cpp

  Log Message:
  -----------
  [AST] Fix DeclarationNameInfo introspection

Some AST classes return `const DeclarationNameInfo &` instead of
returning by value (eg CXXDependentScopeMemberExpr).




More information about the All-commits mailing list