HomeSort by relevance Sort by last modified time
    Searched refs:constStr (Results 1 - 2 of 2) sorted by null

  /external/clang/test/Sema/
string-plus-char.c 7 const char *constStr = s + 'c'; // expected-warning {{adding 'char' to a string pointer does not append to the string}} expected-note {{use array indexing to silence this warning}}
  /external/clang/test/SemaCXX/
string-plus-char.cpp 20 const char *constStr = s + 'c'; // expected-warning {{adding 'char' to a string pointer does not append to the string}} expected-note {{use array indexing to silence this warning}}

Completed in 141 milliseconds