[all-commits] [llvm/llvm-project] c0053c: [Syntax] Add missing default constructor for Const...
Simon Pilgrim via All-commits
all-commits at lists.llvm.org
Wed Oct 28 08:38:50 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: c0053c62d9a0b798b42686499de9bb2e7391b111
https://github.com/llvm/llvm-project/commit/c0053c62d9a0b798b42686499de9bb2e7391b111
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2020-10-28 (Wed, 28 Oct 2020)
Changed paths:
M clang/include/clang/Tooling/Syntax/Tree.h
Log Message:
-----------
[Syntax] Add missing default constructor for ConstChildIterator
MSVC was complaining as it couldn't see the Base::ChildIteratorBase default constructor.
More information about the All-commits
mailing list