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
Event Timeline
lib/Transforms/Instrumentation/ControlHeightReduction.cpp | ||
---|---|---|
426 ↗ | (On Diff #164245) | Why this change? Is anonymous namespace not enough? |
lib/Transforms/Instrumentation/ControlHeightReduction.cpp | ||
---|---|---|
426 ↗ | (On Diff #164245) | It may be ok, https://llvm.org/docs/CodingStandards.html#anonymous-namespaces seems to prefer a static function. |
lib/Transforms/Instrumentation/ControlHeightReduction.cpp | ||
---|---|---|
426 ↗ | (On Diff #164245) | I meant to say "but" after "ok," before "https://llvm.org...." in the above comment. |