Support for 'final' attribute
Brought to you by:
senexcanis
C++11 introduces a final attribute for classes and methods (see http://en.cppreference.com/w/cpp/language/final) The parser fails to recognize these and names all final classes 'final'. Could you support parsing these?
Implemented support for final and override in 143:0687b77cc971
Fixed