[cfe-commits] r72224 - in /cfe/trunk: include/clang/Frontend/ASTConsumers.h include/clang/Frontend/DocumentXML.h lib/AST/CMakeLists.txt lib/Frontend/ASTConsumers.cpp lib/Frontend/DocumentXML.cpp lib/Frontend/StmtXML.cpp test/Coverage/ast-printing.c tools/clang-cc/clang-cc.cpp
Sebastian Redl
sebastian.redl at getdesigned.at
Thu May 21 14:09:54 PDT 2009
Douglas Gregor wrote:
> Author: dgregor
> Date: Thu May 21 15:55:50 2009
> New Revision: 72224
>
> URL: http://llvm.org/viewvc/llvm-project?rev=72224&view=rev
> Log:
> AST XML dump, from Olaf Krzikalla!
>
> Added:
> cfe/trunk/include/clang/Frontend/DocumentXML.h
> cfe/trunk/lib/Frontend/DocumentXML.cpp
> cfe/trunk/lib/Frontend/StmtXML.cpp
> Modified:
> cfe/trunk/include/clang/Frontend/ASTConsumers.h
> cfe/trunk/lib/AST/CMakeLists.txt
> cfe/trunk/lib/Frontend/ASTConsumers.cpp
> cfe/trunk/test/Coverage/ast-printing.c
> cfe/trunk/tools/clang-cc/clang-cc.cpp
>
Hey Doug,
You moved the cpp files, but you forgot to adjust the CMakeLists.txt
files for it.
Sebastian
More information about the cfe-commits
mailing list