Separate the access-control diagnostics from other diagnostics that do not have SFINA...
commit62a1fe64f25acb6c30b9204c0c4ed8f1e5076282
authorDouglas Gregor <doug.gregor@gmail.com>
Thu, 27 Jan 2011 21:06:28 +0000 (27 21:06 +0000)
committerDouglas Gregor <doug.gregor@gmail.com>
Thu, 27 Jan 2011 21:06:28 +0000 (27 21:06 +0000)
tree1ac6b8b29f82f9aa74a936ad94da563764c048b7
parentfd87c46619921cdc7f93a850cdb3c20ec633e745
Separate the access-control diagnostics from other diagnostics that do not have SFINAE behavior.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@124441 91177308-0d34-0410-b5e6-96231b3b80d8
12 files changed:
include/clang/AST/ASTDiagnostic.h
include/clang/Analysis/AnalysisDiagnostic.h
include/clang/Basic/Diagnostic.td
include/clang/Basic/DiagnosticIDs.h
include/clang/Basic/DiagnosticSemaKinds.td
include/clang/Driver/DriverDiagnostic.h
include/clang/Frontend/FrontendDiagnostic.h
include/clang/Lex/LexDiagnostic.h
include/clang/Parse/ParseDiagnostic.h
include/clang/Sema/SemaDiagnostic.h
lib/Basic/DiagnosticIDs.cpp
lib/Sema/Sema.cpp