C++: Remove carriage returns from files#181
Closed
ian-semmle wants to merge 17 commits into
Closed
Conversation
Contributor
|
Can you update .gitattributes and .editorconfig to force all .c, .cpp, and whatever else under cpp/ql/src to be LF? There are instructions in .gitattributes for how to update everything easily. |
Contributor
|
Seeing as we're still quite busily hotfixing 1.18, can we postpone this until 1.18 has settled down? We could also apply the changes on the |
Contributor
|
@jbj Agreed. This should either go into |
Contributor
|
Also, it looks you branched from |
Contributor
Author
|
I don't think this is worth breaking the freeze for, so I'll rebase on master and fiddle with the dotfiles after the 1.18 release. |
Merged
Contributor
|
Superseded by #209. |
aibaars
pushed a commit
that referenced
this pull request
Oct 14, 2021
LOC summary query improvements
smowton
pushed a commit
to smowton/codeql
that referenced
this pull request
Jan 17, 2022
Fix temporary variable locations
MathiasVP
pushed a commit
to MathiasVP/ql
that referenced
this pull request
Aug 10, 2025
…tion-follow-up PS: Fix more taint-tracking/dataflow regressions
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Seeing as the move to a new repo means files don't have much history, this seems like a good time to make changes that make things more consistent but which might confuse 'git blame' etc.