Skip to content
  1. May 05, 2010
  2. May 04, 2010
    • Chris Lattner's avatar
      add a new -fdiagnostics-show-category=none/id/name option, giving control · bf6fac84
      Chris Lattner authored
      over choice of:
      
      t.c:3:11: warning: conversion specifies type 'char *' but the argument has type 'int' [-Wformat]
      t.c:3:11: warning: conversion specifies type 'char *' but the argument has type 'int' [-Wformat,1]
      t.c:3:11: warning: conversion specifies type 'char *' but the argument has type 'int' [-Wformat,Format String]
      
      dox to come.
      
      llvm-svn: 103056
      bf6fac84
Loading