diff options
| author | Dmitri Gribenko <gribozavr@gmail.com> | 2012-08-31 10:35:30 +0000 |
|---|---|---|
| committer | Dmitri Gribenko <gribozavr@gmail.com> | 2012-08-31 10:35:30 +0000 |
| commit | 6bab9113b0e903cfd4ab6035220c00fc79a8e6c7 (patch) | |
| tree | 61e696549fbe49b3a2ba7105f13c75c1517a0cdb /clang/unittests/AST/CommentParser.cpp | |
| parent | d458ebb4863c3d712d8ef2dbcb92475504ee3011 (diff) | |
| download | bcm5719-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.cpp | 2 |
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); |

