summaryrefslogtreecommitdiffstats
path: root/clang/test/PCH/cxx-functions.h
diff options
context:
space:
mode:
authorDouglas Gregor <dgregor@apple.com>2012-04-04 00:34:49 +0000
committerDouglas Gregor <dgregor@apple.com>2012-04-04 00:34:49 +0000
commit6a37784a35eb0214f018c2746e41d33936dca479 (patch)
tree4ff16ec647ac0fcdbe395000323f862b4d566d22 /clang/test/PCH/cxx-functions.h
parent7e5b4c932850a0cf28c6439b6f3045eb53e47a5c (diff)
downloadbcm5719-llvm-6a37784a35eb0214f018c2746e41d33936dca479.tar.gz
bcm5719-llvm-6a37784a35eb0214f018c2746e41d33936dca479.zip
Eliminate obvious use-after-free. Fixes PR12433 / <rdar://problem/11168333>.
llvm-svn: 153982
Diffstat (limited to 'clang/test/PCH/cxx-functions.h')
-rw-r--r--clang/test/PCH/cxx-functions.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/clang/test/PCH/cxx-functions.h b/clang/test/PCH/cxx-functions.h
new file mode 100644
index 00000000000..8aa49869a90
--- /dev/null
+++ b/clang/test/PCH/cxx-functions.h
@@ -0,0 +1 @@
+void foo() throw( int, short, char, float, double );
OpenPOWER on IntegriCloud