]> granicus.if.org Git - clang/commit
Add a missing forward declaration and namespace qualifier to this
authorChandler Carruth <chandlerc@gmail.com>
Fri, 22 Jul 2011 10:16:15 +0000 (10:16 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Fri, 22 Jul 2011 10:16:15 +0000 (10:16 +0000)
commit7107d360db751aa974285ae2136aed76b6691b86
tree309c912dd3ea221fd502857b4e3e0ac070711b14
parentdc7c5ad7a15914b7ae24f31f18a20ad2f8ecd0bc
Add a missing forward declaration and namespace qualifier to this
header. This showed up in client code that has a different include
ordering after Chris's shuffle of raw_ostream. All of the Clang code
ends up with a header included before this one that provides the needed
type and using declaration.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@135765 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/AST/PrettyPrinter.h