forked from OSchip/llvm-project
dc096a66cb
Motivation (from PR37674): const char *ss[] = { "foo", "bar", "baz", "qux" // <-- Missing comma! "abc", "xyz" }; This kind of bug was recently also found in LLVM codebase (see PR47030). Solves PR47038, PR37674 Reviewed By: aaron.ballman Differential Revision: https://reviews.llvm.org/D85545 |
||
---|---|---|
.. | ||
clang | ||
clang-c | ||
CMakeLists.txt |