summaryrefslogtreecommitdiffstats
path: root/clang/unittests/AST/CommentParser.cpp
diff options
context:
space:
mode:
authorDmitri Gribenko <gribozavr@gmail.com>2012-08-31 10:35:30 +0000
committerDmitri Gribenko <gribozavr@gmail.com>2012-08-31 10:35:30 +0000
commit6bab9113b0e903cfd4ab6035220c00fc79a8e6c7 (patch)
tree61e696549fbe49b3a2ba7105f13c75c1517a0cdb /clang/unittests/AST/CommentParser.cpp
parentd458ebb4863c3d712d8ef2dbcb92475504ee3011 (diff)
downloadbcm5719-llvm-6bab9113b0e903cfd4ab6035220c00fc79a8e6c7.tar.gz
bcm5719-llvm-6bab9113b0e903cfd4ab6035220c00fc79a8e6c7.zip
Remove the useless CommentOptions class.
llvm-svn: 162986
Diffstat (limited to 'clang/unittests/AST/CommentParser.cpp')
-rw-r--r--clang/unittests/AST/CommentParser.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/unittests/AST/CommentParser.cpp b/clang/unittests/AST/CommentParser.cpp
index 7258a7ef576..f04cf197b68 100644
--- a/clang/unittests/AST/CommentParser.cpp
+++ b/clang/unittests/AST/CommentParser.cpp
@@ -56,7 +56,7 @@ FullComment *CommentParserTest::parseString(const char *Source) {
SourceLocation Begin = SourceMgr.getLocForStartOfFile(File);
comments::CommandTraits Traits;
- comments::Lexer L(Allocator, Traits, Begin, CommentOptions(),
+ comments::Lexer L(Allocator, Traits, Begin,
Source, Source + strlen(Source));
comments::Sema S(Allocator, SourceMgr, Diags, Traits);
OpenPOWER on IntegriCloud