diff options
Diffstat (limited to 'include/clang/AST/Expr.h')
-rw-r--r-- | include/clang/AST/Expr.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/clang/AST/Expr.h b/include/clang/AST/Expr.h index 9936965bbb..e73162d2fe 100644 --- a/include/clang/AST/Expr.h +++ b/include/clang/AST/Expr.h @@ -136,6 +136,7 @@ public: /// - *e, the type of e cannot be a function type /// - string-constant /// - reference type [C++ [expr]] + /// - b ? x : y, where x and y are lvalues of suitable types [C++] /// enum isLvalueResult { LV_Valid, |