[clang][Interp][NFC] Move to std::optional
authorTimm Bäder <tbaeder@redhat.com>
Mon, 5 Dec 2022 16:30:24 +0000 (17:30 +0100)
committerTimm Bäder <tbaeder@redhat.com>
Mon, 5 Dec 2022 16:31:49 +0000 (17:31 +0100)
commitd4f1f35978c2593f7c52452d699a96899725452e
tree15d45aa2c6005e60cbccb91c6ec4dd51f00a9cf0
parent18cae673a4b14028231fc4201d9044d454b83359
[clang][Interp][NFC] Move to std::optional
13 files changed:
clang/lib/AST/Interp/ByteCodeEmitter.h
clang/lib/AST/Interp/ByteCodeExprGen.cpp
clang/lib/AST/Interp/ByteCodeExprGen.h
clang/lib/AST/Interp/ByteCodeStmtGen.cpp
clang/lib/AST/Interp/ByteCodeStmtGen.h
clang/lib/AST/Interp/Context.cpp
clang/lib/AST/Interp/Context.h
clang/lib/AST/Interp/EvalEmitter.cpp
clang/lib/AST/Interp/EvalEmitter.h
clang/lib/AST/Interp/InterpBlock.h
clang/lib/AST/Interp/Pointer.h
clang/lib/AST/Interp/Program.cpp
clang/lib/AST/Interp/Program.h