[cfe-dev] error while making the clang
Sebastian Redl
sebastian.redl at getdesigned.at
Mon Sep 13 10:45:37 PDT 2010
On Sep 13, 2010, at 10:15 AM, Wei Li wrote:
> Dear All :
>
> I am getting the following while making CLANG. Any comments?
>
>
> /home/cis/LLVM/llvm/tools/clang/lib/Checker/../../include/clang/AST/ExprCXX.h:2464:
> error: ‘CXXNoexceptExprClass’ was not declared in this scope
Most likely, this means a dependency problem caused StmtNodes.inc not to be regenerated. (StmtNodes.td was changed.)
Do a clean rebuild and it should work.
Sebastian
More information about the cfe-dev
mailing list