aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/AST/ScanfFormatString.cpp
AgeCommit message (Expand)AuthorFilesLines
2023-10-31[clang][NFC] Refactor `ArrayType::ArraySizeModifier`Vlad Serebrennikov1-1/+1
2022-08-08[clang] LLVM_FALLTHROUGH => [[fallthrough]]. NFCFangrui Song1-2/+2
2022-08-04[Sema] -Wformat: support C23 format specifier %b %BFangrui Song1-0/+2
2022-07-27[clang] Implement ElaboratedType sugaring for types written bareMatheus Izvekov1-1/+1
2022-07-14Revert "[clang] Implement ElaboratedType sugaring for types written bare"Jonas Devlieghere1-1/+1
2022-07-15[clang] Implement ElaboratedType sugaring for types written bareMatheus Izvekov1-1/+1
2022-07-13Revert "[clang] Implement ElaboratedType sugaring for types written bare"Jonas Devlieghere1-1/+1
2022-07-13[clang] Implement ElaboratedType sugaring for types written bareMatheus Izvekov1-1/+1
2019-07-16Fix parameter name comments using clang-tidy. NFC.Rui Ueyama1-1/+1
2019-01-29OpenCL: Use length modifier for warning on vector printf argumentsMatt Arsenault1-3/+6
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2019-01-11Fix a pair of Wfallthrough warnings in ScanfFormatString.Erich Keane1-0/+2
2018-11-02Reapply Logging: make os_log buffer size an integer constant expression.Tim Northover1-0/+563