7
I Use This!
Moderate Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
May 14, 2024 — May 14, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
more to adding c++=23 More... about 1 year ago
add 23 as an allowed C++ version More... about 1 year ago
avoid List.find_map, which is not found in older ocaml versions More... about 1 year ago
Add a user-provided path when searching dynload modules More... about 1 year ago
only recognize C++ constructs when C++ is chosen More... about 1 year ago
remove A v not A from CTL formulas, to improve formula readability More... about 1 year ago
account for the fact that binops and assignops are now stripped More... about 1 year ago
more debug information More... about 1 year ago
ensure that retrieved file names actually are source code files More... about 1 year ago
don't make a template a qualtype if there has not been a ::; testcase doesn't parse, but gets past qualtype detection More... about 1 year ago
binops and assignops need to be stripped before being put into metavariables More... about 1 year ago
not handling :: intline, used for namespaces More... about 1 year ago
like size_t, ssize_t isn't a keyword in C++ More... about 1 year ago
cope with ::new; the test doesn't parse, but at least it gets out of parsing_hacks More... about 1 year ago
more informative error More... about 1 year ago
correct treatment of asm to keep asm token and put argument tokens in the right order More... about 1 year ago
avoid asm, which may contain :: for other reasons More... about 1 year ago
recognize star More... about 1 year ago
ptrdiff_t should not be a keyword in C++ More... about 1 year ago
don't print message for every example More... about 1 year ago
qualified expression may end with an operator More... about 1 year ago
fix order of tokens in pretty print of virtual constructors and destructors More... about 1 year ago
drop debugging code More... about 1 year ago
'virtual' keyword: declare a token, and add test (not passing yet) More... about 1 year ago
first 'virtual' support for c_plus_plus_constructorbis More... about 1 year ago
need to skip spaces after the :: after a template More... about 1 year ago
visitor needs to recursively process the name to the right of a :: More... about 1 year ago
improve spacing More... about 1 year ago
only consider template if a :: has been seen More... about 1 year ago
tolerate template after a :: but unlikely that it will parse More... about 1 year ago