hanchenye-llvm-project/clang/include
John McCall c87d97231d Add -Wstatic-local-in-inline, which warns about using a static local
variable in a C99 inline (but not static-inline or extern-inline)
function definition.

The standard doesn't actually say that this doesn't apply to
"extern inline" definitions, but that seems like a useful extension,
and it at least doesn't have the obvious flaw that a static
mutable variable in an externally-available definition does.

rdar://13535367

llvm-svn: 178520
2013-04-02 02:48:58 +00:00
..
clang Add -Wstatic-local-in-inline, which warns about using a static local 2013-04-02 02:48:58 +00:00
clang-c [libclang] Make clang_Cursor_getArgument work with call-exprs. 2013-04-01 17:38:59 +00:00
CMakeLists.txt
Makefile