Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
clang
/
9e36b533af1b2fa9f32c4372c4081abdd86f47e0
/
test
/
SemaCXX
/
if-empty-body.cpp
a25b6a4
Don't warn for empty 'if' body if there is a macro that expands to nothing, e.g:
by Argyrios Kyrtzidis
· 15 years ago
[Renamed (74%) from test/Sema/if-empty-body.c]
b319817
Do not warn about empty bodies for 'if' statements if the body is expanded from a macro.
by Ted Kremenek
· 15 years ago
a572887
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
by Daniel Dunbar
· 16 years ago
d7d5f02
Rename clang to clang-cc.
by Daniel Dunbar
· 16 years ago
b96728d
improve error recovery handling broken 'then' or 'else' stmts in
by Chris Lattner
· 18 years ago
3b427b3
rename -parse-ast-print to -ast-print
by Chris Lattner
· 18 years ago
2d85f8b
Emit a warning when the body of an if block is a NullStmt.
by Anders Carlsson
· 18 years ago