Details
Diff Detail
- Build Status
Buildable 1303 Build 1303: arc lint + arc unit
Event Timeline
clang-move/ClangMove.cpp | ||
---|---|---|
412–413 | s/ClassName/SymbolName/ | |
413–418 | I guess HasAnySymbolNames would be better when used in the matchers below. | |
test/clang-move/Inputs/function_test.h | ||
2 | Maybe add a test case where both classes and functions exist. | |
test/clang-move/move-function.cpp | ||
10 | Shouldn't there be empty lines around this line? | |
19 | Why does this become one line after being moved? Shouldn't it be: template<typename T> void h(T t) {} |
Maybe just inline this variable since this is only used once.