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-21 11:16:30 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
76780d74d96e754a18cdfd98b03962c622f95a99
codeql
/
cpp
/
ql
History
Geoffrey White
76780d74d9
C++: Unify four implementations of repeatStars. Note that the recursive approach is faster for very large strings (well over 100 stars), while the concat approach appears to be faster for short strings and does not require an upper bound.
2024-03-25 18:10:21 +00:00
..
examples
CPP: Enable implicit this warnings for remaining packs
2023-06-27 14:44:24 +02:00
lib
C++: Unify four implementations of repeatStars. Note that the recursive approach is faster for very large strings (well over 100 stars), while the concat approach appears to be faster for short strings and does not require an upper bound.
2024-03-25 18:10:21 +00:00
src
C++: Add change note.
2024-03-13 11:49:26 +00:00
test
C++: We *could* support .Argument with no index, but I'm not convinced we can do so efficiently, so lets not.
2024-03-25 17:08:15 +00:00