1. 23f2c58 use simpler method by Chris Lattner · 16 years ago
  2. 4afa39d Remove ScopedDecl, collapsing all of its functionality into Decl, so by Douglas Gregor · 16 years ago
  3. 2b2453a this massive patch introduces a simple new abstraction: it makes by Chris Lattner · 16 years ago
  4. f7cf85b more SourceLocation lexicon change: instead of referring to the by Chris Lattner · 16 years ago
  5. a4c46df Actually distinguish between RecordDecl::field_iterator and RecordDecl::field_const_iterator, propagating the constness down to the FieldDecls. by Douglas Gregor · 16 years ago
  6. d9d22dd Rename NamedDecl::getName() to getNameAsString(). Replace a bunch of by Chris Lattner · 16 years ago
  7. 8ec03f5 Rename NamedDecl::getIdentifierName() to ::getNameAsCString() and make it by Chris Lattner · 16 years ago
  8. 077bf5e Rename Selector::getName() to Selector::getAsString(), and add by Chris Lattner · 16 years ago
  9. 2e1cd42 Introduction the DeclarationName class, as a single, general method of by Douglas Gregor · 16 years ago
  10. 8f6ce57 Fix <rdar://problem/6336774> clang block rewriter: Assertion failed: Offset+NumBytes <= size() && "Invalid region to erase!", file c:\cygwin\home\Administrator\llvm\to ols\clang\include\clang/Rewrite/RewriteRope.h, line 219. by Steve Naroff · 16 years ago
  11. b9988c0 Fix <rdar://problem/6312683> clang block rewriter: by Steve Naroff · 16 years ago
  12. ca74360 Tighten up blocks rewriter to handle casts and some other interesting cases. by Steve Naroff · 16 years ago
  13. e0109a5 Fix/simplify RewriteBlocks::RewriteBlockPointerFunctionArgs(). by Steve Naroff · 16 years ago
  14. 84a969f Touchup the rewriter to handle the new BlockExpr->BlockDecl dance. by Steve Naroff · 16 years ago
  15. 56ee689 - Add BlockDecl AST node. - Modify BlockExpr to reference the BlockDecl. by Steve Naroff · 16 years ago
  16. fda4fed In RewriteFunctionBody, using DeclStmt::decl_iterator to rewrite the Decls in a DeclStmt instead of using getDecl() to fetch the first Decl. by Ted Kremenek · 16 years ago
  17. 22aed65 Remove old diag that alerted the user to a limitation we no longer have:-) by Steve Naroff · 16 years ago
  18. d3f7790 Create a function, eliminating some redundancy between SynthesizeBlockInitExpr() and SynthesizeBlockLiterals(). by Steve Naroff · 16 years ago
  19. acba0f2 Finish implementing copy/dispose helpers for imported block decls. by Steve Naroff · 16 years ago
  20. 5e52b17 Add indirection required for byref BlockDeclRefExpr's. by Steve Naroff · 16 years ago
  21. 3b0fd64 Handle bookkeeping for imported blocks (in SynthesizeBlockImpl). by Steve Naroff · 16 years ago
  22. b65a4f1 Cut/paste error...need to use the expression "name" for member references (or other complex expressions that can embed a block pointer type) by Steve Naroff · 16 years ago
  23. 8e9216d Clear the map that associated the rewritten block with it's corresponding BlockExpr. by Steve Naroff · 16 years ago
  24. 70f9550 Moved main control flow functions to bottom of file. by Steve Naroff · 16 years ago
  25. 94ede6e Remove an old/vacuous if clause. by Steve Naroff · 16 years ago
  26. 4e13b76 More fun & games with the block rewriter. by Steve Naroff · 16 years ago
  27. 39622b9 Rewrite global block expressions. by Steve Naroff · 16 years ago
  28. 83ba14e - Add a convenience constructor to Type. - Many rewriter modifications. by Steve Naroff · 16 years ago
  29. 48a8c61 Rework SynthesizeBlockImpl() to include a constructor. by Steve Naroff · 16 years ago
  30. 3ad29e2 Get the right location to insert the synthesized block literals/functions. by Steve Naroff · 16 years ago
  31. a0b75cf Name changes and some cleanup of preamble. by Steve Naroff · 16 years ago
  32. 8af6a45 Changed Sema::CheckForConstantInitializer to allow global block literals. by Steve Naroff · 16 years ago
  33. cc2ece2 Fix a couple harmless warnings when compiling optimized with gcc (reported by mrs@apple.com). by Steve Naroff · 16 years ago
  34. 1f6c3ae Fix some const-ness to keep the VisualStudio C++ compiler happy. by Steve Naroff · 16 years ago
  35. ca3bb4f RewriteBlocks::RewriteBlockPointerDecl(): Handle TypedefDecl's and VarDecl's uniformly. by Steve Naroff · 16 years ago
  36. eab5f63 Teach block rewriter to replace '^' with '*' in VarDecls. by Steve Naroff · 16 years ago
  37. 1318895 Add driver support for invoking block rewriter. by Steve Naroff · 16 years ago
  38. 9c3c902 Remove BlockStmtExpr. by Steve Naroff · 16 years ago
  39. 1c9f81b Add support for rewriting blocks... by Steve Naroff · 16 years ago