Print this page
11972 resync smatch

Split Close
Expand all
Collapse all
          --- old/usr/src/tools/smatch/src/validation/constexpr-types-compatible-p.c
          +++ new/usr/src/tools/smatch/src/validation/constexpr-types-compatible-p.c
   1    1  static int a[] = {[__builtin_types_compatible_p(int, int)] = 0};
   2    2  
   3    3  /*
   4      - * check-name: __builtin_types_compatible_p() constness verification.
        4 + * check-name: constness of __builtin_types_compatible_p()
   5    5   *
   6    6   * check-error-start
   7    7   * check-error-end
   8    8   */
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX