commit | 10442564e1ba3c4dfb184cc4e36beffbee4811c3 | [log] [tgz] |
---|---|---|
author | Dmitri Gribenko <gribozavr@gmail.com> | Sat Jan 26 00:36:14 2013 +0000 |
committer | Dmitri Gribenko <gribozavr@gmail.com> | Sat Jan 26 00:36:14 2013 +0000 |
tree | 5a13ac819203b9b9c645f3abe1b02565e3e85b44 | |
parent | 01a41140cd8ec9475ed0c33384310fbdd3b6de11 [diff] [blame] |
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
diff --git a/test/Analysis/temp-obj-dtors-cfg-output.cpp b/test/Analysis/temp-obj-dtors-cfg-output.cpp index df9d906..c884475 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: