Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-06-16 | Allow 'nodebug' on local variables. | Paul Robinson | 1 | -1/+4 | |
Parameters and non-static members of aggregates are still excluded, and probably should remain that way. Differential Revision: http://reviews.llvm.org/D19754 llvm-svn: 272859 | |||||
2016-04-28 | Make the test exercise all paths modified in r267746. | Paul Robinson | 1 | -1/+7 | |
llvm-svn: 267909 | |||||
2016-04-27 | Minor test simplification (per David Blaikie suggestion). | Paul Robinson | 1 | -14/+5 | |
llvm-svn: 267804 | |||||
2016-04-27 | PR21823: 'nodebug' attribute on global/static variables. | Paul Robinson | 1 | -0/+55 | |
Make 'nodebug' on a global/static variable suppress all debug info for the variable. Previously it would only suppress info for the associated initializer function, if any. Differential Revision: http://reviews.llvm.org/D19567 llvm-svn: 267746 |