[all-commits] [llvm/llvm-project] c31969: [clang][Interp][NFC] Compare std::optional variabl...
Timm Bäder via All-commits
all-commits at lists.llvm.org
Tue Jun 27 02:37:28 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c3196947312e530960fde1b8849a4a848a5095f3
https://github.com/llvm/llvm-project/commit/c3196947312e530960fde1b8849a4a848a5095f3
Author: Timm Bäder <tbaeder at redhat.com>
Date: 2023-06-27 (Tue, 27 Jun 2023)
Changed paths:
M clang/lib/AST/Interp/ByteCodeExprGen.cpp
Log Message:
-----------
[clang][Interp][NFC] Compare std::optional variables directly
We can do that and we already checked that they aren't nullopt before.
More information about the All-commits
mailing list