summaryrefslogtreecommitdiff
path: root/include/fortify-headers.h (follow)
AgeCommit message (Expand)Author
2026-03-13Fixes compilation with clang and -D_FORTIFY_SOURCE=2jvoisin
2025-12-30Change __warning_if into __fortify_warning_if to fix potential conflicts3.0.1jvoisin
2025-12-30Change __access into __fortify_access to fix potential conflictsjvoisin
2025-12-30Change __format into __fortify_format to fix conflict with LLVM libcxxHaelwenn (lanodan) Monnier
2025-11-14Add __diagnose_if annotations3.0jvoisin
2025-11-14Add `format` annotationsjvoisin
2025-11-14Add `access` annotationsjvoisin
2025-11-10Do not use static inline for C++ to avoid ODR violationsq66
2025-10-31add initial clang supportDaniel Kolesa
2025-10-31Make use of __builtin_dynamic_object_sizejvoisin
2016-09-10Bump copyright yearsin
2015-06-04Use the __inline__ keyword instead of __inline to avoid breakageTrutz Behn
2015-06-03Use namespace-safe macro, param and variable namesTrutz Behn
2015-06-03Fix usage of __USER_LABEL_PREFIX__Trutz Behn
2015-05-13Add LICENSE headersin
2015-05-13Add fortify_fn() helper in fortify-headers.hsin