summaryrefslogtreecommitdiffstats
path: root/clang/test/Analysis/Inputs/localization-pch.h
blob: 973270e24ef2777d8b7aaca81161582c9ac510e9 (plain)
1
2
3
4
5
// Used to test missing checker for missing localization context comments
// in precompiled headers.

#define MyLocalizedStringInPCH(key) NSLocalizedString((key), @"")

OpenPOWER on IntegriCloud