Auto-format all source code with clang-format
This commit is contained in:
parent
b8d8386e63
commit
98cc2f2264
105 changed files with 4223 additions and 4052 deletions
|
|
@ -6,11 +6,14 @@
|
|||
#include <set>
|
||||
|
||||
namespace tree_sitter {
|
||||
namespace util {
|
||||
void str_replace(std::string *input, const std::string &search, const std::string &replace);
|
||||
std::string escape_string(std::string input);
|
||||
std::string escape_char(char character);
|
||||
}
|
||||
}
|
||||
namespace util {
|
||||
|
||||
void str_replace(std::string *input, const std::string &search,
|
||||
const std::string &replace);
|
||||
std::string escape_string(std::string input);
|
||||
std::string escape_char(char character);
|
||||
|
||||
} // namespace util
|
||||
} // namespace tree_sitter
|
||||
|
||||
#endif // COMPILER_UTIL_STRING_HELPERS_H_
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue