]> granicus.if.org Git - clang/commit
Shorten DiagnosticInfoOptimizationRemark* to OptimizationRemark*. NFC
authorAdam Nemet <anemet@apple.com>
Tue, 27 Sep 2016 22:19:29 +0000 (22:19 +0000)
committerAdam Nemet <anemet@apple.com>
Tue, 27 Sep 2016 22:19:29 +0000 (22:19 +0000)
commitc9b94800038832619dc1b68ca35ade88060d227b
tree74cc5d26b0c5b7180e834e437af20b0d75bc5a7e
parent9d6d8bd3df6e27ec09fd19dfb97c7fa59991325c
Shorten DiagnosticInfoOptimizationRemark* to OptimizationRemark*. NFC

With the new streaming interface in LLVM, these class names need to be
typed a lot and it's way too looong.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@282545 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CodeGenAction.cpp