Skip to content

Commit

Permalink
Fix code formatting and tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
nkchuykin committed Jun 14, 2022
1 parent 8cdabde commit 61c774f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 197 deletions.
6 changes: 3 additions & 3 deletions project/src/transpiler/process_variables.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#ifndef C2EO__PROCESS_VARIABLES_H_
#define C2EO__PROCESS_VARIABLES_H_
#ifndef C2EO_SRC_TRANSPILER_PROCESS_VARIABLES_H_
#define C2EO_SRC_TRANSPILER_PROCESS_VARIABLES_H_
#include "memory_manager.h"
#include "unit_transpiler.h"

Expand All @@ -9,4 +9,4 @@ void ProcessFunctionLocalVariables(const clang::CompoundStmt* CS,

void ProcessCompoundStatementLocalVariables(const clang::CompoundStmt* CS,
std::vector<Variable>& all_local);
#endif // C2EO__PROCESS_VARIABLES_H_
#endif // C2EO_SRC_TRANSPILER_PROCESS_VARIABLES_H_
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
void q19_func (long i)
{
switch (i) {
LIM5 (case 1)
LIM3 (case 1)
break;
}
}
193 changes: 0 additions & 193 deletions project/tests/parsing/gcc.c-torture/execute/20030714-1.c

This file was deleted.

0 comments on commit 61c774f

Please sign in to comment.