[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
Douglas Gregor
dgregor at apple.com
Thu May 21 14:17:37 PDT 2009
On May 21, 2009, at 2:09 PM, Sebastian Redl wrote:
> 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.
Argh, thanks! Will fix.
- Doug
More information about the cfe-commits
mailing list