Commits

Xi Ge committed 448a23c9af3
[CodeComplete] Teach code completion engine to recognize and manifest @recommended and @recommendedover. Similar with @keyword, manifesting @recommended and @recommendedover content in code completion results can help IDE users to choose the right API in the long candidate list. This commit extract these two attributes from Clang doc comments and insert/cache them in code completion results. rdar://23101030 and rdar://23101029