aboutsummaryrefslogtreecommitdiff
path: root/lib/AST/CommentParser.cpp
diff options
context:
space:
mode:
authorFariborz Jahanian <fjahanian@apple.com>2013-03-05 19:40:47 +0000
committerFariborz Jahanian <fjahanian@apple.com>2013-03-05 19:40:47 +0000
commitbca9788dbaf5fcf241efdc82ddcda712cb22214e (patch)
tree3202fa56d48f01ba067e152f305d63934b6c7bca /lib/AST/CommentParser.cpp
parent971023066ce2a20aa693cc981412d015bac304b9 (diff)
doc parsing. Add @method and @callback for
checkings and few other refactoring/cleanup. // rdar://13094352. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@176509 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/AST/CommentParser.cpp')
-rw-r--r--lib/AST/CommentParser.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/AST/CommentParser.cpp b/lib/AST/CommentParser.cpp
index c361679e90..09912c6188 100644
--- a/lib/AST/CommentParser.cpp
+++ b/lib/AST/CommentParser.cpp
@@ -706,8 +706,6 @@ VerbatimLineComment *Parser::parseVerbatimLine() {
TextBegin,
Text);
consumeToken();
- S.checkFunctionDeclVerbatimLine(VL);
-
return VL;
}