summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGenCXX/debug-info.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Don't try to emit unsupported templated friend declarations. They're unsupportedNick Lewycky2011-09-011-0/+12
| | | | | | | and may very well be dependent-types, triggering an assertion in debug info codegen. llvm-svn: 138970
* test case for PR7920.Devang Patel2010-08-231-0/+5
| | | | llvm-svn: 111821
* Fix another debug info crash with virtual bases.Anders Carlsson2010-01-261-1/+10
| | | | llvm-svn: 94520
* Fix the test I broke, and also fix a crash when declaring a virtual ↵Anders Carlsson2010-01-261-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 Friedman2010-01-161-0/+6
| | | | llvm-svn: 93601
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-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 Carlsson2009-12-061-0/+7
| | | | llvm-svn: 90711
* Canonicalize the type before trying to create a debug type.Anders Carlsson2009-11-141-0/+5
| | | | llvm-svn: 88808
* Simplify the debug info code, handle lvalue references and template ↵Anders Carlsson2009-11-061-0/+2
| | | | | | specializations. llvm-svn: 86277
* Handle QualifiedNameType and SubstTemplateTypeParmType types in ↵Anders Carlsson2009-11-061-0/+6
CGDebugInfo::CreateTypeNode. llvm-svn: 86274
OpenPOWER on IntegriCloud