diff options
author | Aaron Ballman <aaron@aaronballman.com> | 2024-01-21 13:18:51 -0500 |
---|---|---|
committer | Aaron Ballman <aaron@aaronballman.com> | 2024-01-21 13:20:56 -0500 |
commit | 997ffce43c6d2d3f647eb091c732665049b1f47f (patch) | |
tree | f1029f75b98a5d3c07bd134295c9137008a53f6d /clang/lib/StaticAnalyzer/Checkers/StdLibraryFunctionsChecker.cpp | |
parent | bc82cfb38d83f1afeb2c290aa472c2e2e88919cb (diff) | |
download | llvm-997ffce43c6d2d3f647eb091c732665049b1f47f.zip llvm-997ffce43c6d2d3f647eb091c732665049b1f47f.tar.gz llvm-997ffce43c6d2d3f647eb091c732665049b1f47f.tar.bz2 |
[C23] Implement N2490, Remove trigraphs??!
This follows the same implementation logic as with C++ and is
compatible with the GCC behavior in C.
Trigraphs are enabled by default in -std=c* conformance modes before
C23, but are disabled in GNU and Microsoft modes as well as in C23 or
later.
Diffstat (limited to 'clang/lib/StaticAnalyzer/Checkers/StdLibraryFunctionsChecker.cpp')
0 files changed, 0 insertions, 0 deletions