Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | When the template specialization header is missing, set a valid source ↵ | Argyrios Kyrtzidis | 2013-06-05 | 1 | -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 Kyrtzidis | 2013-02-22 | 1 | -0/+4 |
| | | | | llvm-svn: 175860 | ||||
* | [libclang] Fix indexing type alias declarations. rdar://11878406 | Argyrios Kyrtzidis | 2012-09-01 | 1 | -0/+6 |
llvm-svn: 163072 |