commit | c96d4963eb2eb99f9fac36687194489ecfac7b9c | [log] [tgz] |
---|---|---|
author | Eli Friedman <eli.friedman@gmail.com> | Sat Aug 15 21:55:26 2009 +0000 |
committer | Eli Friedman <eli.friedman@gmail.com> | Sat Aug 15 21:55:26 2009 +0000 |
tree | a380891fbe17cbacb7a47eb244e738a4582bc212 | |
parent | b20757bdeb97d3615e7db90dd02d5a24e0cf6489 [diff] [blame] |
Implement __is_empty. Patch by Sean Hunt. llvm-svn: 79143
diff --git a/clang/lib/Parse/ParseExpr.cpp b/clang/lib/Parse/ParseExpr.cpp index 6e7deef..57604a8 100644 --- a/clang/lib/Parse/ParseExpr.cpp +++ b/clang/lib/Parse/ParseExpr.cpp
@@ -815,6 +815,7 @@ case tok::kw___is_class: case tok::kw___is_enum: case tok::kw___is_union: + case tok::kw___is_empty: case tok::kw___is_polymorphic: case tok::kw___is_abstract: case tok::kw___has_trivial_constructor: