Go to file
Chris Lattner 825676afdf Offer a fixit hint for our warning about tokens at the end of a directive:
t.c:3:8: warning: extra tokens at end of #endif directive
#endif foo
       ^
       //

Don't do this in strict-C89 mode because bcpl comments aren't 
valid there, and it is too much trouble to analyze whether
C block comments are safe.

llvm-svn: 69024
2009-04-14 05:15:20 +00:00
clang Offer a fixit hint for our warning about tokens at the end of a directive: 2009-04-14 05:15:20 +00:00
llvm Handle aggregate type arguments to direct and indirect calls. 2009-04-14 02:49:52 +00:00