Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Don't try to emit unsupported templated friend declarations. They're unsupported | Nick Lewycky | 2011-09-01 | 1 | -0/+12 |
| | | | | | | | and may very well be dependent-types, triggering an assertion in debug info codegen. llvm-svn: 138970 | ||||
* | test case for PR7920. | Devang Patel | 2010-08-23 | 1 | -0/+5 |
| | | | | llvm-svn: 111821 | ||||
* | Fix another debug info crash with virtual bases. | Anders Carlsson | 2010-01-26 | 1 | -1/+10 |
| | | | | llvm-svn: 94520 | ||||
* | Fix the test I broke, and also fix a crash when declaring a virtual ↵ | Anders Carlsson | 2010-01-26 | 1 | -0/+17 |
| | | | | | | destructor. Add debug info support for pure virtual member functions. llvm-svn: 94519 | ||||
* | Fix crash generating debug info for constructor for anonymous struct. | Eli Friedman | 2010-01-16 | 1 | -0/+6 |
| | | | | llvm-svn: 93601 | ||||
* | Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. | Daniel Dunbar | 2009-12-15 | 1 | -1/+1 |
| | | | | | | | | | - This is designed to make it obvious that %clang_cc1 is a "test variable" which is substituted. It is '%clang_cc1' instead of '%clang -cc1' because it can be useful to redefine what gets run as 'clang -cc1' (for example, to set a default target). llvm-svn: 91446 | ||||
* | Add rudimentary support for member pointers to CGDebugInfo. | Anders Carlsson | 2009-12-06 | 1 | -0/+7 |
| | | | | llvm-svn: 90711 | ||||
* | Canonicalize the type before trying to create a debug type. | Anders Carlsson | 2009-11-14 | 1 | -0/+5 |
| | | | | llvm-svn: 88808 | ||||
* | Simplify the debug info code, handle lvalue references and template ↵ | Anders Carlsson | 2009-11-06 | 1 | -0/+2 |
| | | | | | | specializations. llvm-svn: 86277 | ||||
* | Handle QualifiedNameType and SubstTemplateTypeParmType types in ↵ | Anders Carlsson | 2009-11-06 | 1 | -0/+6 |
CGDebugInfo::CreateTypeNode. llvm-svn: 86274 |