Clang Project

clang_source_code/test/Analysis/Inputs/localization-pch.h
1// Used to test missing checker for missing localization context comments
2// in precompiled headers.
3
4#define MyLocalizedStringInPCH(key) NSLocalizedString((key), @"")
5
6