Skip to content

C++: Fix wobble in PrintAST test #104

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Aug 24, 2018

Conversation

dave-bartolomeo
Copy link
Contributor

PrintAST.ql orders the functions by location, then in lexicographical order of the function signature. This is supposed to ensure a stable ordering, but functions without a location were not getting assigned an order at all.

PrintAST.ql orders the functions by location, then in lexicographical order of the function signature. This is supposed to ensure a stable ordering, but functions without a location were not getting assigned an order at all.
ian-semmle
ian-semmle previously approved these changes Aug 24, 2018
@nickrolfe nickrolfe merged commit 59ddda8 into github:master Aug 24, 2018
@dave-bartolomeo dave-bartolomeo deleted the dave/ASTWobble branch September 5, 2018 18:48
aibaars added a commit that referenced this pull request Oct 14, 2021
Simple implementation of class and instance variables
smowton pushed a commit to smowton/codeql that referenced this pull request Dec 6, 2021
Kotlin: Extract the abstractness of classes.
erik-krogh pushed a commit to erik-krogh/ql that referenced this pull request Dec 15, 2021
Query for finding missing or unwanted bidirectional imports of abstract classes
erik-krogh pushed a commit to erik-krogh/ql that referenced this pull request Dec 15, 2021
Query for finding missing or unwanted bidirectional imports of abstract classes
dbartol pushed a commit that referenced this pull request Dec 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants