Skip to content
Snippets Groups Projects
  1. Mar 26, 2014
  2. Mar 20, 2014
  3. Mar 07, 2014
  4. Mar 06, 2014
  5. Feb 28, 2014
    • Tobias Grosser's avatar
      Add 'remark' diagnostic type in 'clang' · 9762c971
      Tobias Grosser authored
      A 'remark' is information that is not an error or a warning, but rather some
      additional information provided to the user. In contrast to a 'note' a 'remark'
      is an independent diagnostic, whereas a 'note' always depends on another
      diagnostic.
      
      A typical use case for remark nodes is information provided to the user, e.g.
      information provided by the vectorizer about loops that have been vectorized.
      
      This patch provides the initial implementation of 'remarks'. It includes the
      actual definiton of the remark nodes, their printing as well as basic parameter
      handling. We are reusing the existing diagnostic parameters which means a remark
      can be enabled with normal '-Wdiagnostic-name' flags and can be upgraded to
      an error using '-Werror=diagnostic-name'. '-Werror' alone does not upgrade
      remarks.
      
      This patch is by intention minimal in terms of parameter handling. More
      experience and more discussions will most likely lead to further enhancements
      in the parameter handling.
      
      git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@202475 91177308-0d34-0410-b5e6-96231b3b80d8
      9762c971
  6. Jan 24, 2014
  7. Jan 23, 2014
  8. Dec 12, 2013
  9. Dec 09, 2013
  10. Nov 06, 2013
  11. Oct 29, 2013
  12. Oct 26, 2013
  13. Oct 21, 2013
  14. Oct 20, 2013
  15. Oct 17, 2013
  16. Oct 10, 2013
  17. Sep 20, 2013
  18. Sep 11, 2013
  19. Sep 05, 2013
  20. Aug 10, 2013
  21. Aug 08, 2013
  22. Aug 07, 2013
  23. Jul 19, 2013
  24. Jun 22, 2013
  25. May 30, 2013
  26. May 08, 2013
  27. Apr 17, 2013
  28. Apr 10, 2013
  29. Mar 14, 2013
  30. Mar 11, 2013
  31. Feb 22, 2013
  32. Feb 14, 2013
  33. Jan 30, 2013
Loading