Skip to content
  • Francois Ferrand's avatar
    C++: fix trigraph parsing in macros. · 41b23296
    Francois Ferrand authored
    
    
    Trigraphs must only be parsed before/during preprocessing. The preprocessor
    will now replace trigraphs with their standard form, and re-lexing in
    TranslationUnit will not try to parse any trigraph.
    
    Also added a few missing trigraphs: ??=, ??', ??! and ??-.
    
    Task-number: QTCREATORBUG-13253
    Change-Id: I1723ed53b00090b878c22b83b7e963b647b65f72
    Reviewed-by: default avatarNikolai Kosjar <nikolai.kosjar@theqtcompany.com>
    41b23296