]> granicus.if.org Git - clang/commit
Separate the access-control diagnostics from other diagnostics that do not have SFINA...
authorDouglas Gregor <dgregor@apple.com>
Thu, 27 Jan 2011 21:06:28 +0000 (21:06 +0000)
committerDouglas Gregor <dgregor@apple.com>
Thu, 27 Jan 2011 21:06:28 +0000 (21:06 +0000)
commit418df343bb50802586d20aae3b83e2eb44c6c828
tree1ac6b8b29f82f9aa74a936ad94da563764c048b7
parenta0506183a4c1340d7b91125fb41280b3b6619cfa
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