We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93faaf4 commit ddb9c78Copy full SHA for ddb9c78
clang/include/clang/AST/Expr.h
@@ -634,8 +634,8 @@ class Expr : public ValueStmt {
634
635
EvalStatus() = default;
636
637
- // hasSideEffects - Return true if the evaluated expression has
638
- // side effects.
+ /// Return true if the evaluated expression has
+ /// side effects.
639
bool hasSideEffects() const {
640
return HasSideEffects;
641
}
@@ -646,8 +646,8 @@ class Expr : public ValueStmt {
646
/// Val - This is the value the expression can be folded to.
647
APValue Val;
648
649
- // isGlobalLValue - Return true if the evaluated lvalue expression
650
- // is global.
+ /// Return true if the evaluated lvalue expression
+ /// is global.
651
bool isGlobalLValue() const;
652
};
653
0 commit comments