Patch by Sam McCall!
Details
Details
Diff Detail
Diff Detail
- Build Status
Buildable 169 Build 169: arc lint + arc unit
Event Timeline
Comment Actions
I think we should add a test for why this was a problem. IIUC, this is caused by something like:
#if a
#else
#endif
namespace {
}Because we actually analyze the whole thing twice.