| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Whenever we complain about a failed initialization of a function or | Douglas Gregor | 2010-04-22 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | method parameter, provide a note pointing at the parameter itself so the user does not have to manually look for the function/method being called and match up parameters to arguments. For example, we now get: t.c:4:5: warning: incompatible pointer types passing 'long *' to parameter of type 'int *' [-pedantic] f(long_ptr); ^~~~~~~~ t.c:1:13: note: passing argument to parameter 'x' here void f(int *x); ^ llvm-svn: 102038 | ||||
| * | Ignore a more comprehensive set of gcc-special format attributes. | Duncan Sands | 2010-03-23 | 1 | -0/+6 |
| | | | | | llvm-svn: 99277 | ||||
| * | (re)implement PR6542, accepting and discarding the __gcc_tdiag__ | Chris Lattner | 2010-03-22 | 1 | -0/+4 |
| | | | | | | | format attribute specifier. llvm-svn: 99213 | ||||
| * | merge some tests. | Chris Lattner | 2010-03-22 | 1 | -0/+36 |
| | | | | | llvm-svn: 99212 | ||||
| * | rename test | Chris Lattner | 2010-03-22 | 1 | -0/+34 |
| llvm-svn: 99211 | |||||

