You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
lib/Parse/Lexer.cpp: stop skipping fixed-form comments in GetNextLine
and process them in LexTokenInternal instead. Calling LexComment is
required to get verify directives to work.
Closesllvm-flang#10
There is a verify directive there, but it is not recognized. It is the only test that tries to put a verify directive in a fixed-form comment.
The text was updated successfully, but these errors were encountered: