diff options
author | Chris Lattner <sabre@nondot.org> | 2010-05-09 06:03:39 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2010-05-09 06:03:39 +0000 |
commit | 14ab24f01e36d495fce183aa67b41e45cdd54f39 (patch) | |
tree | 740fe9ab3cfdb3e0b07b3038ed53f84cf514e31e /test/PCH/cxx_exprs.cpp | |
parent | 1817bd483b538fd3f4530649f5cb900bad9e8a76 (diff) |
pch'ify typeid.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@103374 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/PCH/cxx_exprs.cpp')
-rw-r--r-- | test/PCH/cxx_exprs.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/PCH/cxx_exprs.cpp b/test/PCH/cxx_exprs.cpp index 0f0fe88dc5..ec7041b984 100644 --- a/test/PCH/cxx_exprs.cpp +++ b/test/PCH/cxx_exprs.cpp @@ -33,3 +33,7 @@ static_assert(!false_value, "false_value is false"); // CXXNullPtrLiteralExpr cxx_null_ptr_result null_ptr = nullptr; + +// CXXTypeidExpr +typeid_result1 typeid_1 = 0; +typeid_result2 typeid_2 = 0;
\ No newline at end of file |