Skip to content
Commit c06cbd14 authored by Dmitri Gribenko's avatar Dmitri Gribenko
Browse files

Always initialize variable. If opening quote is the last character in...

Always initialize variable.  If opening quote is the last character in comment, we will be using an uninitialized value.  There is already a test for that in unittests/AST/CommentLexer.cpp, but it seems like we were lucky with the value that got loaded into the variable so the test passed.

llvm-svn: 160133
parent 8480d420
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment