summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGenCXX/debug-info-nodebug.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Make the test exercise all paths modified in r267746.Paul Robinson2016-04-281-1/+7
| | | | llvm-svn: 267909
* Minor test simplification (per David Blaikie suggestion).Paul Robinson2016-04-271-14/+5
| | | | llvm-svn: 267804
* PR21823: 'nodebug' attribute on global/static variables.Paul Robinson2016-04-271-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
OpenPOWER on IntegriCloud