Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
clang
/
f50e88a793dd5bc7073c717fec78912e3234e95a
/
test
/
SemaCXX
/
unreachable-code.cpp
abea951
Add -fcxx-exceptions to all tests that use C++ exceptions.
by Anders Carlsson
· 14 years ago
e41721e
Pass -fexceptions to all tests that use try/catch/throw.
by Anders Carlsson
· 14 years ago
47e331e
Explicitly handle CXXExprWithTemporaries during CFG construction by just visiting the subexpression. While we don't do anything intelligent right now, this obviates a bogus -Wunreahable-code warning reported in PR 6130.
by Ted Kremenek
· 14 years ago
fa6ef18
Add an unreachable code checker.
by Mike Stump
· 15 years ago