Details
Diff Detail
- Build Status
Buildable 113 Build 113: arc lint + arc unit
Event Timeline
clang-move/ClangMove.cpp | ||
---|---|---|
33 | This doesn't seems to be good error handling... maybe also print an error message in case this fails in release binary. | |
39 | There are two versions of this. Please add comments about the differences. | |
43 | Same as above. Error handling. | |
62 | To generalize the function, maybe also remove dots in AbsoluteFilePath? | |
86–87 | Looks like MakeAbsolutePath(SM, SearchPath) can be done in addIncludes since you are also passing SM. | |
116–119 | I think it would be easier to read if you put OriginalRunningDirectory before OldHeader . | |
clang-move/ClangMove.h | ||
61–74 | This function could use more comments. What are those parameters and what are they for? | |
62 | Should SearchPath be absolute or relative? | |
95 | s/saves/save the/ |
Address review comments.
clang-move/ClangMove.cpp | ||
---|---|---|
62 | AbsoluteFilePath has been removed dots, and the matcher here is only used internally by clang-move, so I'd prefer the current way here, if we meet the generalized case in the future, I will be happy to extend it. |
Should SearchPath be absolute or relative?