summaryrefslogtreecommitdiffstats
path: root/clang/test/Index/usrs-cxx0x.cpp
Commit message (Collapse)AuthorAgeFilesLines
* [libclang] Use same USR encoding for 'class' as 'struct'.Argyrios Kyrtzidis2014-12-081-3/+3
| | | | | | | | 'class' and 'struct' can be used interchangebly for forward references. Use the same encoding otherwise we may get into a weird situation where the USR for the same declaration is different based on whether the definition of the tag reference is visible or not. llvm-svn: 223632
* [libclang] Encode C++11 rvalue reference types in the USR.Argyrios Kyrtzidis2014-12-081-0/+2
| | | | llvm-svn: 223631
* [libclang] Encode the C++11 method reference qualifier in the USR.Argyrios Kyrtzidis2014-12-081-0/+8
| | | | llvm-svn: 223630
* Update all tests other than Driver/std.cpp to use -std=c++11 rather thanRichard Smith2011-10-131-1/+1
| | | | | | -std=c++0x. Patch by Ahmed Charles! llvm-svn: 141900
* Fixed source range for all DeclaratorDecl's.Abramo Bagnara2011-03-081-1/+1
| | | | llvm-svn: 127225
* Teach libclang to generate USRs containing parameter packs and pack expansions.Douglas Gregor2011-01-191-0/+8
llvm-svn: 123848
OpenPOWER on IntegriCloud