Searched refs:Pedantic (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DNumberObjectConversionChecker.cpp21 // This checker has an option "Pedantic" (boolean), which enables detection of
24 // enabled with `-analyzer-config osx.NumberObjectConversion:Pedantic=true'.
45 bool Pedantic; member in class:__anon2273::NumberObjectConversionChecker
67 if (IsPedanticMatch && !C->Pedantic)
94 if (!C->Pedantic)
348 Chk->Pedantic =
349 Mgr.getAnalyzerOptions().getCheckerBooleanOption(Chk, "Pedantic");
/freebsd-13-stable/contrib/llvm-project/clang/lib/Basic/
H A DWarnings.cpp68 else if (Opts.Pedantic)
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp8717 bool Pedantic = Match == analyze_format_string::ArgType::NoMatchPedantic; local
8726 Pedantic ? diag::warn_format_conversion_argument_type_mismatch_pedantic
/freebsd-13-stable/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInvocation.cpp1571 Opts.Pedantic = Args.hasArg(OPT_pedantic);

Completed in 103 milliseconds