Print this page
11972 resync smatch

Split Close
Expand all
Collapse all
          --- old/usr/src/tools/smatch/src/validation/c11-noreturn.c
          +++ new/usr/src/tools/smatch/src/validation/c11-noreturn.c
   1    1  static _Noreturn void foo(void) { while (1) ; }
   2    2  
   3    3  /*
   4    4   * check-name: c11-noreturn
   5    5   * check-command: test-parsing -std=c11 $file
   6    6   *
   7    7   * check-output-ignore
   8      - * check-output-contains: \[noreturn\]
        8 + * check-output-contains: \\[noreturn\\]
   9    9   */
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX