]> granicus.if.org Git - clang/history - include/clang/AST/StmtNodes.def
add parsing, ast building and pretty printing support for C++ throw expressions.
[clang] / include / clang / AST / StmtNodes.def
2008-02-26 Chris Lattneradd parsing, ast building and pretty printing support...
2008-01-29 Fariborz JahanianBunch of type defs, etc. for @synchronized.
2008-01-17 Nate BegemanImplement basic overload support via a new builtin...
2008-01-07 Ted KremenekSubstituted all instances of the string "Objc" for...
2008-01-02 Fariborz JahanianNew declarations/defs for Objc2's foreach-statement...
2007-12-29 Chris Lattnerremove attributions from .def files.
2007-11-12 Steve NaroffImplement instance variable references.
2007-11-07 Fariborz JahanianAST for objective-c's @throw statement and its pretty...
2007-11-01 Fariborz JahanianBunch of class declarations for objective-c's @try...
2007-10-29 Chris LattnerImplement *skeletal* support for representing GNU inlin...
2007-10-17 Fariborz JahanianImplementation of AST for @protocol expression.
2007-10-16 Fariborz JahanianPatch to implement AST generation for objective-c's...
2007-10-15 Anders CarlssonAdd code generation and sema checking for __builtin_va_arg.
2007-09-18 Steve NaroffProgress on message expressions...
2007-08-31 Anders CarlssonAdd InitListExpr class.
2007-08-26 Chris Lattneradd a new ImaginaryLiteral AST node that is used to
2007-08-25 Chris LattnerSplit the ASTNode out for compound assignments out...
2007-08-24 Steve NaroffSurpress ImplicitCastExprs for compound assignment...
2007-08-22 Anders CarlssonParse @encode expressions.
2007-08-21 Anders CarlssonImplement parsing and code generation of Objective...
2007-08-03 Steve NaroffImplement __builtin_choose_expr.
2007-08-03 Chris LattnerRename AddrLabel and OCUVectorComponent -> AddrLabelExp...
2007-08-01 Steve NaroffAdd AST/Sema support for __builtin_types_compatible_p...
2007-07-28 Steve NaroffAdded a new expression, OCUVectorComponent.
2007-07-24 Chris Lattnerimplement ast building and trivial semantic analysis...
2007-07-22 Anders CarlssonRefactor switch analysis to make it possible to detect...
2007-07-21 Anders CarlssonImplement code generation for __func__, __FUNCTION__...
2007-07-19 Steve NaroffFinish fixing crasher with compound literals.
2007-07-13 Steve NaroffAdd (explicit) AST support for implicit casts. This...
2007-07-11 Reid SpencerStage two of getting CFE top correct.