Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | merge two tests. | Chris Lattner | 2009-08-11 | 1 | -11/+0 |
| | | | | llvm-svn: 78705 | ||||
* | Keep track of when declarations are "used" according to C and | Douglas Gregor | 2009-06-19 | 1 | -0/+11 |
C++. This logic is required to trigger implicit instantiation of function templates and member functions of class templates, which will be implemented separately. This commit includes support for -Wunused-parameter, printing warnings for named parameters that are not used within a function/Objective-C method/block. Fixes <rdar://problem/6505209>. llvm-svn: 73797 |