Capture XHP class names in IdentifySymbolService
commite64843910f6c1490332c30326280a4b49e03046d
authorJake Bailey <jakebailey@fb.com>
Mon, 16 Apr 2018 20:48:18 +0000 (16 13:48 -0700)
committerHhvm Bot <hhvm-bot@users.noreply.github.com>
Mon, 16 Apr 2018 20:53:16 +0000 (16 13:53 -0700)
tree63706faaf43d639005f55c4a96ad7074ca187e6e
parent186ebe3d8e786010986219b9892b64f88ead68f2
Capture XHP class names in IdentifySymbolService

Summary: These were overlooked in the cutover of IdentifySymbolService to a pass over the TAST (D6779283). This caused a regression in find-references for XHP classes.

Reviewed By: jamesjwu

Differential Revision: D7643376

fbshipit-source-id: 4cde3e0e0aa839bdecbe915f5371c7bacdb2258d
hphp/hack/src/server/identifySymbolService.ml
hphp/hack/test/find_refs/xhp_class.flags [new file with mode: 0644]
hphp/hack/test/find_refs/xhp_class.php [new file with mode: 0644]
hphp/hack/test/find_refs/xhp_class.php.exp [new file with mode: 0644]
hphp/hack/test/identify_symbol/xhp_class.flags [new file with mode: 0644]
hphp/hack/test/identify_symbol/xhp_class.php [new file with mode: 0644]
hphp/hack/test/identify_symbol/xhp_class.php.exp [new file with mode: 0644]
hphp/hack/test/identify_symbol/xhp_expression.flags [new file with mode: 0644]
hphp/hack/test/identify_symbol/xhp_expression.php [new file with mode: 0644]
hphp/hack/test/identify_symbol/xhp_expression.php.exp [new file with mode: 0644]