Skip to content
  1. May 27, 2009
  2. May 26, 2009
  3. May 25, 2009
    • Chris Lattner's avatar
      tweak non-null check to put the caret on the function, but underline the · 23464b8f
      Chris Lattner authored
      argument.  This avoids the argument from being silenced when the argument is
      the NULL macro, which is defined in a system header.  This also makes the output
      a bit nicer, e.g.:
      
      t.c:8:3: warning: null passed to a callee which requires a non-null argument
        func1(NULL, cp2, i1);
        ^     ~~~~
      
      vs something like:
      
      t.c:8:10: warning: argument is null where non-null is required
        func1(NULL, cp2, i1);
              ^
      
      llvm-svn: 72393
      23464b8f
  4. May 23, 2009
  5. May 22, 2009
  6. May 21, 2009
  7. May 20, 2009
Loading