]> granicus.if.org Git - clang/commit
Use a manipulator to add a value to the current diagnostic flag.
authorDiego Novillo <dnovillo@google.com>
Tue, 22 Apr 2014 19:56:49 +0000 (19:56 +0000)
committerDiego Novillo <dnovillo@google.com>
Tue, 22 Apr 2014 19:56:49 +0000 (19:56 +0000)
commit0436233a662589d5e8c95fe395a0cfa8addd6cbf
tree9aad1257860a569e49c8c600319e2636ff7a454a
parent53326f980c7255d89618c1a341868c9514efc694
Use a manipulator to add a value to the current diagnostic flag.

Summary:
This addresses the feedback to
http://lists.cs.uiuc.edu/pipermail/cfe-commits/Week-of-Mon-20140421/103598.html

Reviewers: rsmith

Subscribers: cfe-commits

Differential Revision: http://reviews.llvm.org/D3453

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@206920 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/Diagnostic.h
lib/CodeGen/CodeGenAction.cpp