[cfe-commits] r113634 - /cfe/trunk/include/clang/AST/ExprCXX.h

Douglas Gregor dgregor at apple.com
Fri Sep 10 14:59:14 PDT 2010


On Sep 10, 2010, at 2:15 PM, Sebastian Redl wrote:

> Author: cornedbee
> Date: Fri Sep 10 16:15:56 2010
> New Revision: 113634
> 
> URL: http://llvm.org/viewvc/llvm-project?rev=113634&view=rev
> Log:
> Follow Ted's example and hide CXXNoexceptExpr's setters from all but serialization.

I've actually been leaning toward removing the setters entirely, then letting serialization poke at the fields directly.

	- Doug



More information about the cfe-commits mailing list