]> git.eshelyaron.com Git - emacs.git/commit
progmodes/cc-langs.el: Support some of the new keywords in C++11.
authorPaul Pogonyshev <pogonyshev@gmail.com>
Tue, 18 Nov 2014 02:34:01 +0000 (03:34 +0100)
committerRüdiger Sonderfeld <ruediger@c-plusplus.net>
Tue, 18 Nov 2014 02:34:01 +0000 (03:34 +0100)
commit0b37f903b62b29726644dbad330d2a0bf91d85d6
treef5bb3c8c11230df191853579bd64f88fdb853552
parent1901029f6b6aadd210001b2154282bec0b9d3b07
progmodes/cc-langs.el: Support some of the new keywords in C++11.

(c-operators): Add "alignof".
(c-primitive-type-kwds): Add "char16_t", "char32_t".
(c-type-modifier-kwds): Add "constexpr", "noexcept".
(c-modifier-kwds): Add "thread_local".
(c-constant-kwds): Add "nullptr".

Original patch by Paul Pogonyshev <pogonyshev@gmail.com> and updated
by Rüdiger Sonderfeld  <ruediger@c-plusplus.net>.
lisp/ChangeLog
lisp/progmodes/cc-langs.el