summaryrefslogtreecommitdiffstats
path: root/clang/test/Index/Core/index-instantiated-source.cpp
Commit message (Collapse)AuthorAgeFilesLines
* [index] The references to enum constants from member enums that areAlex Lorenz2017-05-231-0/+3
| | | | | | | | | from template instantiations should refer to the enum constant in the pattern enum in the base template rdar://32325459 llvm-svn: 303651
* [index] The references to member enums from template instantiations shouldAlex Lorenz2017-05-231-0/+8
| | | | | | | | refer to the pattern member enum in the base template rdar://32325459 llvm-svn: 303650
* [index] The references to type aliases and typedefs from templateAlex Lorenz2017-05-231-0/+10
| | | | | | | | | instantiations should refer to the pattern type aliases / typedefs in the base templates rdar://32325459 llvm-svn: 303648
* [index] The references to fields from nested records in template instantiationsAlex Lorenz2017-05-231-0/+7
| | | | | | | | should refer to the pattern fields in the nested records in the base templates rdar://32352429 llvm-svn: 303647
* [index] The references to records from template instantiations should referAlex Lorenz2017-05-231-0/+21
| | | | | | | | to the pattern records in the base templates rdar://32325459 llvm-svn: 303646
* [index] References to fields from template instantiations should refer toAlex Lorenz2017-05-151-0/+39
fields in base templates rdar://32197158 llvm-svn: 303068
OpenPOWER on IntegriCloud