Details
Diff Detail
- Build Status
- Buildable 1259 - Build 1259: arc lint + arc unit 
Event Timeline
| clang-move/ClangMove.cpp | ||
|---|---|---|
| 414 | s/ClassName/SymbolName/ | |
| 417 | I guess HasAnySymbolNames would be better when used in the matchers below. | |
| test/clang-move/Inputs/function_test.h | ||
| 1 | Maybe add a test case where both classes and functions exist. | |
| test/clang-move/move-function.cpp | ||
| 9 | Shouldn't there be empty lines around this line? | |
| 18 | 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.