| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
Conceptually, this is part of -Wunused-value, but I added a separate flag -Wunused-volatile-lvalue so it doesn't get turned off by accident with -Wno-unused-value. I also made a few minor improvements to existing unused value warnings in the process. <rdar://problem/11516811>.
llvm-svn: 157362
|
| |
|
|
|
|
| |
qualified name lookups into transparent contexts.
llvm-svn: 152739
|
| |
|
|
|
|
|
|
| |
We were failing to set source locations and ranges in isUnusedResultAWarning
for CXXOperatorCallExprs, leading to an "expression result unused" warning
with absolutely no context if the expression was inside a macro.
llvm-svn: 140036
|
|
|
voids in sub-expressions. Patch by Mike M!
Fixes PR4806.
llvm-svn: 98335
|