Skip to content

Add support for _Return_value expression. #544

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 9 commits into from
Aug 19, 2018
Merged
Prev Previous commit
Merge branch 'master' into issue205
  • Loading branch information
dtarditi committed Aug 19, 2018
commit f447a2b231f9c06cec77c1d59fb031b43fc6cf3b
1 change: 1 addition & 0 deletions include/clang/Basic/TokenKinds.def
Original file line number Diff line number Diff line change
Expand Up @@ -653,6 +653,7 @@ KEYWORD(_Unchecked , KEYCHECKEDC)
KEYWORD(_Assume_bounds_cast , KEYCHECKEDC)
KEYWORD(_Dynamic_bounds_cast , KEYCHECKEDC)
KEYWORD(_For_any , KEYCHECKEDC)
KEYWORD(_Itype_for_any , KEYCHECKEDC)
KEYWORD(_Current_expr_value , KEYCHECKEDC)
KEYWORD(_Return_value , KEYCHECKEDC)

Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.