llvm-capstone/mlir/unittests/Support
Scott Todd c304be7cfd [mlir][docgen] Handle Windows line endings in doc generation.
The `printReindented` function searches for Unix style line endings (`\n`), but strings may have Windows style line endings (`\r\n`). Prior to this change, generated document sections could have extra indentation, which some markdown renderers interpret as code blocks rather than paragraphs.

Differential Revision: https://reviews.llvm.org/D153591
2023-06-29 09:56:49 -07:00
..
CMakeLists.txt Rename DebugAction to tracing::Action and move related code from lib/Support to lib/IR and lib/Debug 2023-03-06 16:12:30 +01:00
IndentedOstreamTest.cpp [mlir][docgen] Handle Windows line endings in doc generation. 2023-06-29 09:56:49 -07:00
MathExtrasTest.cpp
StorageUniquerTest.cpp