Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Simplify/generalize some debug info test cases | David Blaikie | 2013-03-19 | 1 | -1/+1 |
| | | | | | | | | | Mostly, try to depend on the annotation comments more so these tests are more legible, brief, and agnostic to schema changes in the future (sure, they're not agnostic to changes to the comment annotations but since they're easier to read they should be easier to update if that happens). llvm-svn: 177457 | ||||
* | Forward declarations should take a context. This helps the debugger | Eric Christopher | 2012-04-23 | 1 | -1/+1 |
| | | | | | | | | | find forward declarations in the context that the actual definition will occur. rdar://11291658 llvm-svn: 155381 | ||||
* | Update tests so that they don't rely upon LLVMDebugVersion number. | Devang Patel | 2012-02-03 | 1 | -1/+1 |
| | | | | llvm-svn: 149726 | ||||
* | Move these test from checking assembly to checking LLVM IR. Should fix fallout | Nick Lewycky | 2011-10-27 | 1 | -5/+4 |
| | | | | | | from r143097. llvm-svn: 143098 | ||||
* | Update all tests other than Driver/std.cpp to use -std=c++11 rather than | Richard Smith | 2011-10-13 | 1 | -1/+1 |
| | | | | | | -std=c++0x. Patch by Ahmed Charles! llvm-svn: 141900 | ||||
* | Emit debug info for c++0x nullptr. | Devang Patel | 2011-09-14 | 1 | -0/+8 |
llvm-svn: 139752 |