[cfe-commits] r59057 - in /cfe/trunk: Driver/ include/clang/AST/ include/clang/Analysis/PathSensitive/ include/clang/Parse/ lib/AST/ lib/Analysis/ lib/CodeGen/ lib/Parse/ lib/Sema/

Chris Lattner clattner at apple.com
Tue Nov 11 10:26:50 PST 2008


On Nov 11, 2008, at 9:57 AM, Sebastian Redl wrote:

> Author: cornedbee
> Date: Tue Nov 11 11:56:53 2008
> New Revision: 59057
>
> URL: http://llvm.org/viewvc/llvm-project?rev=59057&view=rev
> Log:
> Introduce a single AST node SizeOfAlignOfExpr for all sizeof and  
> alignof expressions, both of values and types.

Thanks Sebastian!

-Chris




More information about the cfe-commits mailing list