This patch adds context sensitive code completion support for the C++11 keywords that currently don't have completion results.
The following keywords are supported by this patch:
- alignas
- constexpr
- static_assert
- noexcept (as a function/method qualifier, not the expression which was already supported)
- thread_local
The following special identifiers are also supported:
- final (as a method qualifier or class qualifier)
- override