summaryrefslogtreecommitdiffstats
path: root/clang/test/Index/index-file.cpp
Commit message (Collapse)AuthorAgeFilesLines
* When the template specialization header is missing, set a valid source ↵Argyrios Kyrtzidis2013-06-051-0/+13
| | | | | | | | | | | location for the template keyword when recovering. Otherwise ClassTemplateSpecializationDecl::getSourceRange() will mistakenly consider itself as an implicit partial specialization and lead to a crash. Fixes rdar://14063074 llvm-svn: 183325
* [libclang] Fix a crash with invalid code, while skip function bodies is enabled.Argyrios Kyrtzidis2013-02-221-0/+4
| | | | llvm-svn: 175860
* [libclang] Fix indexing type alias declarations. rdar://11878406Argyrios Kyrtzidis2012-09-011-0/+6
llvm-svn: 163072
OpenPOWER on IntegriCloud