Details
Details
- Reviewers
hokein - Commits
- rGc265b02bec97: [change-namespace] don't generate replacements for files that don't match file…
rCTE288376: [change-namespace] don't generate replacements for files that don't match file…
rL288376: [change-namespace] don't generate replacements for files that don't match file…
Diff Detail
Diff Detail
- Build Status
Buildable 1761 Build 1761: arc lint + arc unit
Event Timeline
Comment Actions
LGTM with two nits.
change-namespace/ChangeNamespace.cpp | ||
---|---|---|
786 | How about creating FilePatternRE from FilePattern here? So that you don't need save FilePatternRE as a member variable. | |
test/change-namespace/Inputs/macro.h | ||
1 | For the simple file like this, I would use echo "#define USING using na::nc::X" > macro.h in macro.cc instead of creating a new file. |
How about creating FilePatternRE from FilePattern here? So that you don't need save FilePatternRE as a member variable.