Sign in
llvm
/
llvm-project
/
edad89e4e052b0b7d0fe4943669b3b7c55d837a4
/
.
/
clang
/
test
/
Analysis
/
Inputs
/
localization-pch.h
blob: 973270e24ef2777d8b7aaca81161582c9ac510e9 [
file
] [
log
] [
blame
]
// Used to test missing checker for missing localization context comments
// in precompiled headers.
#define
MyLocalizedStringInPCH
(
key
)
NSLocalizedString
((
key
),
@
""
)