[cfe-commits] r161872 - in /cfe/trunk: include/clang/AST/DeclBase.h include/clang/StaticAnalyzer/Core/PathSensitive/CallEvent.h lib/AST/DeclPrinter.cpp lib/AST/DumpXML.cpp lib/StaticAnalyzer/Core/CallEvent.cpp
Benjamin Kramer
benny.kra at gmail.com
Wed Aug 22 01:40:59 PDT 2012
On 21.08.2012, at 23:58, Alexander Kornienko <alexfh at google.com> wrote:
> Modified: cfe/trunk/lib/AST/DumpXML.cpp
> URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/AST/DumpXML.cpp?rev=161872&r1=161871&r2=161872&view=diff
> ==============================================================================
> --- cfe/trunk/lib/AST/DumpXML.cpp (original)
> +++ cfe/trunk/lib/AST/DumpXML.cpp Tue Aug 14 09:50:32 2012
> @@ -1022,12 +1022,17 @@
> };
> }
>
> +void Decl::dumpXML() const {
> + dump(llvm::errs());
> You definitely want to call dumpXML(llvm::errs()) here.
Oops, thanks for noticing. Fixed in r162352.
- Ben
More information about the cfe-commits
mailing list