Fixed formatting

This commit is contained in:
Bartek Kryza
2022-12-25 21:32:15 +01:00
parent 07584c8616
commit a1223b1471
3 changed files with 7 additions and 7 deletions

View File

@@ -47,9 +47,9 @@ translation_unit_visitor::include_visitor::include_visitor(
void translation_unit_visitor::include_visitor::InclusionDirective(
clang::SourceLocation hash_loc, const clang::Token & /*include_tok*/,
clang::StringRef /*file_name*/, bool is_angled,
clang::CharSourceRange /*filename_range*/, clang::Optional<clang::FileEntryRef> file,
clang::StringRef /*search_path*/, clang::StringRef relative_path,
const clang::Module * /*imported*/,
clang::CharSourceRange /*filename_range*/,
clang::Optional<clang::FileEntryRef> file, clang::StringRef /*search_path*/,
clang::StringRef relative_path, const clang::Module * /*imported*/,
clang::SrcMgr::CharacteristicKind file_type)
#else
void translation_unit_visitor::include_visitor::InclusionDirective(

View File

@@ -51,8 +51,9 @@ public:
void InclusionDirective(clang::SourceLocation hash_loc,
const clang::Token &include_tok, clang::StringRef file_name,
bool is_angled, clang::CharSourceRange filename_range,
clang::Optional<clang::FileEntryRef> file, clang::StringRef search_path,
clang::StringRef relative_path, const clang::Module *imported,
clang::Optional<clang::FileEntryRef> file,
clang::StringRef search_path, clang::StringRef relative_path,
const clang::Module *imported,
clang::SrcMgr::CharacteristicKind file_type) override;
#else
void InclusionDirective(clang::SourceLocation hash_loc,