The convenience wrapper in STLExtras is available since rL342102.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
Thanks for the cleanup! Maybe consider running clang-format-diff on this?
lib/Sema/SemaOverload.cpp | ||
---|---|---|
10813–10814 ↗ | (On Diff #167202) | Reflow. |
lib/Serialization/ASTReader.cpp | ||
9193–9194 ↗ | (On Diff #167202) | Reflow if this fits on the previous line. |
lib/Serialization/ASTWriter.cpp | ||
2498–2499 ↗ | (On Diff #167202) | Reflow. |
3233–3234 ↗ | (On Diff #167202) | Reflow. |
lib/StaticAnalyzer/Core/BugReporter.cpp | ||
2389–2390 ↗ | (On Diff #167202) | Reflow if this fits on the previous line. |
utils/TableGen/ClangDiagnosticsEmitter.cpp | ||
1716–1719 ↗ | (On Diff #167202) | Reflow these lines. |
Comment Actions
Reflow nearby statements as rsmith@ requested:
git diff -U0 --no-color 'HEAD^' | ~/llvm/tools/clang/tools/clang-format/clang-format-diff.py -i -p1