Age | Commit message (Expand) | Author |
2009-03-24 | Move <root>/Driver into <root>/tools/clang-cc. | Daniel Dunbar |
2009-03-12 | API fix: All "bodies" for functions, Objective-C methods, blocks, are assumed to | Ted Kremenek |
2009-02-26 | Create a new TypeNodes.def file that enumerates all of the types, | Douglas Gregor |
2009-01-25 | use simpler method | Chris Lattner |
2009-01-20 | Remove ScopedDecl, collapsing all of its functionality into Decl, so | Douglas Gregor |
2009-01-17 | this massive patch introduces a simple new abstraction: it makes | Chris Lattner |
2009-01-16 | more SourceLocation lexicon change: instead of referring to the | Chris Lattner |
2008-12-11 | Actually distinguish between RecordDecl::field_iterator and RecordDecl::field... | Douglas Gregor |
2008-11-24 | Rename NamedDecl::getName() to getNameAsString(). Replace a bunch of | Chris Lattner |
2008-11-24 | Rename NamedDecl::getIdentifierName() to ::getNameAsCString() and make it | Chris Lattner |
2008-11-24 | Rename Selector::getName() to Selector::getAsString(), and add | Chris Lattner |
2008-11-17 | Introduction the DeclarationName class, as a single, general method of | Douglas Gregor |
2008-11-03 | Fix <rdar://problem/6336774> clang block rewriter: Assertion failed: Offset+N... | Steve Naroff |
2008-10-22 | Fix <rdar://problem/6312683> clang block rewriter: | Steve Naroff |
2008-10-15 | Tighten up blocks rewriter to handle casts and some other interesting cases. | Steve Naroff |
2008-10-10 | Fix/simplify RewriteBlocks::RewriteBlockPointerFunctionArgs(). | Steve Naroff |
2008-10-08 | Touchup the rewriter to handle the new BlockExpr->BlockDecl dance. | Steve Naroff |
2008-10-08 | - Add BlockDecl AST node. | Steve Naroff |
2008-10-06 | In RewriteFunctionBody, using DeclStmt::decl_iterator to rewrite the Decls in... | Ted Kremenek |
2008-10-05 | Remove old diag that alerted the user to a limitation we no longer have:-) | Steve Naroff |
2008-10-05 | Create a function, eliminating some redundancy between SynthesizeBlockInitExp... | Steve Naroff |
2008-10-04 | Finish implementing copy/dispose helpers for imported block decls. | Steve Naroff |
2008-10-04 | Add indirection required for byref BlockDeclRefExpr's. | Steve Naroff |
2008-10-04 | Handle bookkeeping for imported blocks (in SynthesizeBlockImpl). | Steve Naroff |
2008-10-04 | Cut/paste error...need to use the expression "name" for member references (or... | Steve Naroff |
2008-10-04 | Clear the map that associated the rewritten block with it's corresponding Blo... | Steve Naroff |
2008-10-04 | Moved main control flow functions to bottom of file. | Steve Naroff |
2008-10-03 | Remove an old/vacuous if clause. | Steve Naroff |
2008-10-03 | More fun & games with the block rewriter. | Steve Naroff |
2008-10-03 | Rewrite global block expressions. | Steve Naroff |
2008-10-03 | - Add a convenience constructor to Type. | Steve Naroff |
2008-10-03 | Rework SynthesizeBlockImpl() to include a constructor. | Steve Naroff |
2008-10-03 | Get the right location to insert the synthesized block literals/functions. | Steve Naroff |
2008-10-02 | Name changes and some cleanup of preamble. | Steve Naroff |
2008-10-02 | Changed Sema::CheckForConstantInitializer to allow global block literals. | Steve Naroff |
2008-09-24 | Fix a couple harmless warnings when compiling optimized with gcc (reported by... | Steve Naroff |
2008-09-24 | Fix some const-ness to keep the VisualStudio C++ compiler happy. | Steve Naroff |
2008-09-23 | RewriteBlocks::RewriteBlockPointerDecl(): Handle TypedefDecl's and VarDecl's ... | Steve Naroff |
2008-09-23 | Teach block rewriter to replace '^' with '*' in VarDecls. | Steve Naroff |
2008-09-18 | Add driver support for invoking block rewriter. | Steve Naroff |
2008-09-17 | Remove BlockStmtExpr. | Steve Naroff |
2008-09-17 | Add support for rewriting blocks... | Steve Naroff |