7
I Use This!
High Activity

Commits : Listings

Analyzed about 7 hours ago. based on code collected about 13 hours ago.
Apr 27, 2023 — Apr 27, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
recognize an ident after a typename XXX = as being a type More... 6 months ago
template parameters now correctly parsed, but they don't seem to be included in the matching process, so test case templates1 still doesn't run properly More... 6 months ago
parsing of template paramaters; type checks but has parser conflicts More... 6 months ago
better handling of template parameter list, including default values More... 6 months ago
add test for C++ templates, not yet there More... 6 months ago
pragma metavariable tests More... 6 months ago
new() examples: make existing running, add new ones More... 6 months ago
add missing Ast0 More... 6 months ago
completing pragma metavariables More... 6 months ago
add comments to 'new' example file More... 6 months ago
proper separation of >> when there are two nested templates More... 6 months ago
make c vs c more robust with respect to new types and support template type More... 6 months ago
add test to stress parsing of e.g. >>> vs > More... 6 months ago
support >>> as the end of three nested templates More... 6 months ago
some more corrections towards pragmainfo metavariable More... 6 months ago
complete support of CUDA's <<<, in both C and SmPL; introduces triple template problem More... 6 months ago
first steps to support CUDA's <<< and revamp template support More... 6 months ago
Revert "initiate specialized template and CUDA's triple angular bracket support" More... 6 months ago
starting MetaPragmaInfo, incomplete More... 6 months ago
CUDA-related test variant showing that __global__ is parsed More... 6 months ago
initiate specialized template and CUDA's triple angular bracket support More... 6 months ago
--shorthelp to print to stdout, not to stderr More... 6 months ago
support 'using'-styled attributes from C++17 More... 6 months ago
fix bug introduced with multiple indices support More... 6 months ago
support C++11 attributes except ... More... 6 months ago
access array with multiple indices in one brackets pair More... 6 months ago
another Ast0 More... 7 months ago
more ASTs More... 7 months ago
Add missing Ast. and add a few newlines More... 7 months ago
complete implementation of alignas More... 7 months ago