Skip to content
Commit 0a7aa3b6 authored by Chandler Carruth's avatar Chandler Carruth
Browse files

Teach -Wuninitialized about C++'s typeid expression, including both the

evaluated and unevaluated contexts. Add some testing of sizeof and
typeid.

Both of the typeid tests added here were triggering warnings previously.
Now the one false positive is suppressed without suppressing the warning
on actually buggy code.

llvm-svn: 129431
parent 71c58f3d
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment