summaryrefslogtreecommitdiffstats
path: root/clang/test
diff options
context:
space:
mode:
authorDouglas Gregor <dgregor@apple.com>2009-04-14 23:59:37 +0000
committerDouglas Gregor <dgregor@apple.com>2009-04-14 23:59:37 +0000
commit954a830eca8c775b23673e8b265d63c575be2da0 (patch)
tree711065aa86090361a5ece3989602154e1163083a /clang/test
parent5ebf2acd844efd558a962191345ecd3fbfe372f4 (diff)
downloadbcm5719-llvm-954a830eca8c775b23673e8b265d63c575be2da0.tar.gz
bcm5719-llvm-954a830eca8c775b23673e8b265d63c575be2da0.zip
PCH support for ParenExpr
llvm-svn: 69106
Diffstat (limited to 'clang/test')
-rw-r--r--clang/test/PCH/exprs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/PCH/exprs.h b/clang/test/PCH/exprs.h
index 36660cc0a49..5dcb26fbe3d 100644
--- a/clang/test/PCH/exprs.h
+++ b/clang/test/PCH/exprs.h
@@ -11,7 +11,7 @@ typedef typeof(17) integer_literal;
typedef typeof(17l) long_literal;
// FloatingLiteral
-typedef typeof(42.5) floating_literal;
+typedef typeof((42.5)) floating_literal;
// CharacterLiteral
typedef typeof('a') char_literal;
OpenPOWER on IntegriCloud