Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
- Build Status
Buildable 22290 Build 22290: arc lint + arc unit
Event Timeline
tools/llvm-dwp/llvm-dwp.cpp | ||
---|---|---|
707 | Could use Optional<buffer_ostream> here to save an extra allocation? |
Comment Actions
Hi,
This commit has caused massive buildbot failures on compilation, see for example http://lab.llvm.org:8011/builders/clang-cmake-x86_64-avx2-linux/builds/5953/steps/build%20stage%201/logs/stdio
I have reverted it as https://reviews.llvm.org/rL341515 to make buildbot green again.
- Max
Comment Actions
Thanks! It was because of existing using namespace cl; in the file. I have changed it to use explicit cl:: qualified names and re-landed the commit
Could use Optional<buffer_ostream> here to save an extra allocation?