[all-commits] [llvm/llvm-project] f05461: [ASTMatchers] Add missing definition for decomposi...
Benjamin Kramer via All-commits
all-commits at lists.llvm.org
Wed Sep 16 08:33:33 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: f0546173fa4bdde03ecb21a174fcaa8a6490adbd
https://github.com/llvm/llvm-project/commit/f0546173fa4bdde03ecb21a174fcaa8a6490adbd
Author: Benjamin Kramer <benny.kra at googlemail.com>
Date: 2020-09-16 (Wed, 16 Sep 2020)
Changed paths:
M clang/lib/ASTMatchers/ASTMatchersInternal.cpp
Log Message:
-----------
[ASTMatchers] Add missing definition for decompositionDecl
Otherwise we'd get a linker error whenever decompositionDecl is ODR
used.
More information about the All-commits
mailing list