================
@@ -1089,6 +1089,7 @@ static void ComputeDATE_TIME(SourceLocation &DATELoc,
SourceLocation &TIMELoc,
/// specified by the identifier as a standard language feature.
static bool HasFeature(const Preprocessor &PP, StringRef Feature) {
const LangOptions &LangOpts = PP.getLangOpts();
+ const TargetInfo &Target = PP.getTargetInfo();
----------------
AaronBallman wrote:
Please update the comment at the top of Features.def to explain this variable
is also available.
https://github.com/llvm/llvm-project/pull/153912
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits