]> granicus.if.org Git - clang/shortlog
clang
2008-10-15 Argyrios KyrtzidisSimplify handling of struct/union/class tags.
2008-10-15 Daniel DunbarTest commit.
2008-10-14 Steve NaroffDowngrade incompatibilities with objc qualified types...
2008-10-14 Daniel DunbarFix const qualifiers on ProtocolQualifierListTy.
2008-10-14 Argyrios KyrtzidisRevert my previous change, got stupidly confused with...
2008-10-14 Argyrios KyrtzidisFix a call to Sema::LookupDecl that had incorrect param...
2008-10-14 Daniel DunbarAdd serialization support in several missing places.
2008-10-14 Daniel DunbarMove Type::EmitImpl into header, add FIXME to make...
2008-10-14 Daniel DunbarFix typo in testcase.
2008-10-14 Chris Lattneradd a testcase.
2008-10-14 Daniel DunbarFix test suite regression, getFloatTypeSemantics should...
2008-10-14 Daniel DunbarAdd Sema implementation of #pragma pack stack.
2008-10-13 Ted KremenekUse 'realpath' to resolve the absolute path to clang...
2008-10-13 Daniel DunbarLift out ABIInfo abstract base class.
2008-10-12 Argyrios KyrtzidisMore const-ness goodness.
2008-10-12 Argyrios KyrtzidisImprove the const-ness of a few methods.
2008-10-12 Argyrios KyrtzidisImplement more efficient Decl <-> DeclContext conversions.
2008-10-12 Chris Lattnermake the -rewrite-test a bit more interesting: it now
2008-10-12 Chris Lattnerstart implementing a token rewriter. At this point...
2008-10-12 Chris LattnerAdd a new -rewrite-test option, which is basically a
2008-10-12 Chris LattnerAdd a new -dump-raw-tokens option, which allows us...
2008-10-12 Chris LattnerChange FormTokenWithChars to take the token kind to...
2008-10-12 Chris LattnerWhen in keep whitespace mode, make sure to return block...
2008-10-12 Chris LattnerChange SkipBlockComment and SkipBCPLComment to return...
2008-10-12 Chris LattnerAdd a new mode to the lexer which enables it to return...
2008-10-12 Chris LattnerStop the preprocessor from poking the lexer's private...
2008-10-12 Chris LattnerFix a couple more places that poke KeepCommentMode...
2008-10-12 Chris Lattneradd a new inKeepCommentMode() accessor to abstract...
2008-10-12 Chris Lattnerfix misleading comment.
2008-10-12 Chris LattnerSimplify raw mode lexing by treating an unterminate...
2008-10-12 Chris Lattneradd a comment.
2008-10-12 Chris LattnerChange how raw lexers are handled: instead of creating...
2008-10-12 Chris Lattnersilence release-assert warnings.
2008-10-12 Chris Lattnersilence some release-assert warnings.
2008-10-12 Chris Lattnersilence a bunch of warnings in a release-assert build.
2008-10-12 Chris Lattnerimprove a comment.
2008-10-10 Steve NaroffAdd DeclGroup.cpp.
2008-10-10 Steve NaroffFix/simplify RewriteBlocks::RewriteBlockPointerFunction...
2008-10-10 Seo SanghyeonTests for return statement checks
2008-10-10 Steve NaroffFinal phase of converting BlockDecls over to DeclContex...
2008-10-10 Daniel DunbarLift EmitTargetBuiltinExpr out of EmitBuiltinExpr.
2008-10-10 Daniel DunbarDisable blocks support in C++ mode.
2008-10-10 Ted KremenekAdd missing newline.
2008-10-09 Dale JohannesenAdjust calls to APFloat conversion for new interface.
2008-10-09 Zhongxing XuCheck some cases for previous patch. Make the code...
2008-10-08 Argyrios KyrtzidisFix a bug that crashed clang when parsing this:
2008-10-08 Steve NaroffInstantiate the BlockDecl in ActOnBlockStart() so we...
2008-10-08 Ted KremenekUpdate checker build.
2008-10-08 Steve NaroffTouchup the rewriter to handle the new BlockExpr->Block...
2008-10-08 Steve Naroff- Add BlockDecl AST node.
2008-10-08 Zhongxing XuThis is the first step to implement a field-sensitive...
2008-10-07 Ted KremenekA little more tweaking with StmtIterator and SizeOfAlig...
2008-10-07 Ted KremenekMigrate DeclStmt over to using a DeclGroup instead...
2008-10-07 Ted KremenekAdd #include (introduced by dependence on DeclGroup)
2008-10-07 Ted KremenekFixed a masked bug when iterating over the child expres...
2008-10-07 Ted KremenekAdd const_iterator to DeclGroup.
2008-10-07 Ted KremenekAdd StmtIterator support for DeclGroups.
2008-10-07 Argyrios KyrtzidisIn ParseParenDeclarator match "D.setGroupingParens...
2008-10-07 Zhongxing XuAdded a function call case that generates sink nodes.
2008-10-07 Zhongxing XuMigrate MemRegionManager from StateManager to StoreManager.
2008-10-06 Ted KremenekAdded prototype serialization code for DeclGroup.
2008-10-06 Argyrios KyrtzidisUse getCustomDiagID() instead of specifying the diagnos...
2008-10-06 Argyrios KyrtzidisSimplify handling of direct initializers by letting...
2008-10-06 Ted KremenekRemove DeclStmt::getDecl(). Now clients of DeclStmt...
2008-10-06 Ted KremenekExplicitly access the first Decl* referenced by a DeclS...
2008-10-06 Ted KremenekUse "DeclStmt::getSolitaryDecl()" when accessing the...
2008-10-06 Ted KremenekModified DeclGroupRef to always load/store the internal...
2008-10-06 Ted KremenekUse DeclStmt::getSolitaryDecl() instead of DeclStmt...
2008-10-06 Ted KremenekUse DeclStmt::getSolitaryDecl() instead of DeclStmt...
2008-10-06 Ted KremenekUse DeclStmt::getSolitaryDecl() instead of DeclStmt...
2008-10-06 Ted KremenekWhen processing Objective-C foreach statements, first...
2008-10-06 Ted KremenekUse DeclStmt::decl_iterator to walk a group of Decl...
2008-10-06 Ted KremenekDon't use DeclStmt::getDecl() to serialize out DeclStmt...
2008-10-06 Ted KremenekAdd DeclStmt::hasSolitaryDecl() and DeclStmt::getSolita...
2008-10-06 Ted KremenekUse "unsigned" instead of "int" for i to remove a ...
2008-10-06 Anders CarlssonAdd 'x' constraint character.
2008-10-06 Ted KremenekUse the DeclStmt::decl_iterator to get the first decl...
2008-10-06 Ted KremenekIn RewriteFunctionBody, using DeclStmt::decl_iterator...
2008-10-06 Ted KremenekDon't use DeclStmt::getDecl(); this will eventually...
2008-10-06 Ted KremenekIn EmitDeclStmt: use DeclStmt::const_decl_iterator...
2008-10-06 Ted KremenekAdded PrintRawDeclStmt; use this method to print out...
2008-10-06 Ted KremenekUse Decl::decl_iterator instead of walking the ScopedDe...
2008-10-06 Ted KremenekUse DeclStmt::decl_iterator instead of using Decl:...
2008-10-06 Argyrios KyrtzidisThe current semantic process for direct initializers...
2008-10-06 Ted KremenekUse DeclStmt::decl_iterator instead of walking the...
2008-10-06 Ted KremenekAdd const_decl_iterator to DecStmt.
2008-10-06 Ted KremenekUpdate Xcode project.
2008-10-06 Argyrios KyrtzidisImplement support for C++ direct initializers in declar...
2008-10-06 Ted KremenekUpdated checker build.
2008-10-06 Chris Lattnerfix incorrect rdar number.
2008-10-06 Chris Lattner__CONSTANT_CFSTRINGS__ should be defined even in C...
2008-10-06 Chris LattnerMake sema and codegen allow __builtin___CFStringMakeCon...
2008-10-06 Chris LattnerExprConstant should not abort when it sees a pointer...
2008-10-06 Chris Lattneralways try to fold a builtin before emitting it. In...
2008-10-06 Chris LattnerRemove the 'C' / isConstantExpr flag on builtins. ...
2008-10-06 Chris LattnerAdd a Expr::isEvaluatable method, eliminate isBuiltinCo...
2008-10-06 Chris LattnerMove folding of __builtin_classify_type out of the...
2008-10-06 Chris LattnerMove handling of __builtin_nan("") out of CGBuiltin...
2008-10-06 Chris Lattnerremove some code where CGBuiltin folds constants, and...
2008-10-06 Chris Lattnerinstead of making codegen try to know about all of...
next