Details
Details
Diff Detail
Diff Detail
- Repository
- rCTE Clang Tools Extra
- Build Status
Buildable 15860 Build 15860: arc lint + arc unit
Event Timeline
unittests/clangd/XRefsTests.cpp | ||
---|---|---|
587 | I would go with #pragma once in the test code, it adds less noise. WDYT? |
Comment Actions
Use #program once
unittests/clangd/XRefsTests.cpp | ||
---|---|---|
587 | I thought #pragma once is non-standard, but the diagnostic message also suggest this fix. Changed to it. |
unittests/clangd/XRefsTests.cpp | ||
---|---|---|
587 | Thanks! It's non-standard, but supported on every modern compiler, so we should be fine :-) |
I would go with #pragma once in the test code, it adds less noise. WDYT?