diff options
author | Paul Schwabauer <pschwabauer@intevation.de> | 2025-03-28 11:34:24 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-03-28 11:34:24 +0100 |
commit | 8a3fe30a0a394ed3aa30ce4ba16e5a148a8bdd53 (patch) | |
tree | fce30589daae39dde08c848c060a10e962e99b2f /clang/lib/Frontend/CreateInvocationFromCommandLine.cpp | |
parent | 7d869045e068be152f4435d73733eb2276a6fc08 (diff) | |
download | llvm-8a3fe30a0a394ed3aa30ce4ba16e5a148a8bdd53.zip llvm-8a3fe30a0a394ed3aa30ce4ba16e5a148a8bdd53.tar.gz llvm-8a3fe30a0a394ed3aa30ce4ba16e5a148a8bdd53.tar.bz2 |
[PATCH] [clang][frontend] Fix serialization for CXXConstructorDecl (refs llvm#132794) (#133077)
When retrieving the ExplicitSpecifier from a CXXConstructorDecl, one of
its canonical declarations is returned. To correctly write the
declaration record the ExplicitSpecifier of the current declaration must
be used.
Failing to do so results in a crash during deserialization.
Diffstat (limited to 'clang/lib/Frontend/CreateInvocationFromCommandLine.cpp')
0 files changed, 0 insertions, 0 deletions