commit | d9a5cc13cf51639690d80bf9f2fe042b61d49dd1 | [log] [tgz] |
---|---|---|
author | Alexis Hunt <alercah@gmail.com> | Fri May 13 00:31:07 2011 +0000 |
committer | Alexis Hunt <alercah@gmail.com> | Fri May 13 00:31:07 2011 +0000 |
tree | 54c51d7eb063a57faac37630f4113330444bc4e3 | |
parent | 8d57d8ea64cb83173c6503acec7da4215da9ed19 [diff] [blame] |
Implement the __is_trivially_copyable type trait llvm-svn: 131270
diff --git a/clang/lib/Parse/ParseTentative.cpp b/clang/lib/Parse/ParseTentative.cpp index 1c4e2b3..12152c3 100644 --- a/clang/lib/Parse/ParseTentative.cpp +++ b/clang/lib/Parse/ParseTentative.cpp
@@ -664,6 +664,7 @@ case tok::kw___is_pod: case tok::kw___is_polymorphic: case tok::kw___is_trivial: + case tok::kw___is_trivially_copyable: case tok::kw___is_union: case tok::kw___uuidof: return TPResult::True();