mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Add frontend flag -warn-if-astscope-lookup w/ test
This commit is contained in:
@@ -124,6 +124,9 @@ def disable_target_os_checking :
|
||||
|
||||
def compare_to_astscope_lookup : Flag<["-"], "compare-to-astscope-lookup">,
|
||||
HelpText<"Compare legacy to ASTScope-based unqualified name lookup (for debugging)">;
|
||||
|
||||
def warn_if_astscope_lookup : Flag<["-"], "warn-if-astscope-lookup">,
|
||||
HelpText<"Print a warning if ASTScope lookup is used">;
|
||||
|
||||
def print_clang_stats : Flag<["-"], "print-clang-stats">,
|
||||
HelpText<"Print Clang importer statistics">;
|
||||
|
||||
Reference in New Issue
Block a user