7
I Use This!
High Activity

Commits : Listings

Analyzed about 5 hours ago. based on code collected 1 day ago.
Mar 27, 2023 — Mar 27, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
can only optimize S body if no attached used after position variables More... 4 days ago
include module name More... 5 days ago
better support of ellipses in macro parameter lists More... 5 days ago
tests for issues around end attributes and typedef inference in SmPL and C More... 5 days ago
detect type when decl followed by attribute More... 5 days ago
use lexer type_names to propagate type names from - to + code More... 5 days ago
reduce some line lengths More... 5 days ago
allow ...... as a #define param in SmPL More... 7 days ago
consider the possibility of inheritance; not supported in SmPL More... 20 days ago
more informative error message for struct handling More... 20 days ago
support namespace with no name in a forgotten case More... 25 days ago
drop recording of GoodBind variables More... 26 days ago
ignore original values when comparing environments More... 26 days ago
more to adding c++=23 More... about 1 month ago
add 23 as an allowed C++ version More... about 1 month ago
avoid List.find_map, which is not found in older ocaml versions More... about 1 month ago
Add a user-provided path when searching dynload modules More... about 1 month ago
only recognize C++ constructs when C++ is chosen More... about 1 month ago
remove A v not A from CTL formulas, to improve formula readability More... about 1 month ago
account for the fact that binops and assignops are now stripped More... about 1 month ago
more debug information More... about 1 month ago
ensure that retrieved file names actually are source code files More... about 1 month 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 month ago
binops and assignops need to be stripped before being put into metavariables More... about 1 month ago
not handling :: intline, used for namespaces More... about 1 month ago
like size_t, ssize_t isn't a keyword in C++ More... about 1 month ago
cope with ::new; the test doesn't parse, but at least it gets out of parsing_hacks More... about 1 month ago
more informative error More... about 1 month ago
correct treatment of asm to keep asm token and put argument tokens in the right order More... about 1 month ago
avoid asm, which may contain :: for other reasons More... about 1 month ago