mirror of
https://github.com/intel/llvm.git
synced 2026-02-06 06:31:50 +08:00
Cleanup some obsolete comments.
llvm-svn: 38673
This commit is contained in:
@@ -285,11 +285,7 @@ void clang::DoPrintPreprocessedInput(Preprocessor &PP) {
|
||||
do {
|
||||
PP.Lex(Tok);
|
||||
|
||||
// If this token is at the start of a line. Emit the \n and indentation.
|
||||
// FIXME: this shouldn't use the isAtStartOfLine flag. This should use a
|
||||
// "newline callback" from the lexer.
|
||||
// FIXME: For some tests, this fails just because there is no col# info from
|
||||
// macro expansions!
|
||||
// If this token is at the start of a line, emit newlines if needed.
|
||||
if (Tok.isAtStartOfLine()) {
|
||||
HandleFirstTokOnLine(Tok, PP);
|
||||
} else if (Tok.hasLeadingSpace()) {
|
||||
|
||||
Reference in New Issue
Block a user