mirror of
https://github.com/github/codeql.git
synced 2026-04-21 15:05:56 +02:00
Swift: Add Impl suffix to all stub/implementation classes
```
find . -maxdepth 5 -type f -not -name "*Constructor.qll" -print | sed 's/.qll//g' | xargs -I '{}' mv '{}'.qll '{}'Impl.qll
```
This commit is contained in:
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user