[all-commits] [llvm/llvm-project] 6890f3: [AST][Introspection] Fix args not being set.
Nathan James via All-commits
all-commits at lists.llvm.org
Wed Apr 14 16:20:03 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 6890f302f587ca4f6712be728bd9302da597fe0c
https://github.com/llvm/llvm-project/commit/6890f302f587ca4f6712be728bd9302da597fe0c
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
Log Message:
-----------
[AST][Introspection] Fix args not being set.
This field isn't set in the constructor.
Tweak its accessor to return an ArrayRef.
More information about the All-commits
mailing list