[PATCH] D25888: Add support for __builtin_os_log_format[_buffer_size]

Mehdi AMINI via cfe-commits cfe-commits at lists.llvm.org
Sat Oct 22 12:53:18 PDT 2016


mehdi_amini updated this revision to Diff 75534.
mehdi_amini added a comment.

std::any_of -> llvm::any_of and more magic number replaced with enum


https://reviews.llvm.org/D25888

Files:
  clang/include/clang/Analysis/Analyses/FormatString.h
  clang/include/clang/Analysis/Analyses/OSLog.h
  clang/include/clang/Basic/Builtins.def
  clang/include/clang/Basic/DiagnosticSemaKinds.td
  clang/include/clang/Sema/Sema.h
  clang/lib/Analysis/CMakeLists.txt
  clang/lib/Analysis/FormatString.cpp
  clang/lib/Analysis/OSLog.cpp
  clang/lib/Analysis/PrintfFormatString.cpp
  clang/lib/CodeGen/CGBuiltin.cpp
  clang/lib/Sema/SemaChecking.cpp
  clang/lib/Sema/SemaDeclAttr.cpp
  clang/test/CodeGen/builtins.c
  clang/test/CodeGenObjC/os_log.m
  clang/test/SemaObjC/format-strings-oslog.m

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D25888.75534.patch
Type: text/x-patch
Size: 58880 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20161022/c113b172/attachment-0001.bin>


More information about the cfe-commits mailing list