-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Set right-alignment for qualifiers (#954)
As suggested in #936, this PR sets the appropriate `clang-format` option to right-align qualifiers in the backend (that is, writing `T const&` rather than `const T&`). This PR is fully mechanical and introduces no manual changes to the code. --------- Co-authored-by: rv-jenkins <admin@runtimeverification.com>
- Loading branch information
1 parent
8bdf2a5
commit b02b982
Showing
61 changed files
with
409 additions
and
407 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.