[PATCH] Add diagnostic capabilities in LLVM (frontend part)

Quentin Colombet qcolombet at apple.com
Thu Feb 6 09:55:37 PST 2014


  Good catch regarding the 80 cols.
  Done!

  Yes, the -verify test passes as it is. The frame-larger-than warnings are not emitted unless the -mllvm -warn-stack-size=<uint> switch is used. Indeed, we need more work to support frame-larger-than=<uint> and do the propagation to the backend.

  Quentin

Hi gribozavr, hfinkel,

http://llvm-reviews.chandlerc.com/D2430

CHANGE SINCE LAST DIFF
  http://llvm-reviews.chandlerc.com/D2430?vs=6912&id=6925#toc

Files:
  include/clang/Basic/DiagnosticCategories.td
  include/clang/Basic/DiagnosticFrontendKinds.td
  include/clang/Basic/DiagnosticGroups.td
  lib/CodeGen/CodeGenAction.cpp
  test/Frontend/backend-diagnostic.c
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D2430.6.patch
Type: text/x-patch
Size: 10261 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20140206/ae622377/attachment.bin>


More information about the cfe-commits mailing list