diff options
author | Dmitri Gribenko <gribozavr@gmail.com> | 2013-01-26 00:36:14 +0000 |
---|---|---|
committer | Dmitri Gribenko <gribozavr@gmail.com> | 2013-01-26 00:36:14 +0000 |
commit | 10442564e1ba3c4dfb184cc4e36beffbee4811c3 (patch) | |
tree | 5a13ac819203b9b9c645f3abe1b02565e3e85b44 /test/Analysis/temp-obj-dtors-cfg-output.cpp | |
parent | 01a41140cd8ec9475ed0c33384310fbdd3b6de11 (diff) |
Comment parsing: actually check for a block command after "\param x"
This fixes PR15068.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@173539 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Analysis/temp-obj-dtors-cfg-output.cpp')
-rw-r--r-- | test/Analysis/temp-obj-dtors-cfg-output.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/Analysis/temp-obj-dtors-cfg-output.cpp b/test/Analysis/temp-obj-dtors-cfg-output.cpp index df9d906c98..c8844754be 100644 --- a/test/Analysis/temp-obj-dtors-cfg-output.cpp +++ b/test/Analysis/temp-obj-dtors-cfg-output.cpp @@ -1,6 +1,7 @@ // RUN: rm -f %t // RUN: %clang_cc1 -analyze -analyzer-checker=debug.DumpCFG -analyzer-config cfg-temporary-dtors=true %s > %t 2>&1 // RUN: FileCheck --input-file=%t %s +// XPASS: * class A { public: |