[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 15:33:20 PDT 2016


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

typo + clang-format


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.75536.patch
Type: text/x-patch
Size: 58814 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20161022/529ef49e/attachment-0001.bin>


More information about the cfe-commits mailing list