[all-commits] [llvm/llvm-project] b65ca8: Revert "[Diagnostic] Add ftabstop to -Wmisleading-...
Martin Storsjö via All-commits
all-commits at lists.llvm.org
Tue Dec 31 11:43:43 PST 2019
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: b65ca8e5db6fde6ef5948136b8f576eb6d7f707f
https://github.com/llvm/llvm-project/commit/b65ca8e5db6fde6ef5948136b8f576eb6d7f707f
Author: Martin Storsjö <martin at martin.st>
Date: 2019-12-31 (Tue, 31 Dec 2019)
Changed paths:
M clang/lib/Parse/ParseStmt.cpp
M clang/test/Parser/warn-misleading-indentation.cpp
Log Message:
-----------
Revert "[Diagnostic] Add ftabstop to -Wmisleading-indentation"
This reverts commit b47b35ff51b355a446483777155290541ab64fae.
This caused failed asserts (Assertion `FIDAndOffset.second >
ColNo && "Column number smaller than file offset?"' failed.)
on a source file with a single line containing
"int main (void) { for( int i = 0; i < 9; i++ ); return 0; }".
More information about the All-commits
mailing list