]> granicus.if.org Git - clang/commit
Move two functions out of the public interface that shouldn't have ever
authorChandler Carruth <chandlerc@gmail.com>
Sat, 15 Oct 2011 23:48:02 +0000 (23:48 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Sat, 15 Oct 2011 23:48:02 +0000 (23:48 +0000)
commit6ddd8871c07ab161742e8ed37d3ef121ac79fa59
treec979181ce3fb9676a16a0439bba3707c1a1904b7
parentdb463bb2e4a9751f4cbe53996db751e1985ee966
Move two functions out of the public interface that shouldn't have ever
been there. Also delete their redundant doxyments in favor of those in
the source file. I'm putting the doxyments for private and static
helpers into the implementation file, and only the public interface
doxyments into the header. If folks have strong opinions about this type
of split, feel free to chime in, I'm happy to re-organize.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@142087 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Frontend/TextDiagnostic.h
lib/Frontend/TextDiagnostic.cpp