]> granicus.if.org Git - clang/commit
Basic/Diagnostics: Add a DiagnosticMappingInfo helper class, and switch to
authorDaniel Dunbar <daniel@zuster.org>
Thu, 29 Sep 2011 01:30:00 +0000 (01:30 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Thu, 29 Sep 2011 01:30:00 +0000 (01:30 +0000)
commitb1c99c679adb53be8f478d08be83af6c9c22ae4b
treed4453a90ebec1c162117f522164d38ce0478ffd5
parentc3c4a89747e12ebc2eabe57265c8b69ab720ecbf
Basic/Diagnostics: Add a DiagnosticMappingInfo helper class, and switch to
storing mappings with that instead of straying some magic constants about the
source.

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