We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 929e86e commit aa7aad6Copy full SHA for aa7aad6
2 files changed
clang/lib/DPCT/RuleInfra/ExprAnalysis.cpp
@@ -25,7 +25,6 @@
25
#include "clang/AST/StmtCXX.h"
26
#include "clang/AST/TypeLoc.h"
27
#include "llvm/Support/raw_ostream.h"
28
-#include <optional>
29
30
extern clang::tooling::UnifiedPath DpctInstallPath;
31
namespace clang {
clang/lib/DPCT/RuleInfra/ExprAnalysis.h
@@ -730,9 +730,6 @@ class ExprAnalysis {
730
std::string RewritePrefix;
731
std::string RewritePostfix;
732
std::set<HelperFeatureEnum> HelperFeatureSet;
733
- std::optional<std::pair<std::string /*constexpr definitaion*/,
734
- unsigned /*constexpr offset in original str*/>>
735
- ConstExprExpansionInfo = std::nullopt;
736
737
public:
738
bool IsAnalyzingCtTypeInfo = false;
0 commit comments