Do away with demangling. It wasn't really necessary.
Declared some local functions to be static.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
- Build Status
Buildable 22324 Build 22324: arc lint + arc unit
Event Timeline
lib/Transforms/Instrumentation/ControlHeightReduction.cpp | ||
---|---|---|
426 | Why this change? Is anonymous namespace not enough? |
lib/Transforms/Instrumentation/ControlHeightReduction.cpp | ||
---|---|---|
426 | It may be ok, https://llvm.org/docs/CodingStandards.html#anonymous-namespaces seems to prefer a static function. |
lib/Transforms/Instrumentation/ControlHeightReduction.cpp | ||
---|---|---|
426 | I meant to say "but" after "ok," before "https://llvm.org...." in the above comment. |
Why this change? Is anonymous namespace not enough?