Skip to content

Commit aa7aad6

Browse files
committed
Fix
Signed-off-by: Jiang, Zhiwei <zhiwei.jiang@intel.com>
1 parent 929e86e commit aa7aad6

2 files changed

Lines changed: 0 additions & 4 deletions

File tree

clang/lib/DPCT/RuleInfra/ExprAnalysis.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@
2525
#include "clang/AST/StmtCXX.h"
2626
#include "clang/AST/TypeLoc.h"
2727
#include "llvm/Support/raw_ostream.h"
28-
#include <optional>
2928

3029
extern clang::tooling::UnifiedPath DpctInstallPath;
3130
namespace clang {

clang/lib/DPCT/RuleInfra/ExprAnalysis.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -730,9 +730,6 @@ class ExprAnalysis {
730730
std::string RewritePrefix;
731731
std::string RewritePostfix;
732732
std::set<HelperFeatureEnum> HelperFeatureSet;
733-
std::optional<std::pair<std::string /*constexpr definitaion*/,
734-
unsigned /*constexpr offset in original str*/>>
735-
ConstExprExpansionInfo = std::nullopt;
736733

737734
public:
738735
bool IsAnalyzingCtTypeInfo = false;

0 commit comments

Comments
 (0)