[pseudo] Eliminate multiple-specified-types ambiguities using guards
[platform/upstream/llvm.git] / clang-tools-extra / pseudo / unittests /
2022-07-22 Haojian Wu[pseudo] Eliminate the dangling-else syntax ambiguity.
2022-07-21 Sam McCall[pseudo] Key guards by RuleID, add guards to literals...
2022-07-18 Utkarsh SaxenaUse pseudo parser for folding ranges
2022-07-15 Haojian Wu[pseudo] Generate an enum type for identifying grammar...
2022-07-06 Sam McCall[pseudo] Define recovery strategy as grammar extension.
2022-07-05 Sam McCall[pseudo] Add error-recovery framework & brace-based...
2022-07-05 Haojian Wu[pseudo] Implement guard extension.
2022-07-05 Sam McCall[pseudo] Eliminate LRTable::Action. NFC
2022-07-04 Sam McCall[pseudo] Store shift and goto actions in a compact...
2022-07-01 Haojian Wu[pseudo] Define a clangPseudoCLI library.
2022-06-30 Sam McCall[pseudo] Add ForestNode descendants iterator, print...
2022-06-29 Sam McCall[pseudo] Fix bugs/inconsistencies in forest dump.
2022-06-28 Sam McCallRevert "[pseudo] Add error-recovery framework & brace...
2022-06-28 Sam McCall[pseudo] Add error-recovery framework & brace-based...
2022-06-28 Sam McCall[pseudo] Grammar::parseBNF returns Grammar not unique_p...
2022-06-27 Sam McCall[pseudo] Check follow-sets instead of tying reduce...
2022-06-23 Sam McCallReland "[pseudo] Track heads as GSS nodes, rather than...
2022-06-23 Sam McCallRevert "[pseudo] Track heads as GSS nodes, rather than...
2022-06-23 Sam McCall[pseudo] Track heads as GSS nodes, rather than as ...
2022-06-09 Haojian Wu[pseudo] Move grammar-related headers to a separate...
2022-06-09 Christian Kandeler[pseudo] Fix unit test build
2022-06-09 Haojian Wu[pseudo] Add grammar annotations support.
2022-06-09 Haojian Wu[pseudo] Remove the explicit Accept actions.
2022-06-08 Sam McCall[pseudo] GC GSS nodes, reuse them with a freelist
2022-05-25 Haojian Wu[pseudo] Add missing dependency, fix shared library...
2022-05-24 Sam McCall[pseudo] (trivial) bracket-matching
2022-05-16 Haojian Wu[pseudo] Support parsing variant target symbols.
2022-05-06 Sam McCall[pseudo] Strip directives from a token stream
2022-05-03 Haojian Wu[pseudo] Print the GSS::Node details when the unittest...
2022-05-03 Haojian Wu[pseudo] Implement the GLR parsing algorithm.
2022-05-03 Haojian WuRevert "[pseudo] Implement the GLR parsing algorithm."
2022-05-03 Sam McCall[pseudo] Implement the GLR parsing algorithm.
2022-04-12 Sam McCall[pseudo] Remove unused clangTesting dep. NFC
2022-04-06 Sam McCall[pseudo] Rename DirectiveMap -> DirectiveTree. NFC
2022-04-06 Sam McCall[pseudo] Add crude heuristics to choose taken preproces...
2022-03-25 Haojian Wu[pseudo] Fix the wrong rule ids in ForestTest.
2022-03-25 Sam McCall[pseudo] Use box-drawing chars to prettify debug dumps...
2022-03-24 Haojian Wu[pseudo] Introduce parse forest.
2022-03-24 Haojian Wu[pseudo] Sort nonterminals based on their reduction...
2022-03-22 Haojian WuReland "[pseudo] Split greatergreater token."
2022-03-18 Zequan WuRevert "[pseudo] Split greatergreater token."
2022-03-17 Haojian Wu[pseudo] Split greatergreater token.
2022-03-16 Sam McCallReapply [pseudo] Move pseudoparser from clang to clang...
2022-03-16 Sam McCallRevert "[pseudo] Move pseudoparser from clang to clang...
2022-03-15 Sam McCall[pseudo] Move pseudoparser from clang to clang-tools...