summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--clang/include/clang/AST/Comment.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/include/clang/AST/Comment.h b/clang/include/clang/AST/Comment.h
index 613ad5308f0..d943ad2454c 100644
--- a/clang/include/clang/AST/Comment.h
+++ b/clang/include/clang/AST/Comment.h
@@ -701,7 +701,7 @@ private:
public:
enum {
InvalidParamIndex = ~0U,
- VarArgParamIndex = InvalidParamIndex - 1U
+ VarArgParamIndex = ~0U/*InvalidParamIndex*/ - 1U
};
ParamCommandComment(SourceLocation LocBegin,
OpenPOWER on IntegriCloud