Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Clang-format c/cpp files in test directory (#4192) | Heejin Ahn | 2021-09-29 | 1 | -36/+67 |
| | | | | | | | | | This clang-formats c/cpp files in test/ directory, and updates clang-format-diff.sh so that it does not ignore test/ directory anymore. bigswitch.cpp is excluded from formatting, because there are big commented-out code blocks, and apparently clang-format messes up formatting in them. Also to make matters worse, different clang-format versions do different things on those commented-out code blocks. | ||||
* | implement switch | Alon Zakai | 2015-11-02 | 1 | -0/+48 |
| | |||||
* | add do-once and while-forever tests | Alon Zakai | 2015-11-02 | 1 | -0/+22 |
| | |||||
* | add control flow tests | Alon Zakai | 2015-11-01 | 1 | -0/+47 |