]> granicus.if.org Git - clang/commit
Use llvm::getOrdinalSuffix to print ordinal numbers in diagnostics.
authorJordan Rose <jordan_rose@apple.com>
Sat, 22 Sep 2012 01:24:42 +0000 (01:24 +0000)
committerJordan Rose <jordan_rose@apple.com>
Sat, 22 Sep 2012 01:24:42 +0000 (01:24 +0000)
commit615a092a511cd2dfe1a5364ebf5f80e55e33034d
tree8a1c03a4b5ff547f5c6ac1908678ca94731ebd99
parent991bcb4370fe849603346ebbddc8dd47bc29d235
Use llvm::getOrdinalSuffix to print ordinal numbers in diagnostics.

Just a refactoring of common infrastructure. No intended functionality change.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@164443 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/StaticAnalyzer/Core/BugReporter/PathDiagnostic.h
lib/Basic/Diagnostic.cpp
lib/StaticAnalyzer/Checkers/MallocChecker.cpp
lib/StaticAnalyzer/Core/PathDiagnostic.cpp