summaryrefslogtreecommitdiff
path: root/test/Index/usrs-cxx0x.cpp
AgeCommit message (Expand)Author
2014-12-08[libclang] Use same USR encoding for 'class' as 'struct'.Argyrios Kyrtzidis
2014-12-08[libclang] Encode C++11 rvalue reference types in the USR.Argyrios Kyrtzidis
2014-12-08[libclang] Encode the C++11 method reference qualifier in the USR.Argyrios Kyrtzidis
2011-10-13Update all tests other than Driver/std.cpp to use -std=c++11 rather thanRichard Smith
2011-03-08Fixed source range for all DeclaratorDecl's.Abramo Bagnara
2011-01-19Teach libclang to generate USRs containing parameter packs and pack expansions.Douglas Gregor