Sign in
llvm
/
llvm-project
/
6e2aecd759dc3f8bf664323388365ac234271e9b
/
clang
/
test
/
Sema
/
statements.c
b1e511b
Ignore trailing NullStmts in StmtExprs for GCC compatibility.
by Aaron Ballman
· 6 years ago
4c33d19
Don't warn on returning the address of a label from a statement expression
by Reid Kleckner
· 7 years ago
b9ece24
Put statement expression decls in the enclosing code DeclContext
by Reid Kleckner
· 10 years ago
c88a91f
Fix tests Clang::Sema/statements.c and Clang::SemaTemplate/instantiate-expr-1.cpp when AArch64 is the default target.
by Keith Walker
· 11 years ago
921c2ba
Improved recovery of switch statement
by Serge Pavlov
· 11 years ago
09f9924
Fix to PR8880 (clang dies processing a for loop)
by Serge Pavlov
· 11 years ago
b3b8ea8
Revert r193073 and the attempt to fix it in r193170.
by Chandler Carruth
· 12 years ago
6652921
Fix to PR8880 (clang dies processing a for loop).
by Serge Pavlov
· 12 years ago
800ddf3
Generalize -Wempty-body: warn when statement body is empty (closes: PR11329)
by Dmitri Gribenko
· 13 years ago
ef81e9e
Fix crash in CFGBuilder on invalid code. We still need
by Ted Kremenek
· 14 years ago
40cec83
Revert r114316, -Wunused-value enabled by default was intended.
by Argyrios Kyrtzidis
· 15 years ago
3698bf1
Make -Wunused-value off by default, matching GCC. Fixes rdar://7126194.
by Argyrios Kyrtzidis
· 15 years ago
5167908
improve the "enumeration value 'g' not handled in switch"
by Chris Lattner
· 15 years ago
4ebae65
make our existing "switch on bool" warning work for C. Since
by Chris Lattner
· 15 years ago
c68e140
Improve diagnostics when we fail to convert from a source type to a
by Douglas Gregor
· 15 years ago
8fd2d01
fix PR6034, a crash on invalid where the switch stack would get unbalanced.
by Chris Lattner
· 15 years ago
8fbe78f
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
by Daniel Dunbar
· 15 years ago
252d36e
warn about returning the address of a label.
by Chris Lattner
· 16 years ago
24ad8621
__builtin_prefetch should be declared as "void __builtin_prefetch(const void *)",
by Chris Lattner
· 16 years ago
974e1f4
rename test
by Chris Lattner
· 16 years ago
[Renamed from clang/test/Sema/stmt_exprs.c]
a45cf5b
Rename clang to clang-cc.
by Daniel Dunbar
· 16 years ago
5883957
Correct test; sorry for any inconvenience.
by Eli Friedman
· 16 years ago
52cc016
PR3062: statement expressions should be illegal at file scope. I don't
by Eli Friedman
· 16 years ago
944d306
fix some problems handling stmtexprs with labels (PR2374), and
by Chris Lattner
· 17 years ago
ab18e6d
Added missing "RUN:" to comment for test case file. This fixed a bug where the test
by Ted Kremenek
· 18 years ago
366727f
implement ast building and trivial semantic analysis of stmt exprs.
by Chris Lattner
· 18 years ago