summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGenCXX/debug-info-static-fns.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Generalize debug info tests to be forward compatible with future ↵David Blaikie2013-03-211-1/+1
| | | | | | DISubprogram changes llvm-svn: 177659
* Generalize DebugInfo tests by avoiding explicit metadata numbersDavid Blaikie2013-02-021-1/+1
| | | | | | | | | | | | | | | This addresses several (not all) debug info tests that use explicit metadata numbers. Wherever the same number appeared more than once in a test I used a named match to ensure the same number appeared in all those cases (this may still be overly constraining test cases as they may not have actually cared about that relationship). For one-off numbers I just replaced them with an unnamed regex. This may underconstrain poorly written test cases that were interested in checking that certain metadata nodes were related but didn't actually match on all the related nodes numbers. llvm-svn: 174247
* Forward declarations should take a context. This helps the debuggerEric Christopher2012-04-231-1/+1
| | | | | | | | | find forward declarations in the context that the actual definition will occur. rdar://11291658 llvm-svn: 155381
* Testcase for previous commit.Eric Christopher2012-04-121-0/+10
rdar://11079003 llvm-svn: 154571
OpenPOWER on IntegriCloud