The convenience wrapper in STLExtras is available since rL342102.
Details
Details
Diff Detail
Diff Detail
- Repository
- rC Clang
- Build Status
Buildable 23168 Build 23167: arc lint + arc unit
Event Timeline
Comment Actions
Thanks for the cleanup! Maybe consider running clang-format-diff on this?
| lib/Sema/SemaOverload.cpp | ||
|---|---|---|
| 10812–10813 | Reflow. | |
| lib/Serialization/ASTReader.cpp | ||
| 9192–9193 | Reflow if this fits on the previous line. | |
| lib/Serialization/ASTWriter.cpp | ||
| 2497–2498 | Reflow. | |
| 3231–3232 | Reflow. | |
| lib/StaticAnalyzer/Core/BugReporter.cpp | ||
| 2388–2389 | Reflow if this fits on the previous line. | |
| utils/TableGen/ClangDiagnosticsEmitter.cpp | ||
| 1715–1717 | 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
Reflow.