The examples in llvm/Support/Debug.h use DEBUG(dbgs() << ...) instead of errs(), so the examples in the Programmer's Manual should match that.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D41170
Use dbgs() instead of errs() in docs for DEBUG() ClosedPublic Authored by MoritzS on Dec 13 2017, 4:30 AM.
Details Summary The examples in llvm/Support/Debug.h use DEBUG(dbgs() << ...) instead of errs(), so the examples in the Programmer's Manual should match that.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Dec 19 2017, 7:40 AM Closed by commit rL321444: [docs] Use dbgs() instead of errs() for DEBUG() (authored by JDevlieghere). · Explain WhyDec 25 2017, 6:16 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 128140 llvm/trunk/docs/ProgrammersManual.rst
|