This patch cleans up GenericDomTreeConstruction by replacing typedefs with usings and replaces typename GraphT::NodeRef with NodePtr to make the file more readable.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
include/llvm/Support/GenericDomTree.h | ||
---|---|---|
212 | Please don't mix reformatting changes with other ones, it makes it hard to tell what you did :) You can use git clang-format or something if you want to format changed lines in a patch :) | |
include/llvm/Support/GenericDomTreeConstruction.h | ||
146 | If nodeptr is now the only place we use GraphT, just fold it into that line and remove it. |
Please don't mix reformatting changes with other ones, it makes it hard to tell what you did :)
You can use git clang-format or something if you want to format changed lines in a patch :)
https://github.com/llvm-mirror/clang/blob/master/tools/clang-format/git-clang-format