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
- Repository
- rL LLVM
Event Timeline
Comment Actions
LGTM with two nits.
change-namespace/ChangeNamespace.cpp | ||
---|---|---|
786 ↗ | (On Diff #79909) | 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 ↗ | (On Diff #79909) | 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. |