summaryrefslogtreecommitdiff
path: root/usr.bin/indent/debug.c
AgeCommit message (Expand)Author
2023-06-27indent: fix 'blank line above first statement in function body'rillig
2023-06-26indent: implement 'blank line above first statement in function body'rillig
2023-06-23indent: properly store parser state in debug moderillig
2023-06-17indent: miscellaneous cleanupsrillig
2023-06-16indent: merge lexer symbols for type in/outside parenthesesrillig
2023-06-16indent: add debug output for typedef declarationsrillig
2023-06-16indent: don't force a blank line between '}' and preprocessing linerillig
2023-06-16indent: rename a field of the parser staterillig
2023-06-15indent: rename state variable to be more accuraterillig
2023-06-14indent: clean up the code, add a few testsrillig
2023-06-14indent: clean up array indexing for parser symbolsrillig
2023-06-14indent: allow more than 20 nested parentheses or bracketsrillig
2023-06-14indent: clean up debugging coderillig
2023-06-14indent: clean up handling of commentsrillig
2023-06-14indent: remove another flag from parser staterillig
2023-06-14indent: remove a redundant flag from the parser staterillig
2023-06-14indent: merge parser symbols for stmt and stmt_listrillig
2023-06-10indent: rename misleading variablerillig
2023-06-10indent: fix debug outputrillig
2023-06-10indent: fix line break between semicolon and bracerillig
2023-06-10indent: miscellaneous cleanupsrillig
2023-06-10indent: clean up function names, fix blank lines in debug outputrillig
2023-06-10indent: distinguish blank lines from newline charactersrillig
2023-06-10indent: clean up debug outputrillig
2023-06-10indent: clean up function and variable namesrillig
2023-06-10indent: explain right-aligned coderillig
2023-06-10indent: rename and sort variables in parser staterillig
2023-06-09indent: sync debug information for lexer symbolsrillig
2023-06-09indent: don't treat function call expressions as cast expressionsrillig
2023-06-09indent: when an indentation is ambiguous, indent one level furtherrillig
2023-06-08indent: remove fragile heuristic for detecting cast expressionsrillig
2023-06-07indent: extract the stack of parser symbols to a separate structrillig
2023-06-07indent: send all debug output to the same streamrillig
2023-06-06indent: sort functions in call orderrillig
2023-06-05indent: improve layout of debug outputrillig
2023-06-05indent: sync debug output with parser staterillig
2023-06-04indent: remove read pointer from buffers that don't need itrillig
2023-06-04indent: track the kind of '{' on the parser stackrillig
2023-06-04indent: fix debug output of the parser symbol stackrillig
2023-06-04indent: rename struct field, for better symmetryrillig
2023-06-04lint: use separate lexer symbols for 'case' and 'default'rillig
2023-06-04indent: classify 'inline' as a modifier rather than a wordrillig
2023-06-04indent: use separate lexer symbols for the different kinds of ':'rillig
2023-06-04indent: handle the indentation of 'case' in a simpler wayrillig
2023-06-04indent: separate code for handling parentheses and bracketsrillig
2023-06-02indent: clean uprillig
2023-06-02indent: fix formatting of declarations with preprocessing linesrillig
2023-05-23indent: fix indentation of struct declarationsrillig
2023-05-23indent: split debug output into paragraphsrillig
2023-05-23indent: fix spacing in declarations in for loopsrillig