Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [libclang] Use same USR encoding for 'class' as 'struct'. | Argyrios Kyrtzidis | 2014-12-08 | 1 | -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 Kyrtzidis | 2014-12-08 | 1 | -0/+2 |
| | | | | llvm-svn: 223631 | ||||
* | [libclang] Encode the C++11 method reference qualifier in the USR. | Argyrios Kyrtzidis | 2014-12-08 | 1 | -0/+8 |
| | | | | llvm-svn: 223630 | ||||
* | 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 | ||||
* | Fixed source range for all DeclaratorDecl's. | Abramo Bagnara | 2011-03-08 | 1 | -1/+1 |
| | | | | llvm-svn: 127225 | ||||
* | Teach libclang to generate USRs containing parameter packs and pack expansions. | Douglas Gregor | 2011-01-19 | 1 | -0/+8 |
llvm-svn: 123848 |