This website requires JavaScript.
Explore
Help
Register
Sign In
hohn
/
codeql
Watch
1
Star
0
Fork
0
You've already forked codeql
mirror of
https://github.com/github/codeql.git
synced
2025-12-20 10:46:30 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
08fa611700b36174985cdcf4e5b2f3326e5ff472
codeql
/
cpp
/
ql
History
Mathias Vorreiter Pedersen
08fa611700
C++: Avoid calling SwitchCase.getAStmt for performance reasons. This turns out to not be needed as the statements inside the switch case will get picked up by the BlockStmt.getAStmt case already.
2021-05-07 11:18:50 +02:00
..
examples
C++: Rename Block -> BlockStmt
2020-09-08 08:40:20 +02:00
src
C++: Avoid calling SwitchCase.getAStmt for performance reasons. This turns out to not be needed as the statements inside the switch case will get picked up by the BlockStmt.getAStmt case already.
2021-05-07 11:18:50 +02:00
test
C++: Fix annotation.
2021-05-06 17:57:57 +02:00