summaryrefslogtreecommitdiffstats
path: root/clang/test/Index/Core/index-source-invalid-name.cpp
Commit message (Collapse)AuthorAgeFilesLines
* [index] Don't add relation to a NamedDecl with no nameBen Langmuir2017-07-121-0/+13
Unless it's one of the special cases (tag, category) that we can handle. This syncs up the check between handling a decl and handling a relation. This would cause invalid nameless decls to end up in relations despite having no name or USR. rdar://problem/32474406 llvm-svn: 307855
OpenPOWER on IntegriCloud