Adjustments based on new suggestions

This commit is contained in:
Christian Semmler
2023-11-30 09:25:32 -05:00
parent 9ccc42b0ec
commit 4920ea9a9e
113 changed files with 416 additions and 416 deletions

View File

@@ -4,18 +4,18 @@
// While it's reasonable to expect a well-formed file (and clang-format
// will make sure we get one), this will put the parser through its paces.
// FUNCTION: TEST 0x1234
// OFFSET: TEST 0x1234
void curly_with_spaces()
{
static char* msg = "hello";
}
// FUNCTION: TEST 0x5555
// OFFSET: TEST 0x5555
void weird_closing_curly()
{
int x = 123; }
// FUNCTION: HELLO 0x5656
// OFFSET: HELLO 0x5656
void bad_indenting() {
if (0)
{