Commits

Xi Ge committed 42ecad79030
[SyntaxModel] Improve the efficiency of url regex search. We improve the efficiency through two ways: 1. read the protocol keywords, such as http, radar, or im, to select the right regex pattern to search for instead of trying every known patterns; and 2. reduce the regex search space by truncating text before protocol keywords. rdar://21009781 Swift SVN r30290