[HIPIFY] undo apply .clangformat to HIPIFY source files

This commit is contained in:
Evgeny Mankov
2018-04-23 20:22:15 +03:00
parent 4770abf00e
commit ad28f72ca9
12 changed files with 2302 additions and 3995 deletions
+2 -3
View File
@@ -32,8 +32,7 @@ void insertReplacement(ct::Replacements& replacements, const ct::Replacement& re
#endif
}
void EnterPreprocessorTokenStream(clang::Preprocessor& _pp, const clang::Token* start, size_t len,
bool DisableMacroExpansion) {
void EnterPreprocessorTokenStream(clang::Preprocessor& _pp, const clang::Token *start, size_t len, bool DisableMacroExpansion) {
#if (LLVM_VERSION_MAJOR == 3) && (LLVM_VERSION_MINOR == 8)
_pp.EnterTokenStream(start, len, false, DisableMacroExpansion);
#else
@@ -41,4 +40,4 @@ void EnterPreprocessorTokenStream(clang::Preprocessor& _pp, const clang::Token*
#endif
}
} // namespace llcompat
} // namespace llcompat