[cfe-commits] [PATCH 2/4] Move some bool flags out of function parameter lists.
Kaelyn Uhrain
rikka at google.com
Thu Sep 29 13:27:27 PDT 2011
---
include/clang/Sema/DeclSpec.h | 17 +++-
include/clang/Sema/Sema.h | 33 +++----
lib/Parse/ParseCXXInlineMethods.cpp | 6 +-
lib/Parse/ParseDeclCXX.cpp | 4 +-
lib/Parse/Parser.cpp | 4 +-
lib/Sema/SemaDecl.cpp | 160 ++++++++++++++++--------------
lib/Sema/SemaDeclCXX.cpp | 20 ++---
lib/Sema/SemaTemplate.cpp | 6 +-
lib/Sema/SemaTemplateInstantiateDecl.cpp | 13 +--
9 files changed, 137 insertions(+), 126 deletions(-)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0002-Move-some-bool-flags-out-of-function-parameter-lists.patch
Type: text/x-patch
Size: 36992 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20110929/74484484/attachment.bin>
More information about the cfe-commits
mailing list