1. 51221ec Removed dependence on #including iostream. by Ted Kremenek · 17 years ago
  2. 8e911c4 Fixed StmtPrinter to handle GCC extension to the ternary operator "?:" where by Ted Kremenek · 17 years ago
  3. 39c47b5 Keep track of whether the asm is volatile or not. by Anders Carlsson · 17 years ago
  4. b235fc2 Store output and input operands as well as clobber information in the AsmStmt. Ted, could you please review the serialization/deserialization code? by Anders Carlsson · 17 years ago
  5. 6a0ef4b Store inline asm code in the AST. by Anders Carlsson · 17 years ago
  6. 91578f3 by Steve Naroff · 17 years ago
  7. 232220c Patch to do statically typed ivar references. by Fariborz Jahanian · 17 years ago
  8. 7779db4 by Steve Naroff · 17 years ago
  9. 39f8f15 AST for objective-c's @throw statement and its pretty-printing. by Fariborz Jahanian · 17 years ago
  10. 1e7eab4 Fixed a pretty-printer bug whereby a @try statement with no @finally seg faulted. by Fariborz Jahanian · 17 years ago
  11. 7794cb8 pretty-print @try/@catch/@finally from AST as the validation of AST. by Fariborz Jahanian · 17 years ago
  12. b210bd0 Bunch of class declarations for objective-c's @try-catch statement. by Fariborz Jahanian · 17 years ago
  13. fe79595 Implement *skeletal* support for representing GNU inline asm stmts in the AST, by Chris Lattner · 17 years ago
  14. 994f939 remove extraneous space in @selector() by Chris Lattner · 17 years ago
  15. 91d1d7a Fixed includes of "clang/AST/DeclObjC.h" to work on case-sensitive by Ted Kremenek · 17 years ago
  16. 390d50a Implementation of AST for @protocol expression. by Fariborz Jahanian · 17 years ago
  17. c5c42f5 Steve, pointer out that getName() is available for selectors. Made code much smaller, thanks. by Fariborz Jahanian · 17 years ago
  18. f24d95a Fix problem dumping/printing method names with null selector. by Fariborz Jahanian · 17 years ago
  19. b62f681 Patch to implement AST generation for objective-c's @selector expression. by Fariborz Jahanian · 17 years ago
  20. 7c50aca Add code generation and sema checking for __builtin_va_arg. by Anders Carlsson · 17 years ago
  21. ee98ac5 Add support for Pascal strings. by Anders Carlsson · 17 years ago
  22. c7229c3 move IdentifierTable.h from liblex to libbasic. by Chris Lattner · 17 years ago
  23. 6a8a9a4 by Steve Naroff · 17 years ago
  24. c9bec4b further apfloat'ize the front-end, allowing codegen to pass by Chris Lattner · 17 years ago
  25. 563477d by Steve Naroff · 17 years ago
  26. 8bdcc47 pretty print some nodes more nicely. by Chris Lattner · 17 years ago
  27. 9474504 by Steve Naroff · 17 years ago
  28. 8467583 get rid of ugly "warning: no newline at end of file" by Gabor Greif · 17 years ago
  29. 42a509f Added "PrinterHelper" interface (include/AST/PrinterHelper) that can by Ted Kremenek · 17 years ago
  30. 66b5a8a Add InitListExpr class. by Anders Carlsson · 17 years ago
  31. 704fe35 implement pretty printing of offsetof by Chris Lattner · 17 years ago
  32. 5d66145 add a new ImaginaryLiteral AST node that is used to by Chris Lattner · 17 years ago
  33. eb14fe8 Split the ASTNode out for compound assignments out from binary operators. Now by Chris Lattner · 17 years ago
  34. 296bf19 Pretty print as: "case sizeof x:" instead of: "case sizeofx:" by Chris Lattner · 17 years ago
  35. f9bcf01 Parse @encode expressions. by Anders Carlsson · 17 years ago
  36. 5508518 Implement parsing and code generation of Objective-C string literals. by Anders Carlsson · 17 years ago
  37. c5598cb Switch StmtVisitor from using dynamic to static dispatch. This makes it by Chris Lattner · 17 years ago
  38. 2324512 Modified ArraySubscriptExpr to have accessors getLHS and getRHS in addition by Ted Kremenek · 17 years ago
  39. 36460ee move a switch to common code. by Chris Lattner · 17 years ago
  40. 6000dac add a new AST dumper interface (E->dump()). This dumps out by Chris Lattner · 17 years ago
  41. 94f05e3 Implement codegen for __builtin_choose_expr. For example: by Chris Lattner · 17 years ago
  42. d04fdd5 by Steve Naroff · 17 years ago
  43. 6481a57 Rename AddrLabel and OCUVectorComponent -> AddrLabelExpr and OCUVectorElementExpr respectively. This is for consistency with other expr nodes end with *Expr. by Chris Lattner · 17 years ago
  44. d34e915 by Steve Naroff · 17 years ago
  45. 86e499d Print floating point literal values better. by Chris Lattner · 17 years ago
  46. 31a4584 by Steve Naroff · 17 years ago
  47. ab18c4c implement ast building and trivial semantic analysis of stmt exprs. by Chris Lattner · 17 years ago
  48. c1fcb77 Refactor switch analysis to make it possible to detect duplicate case values by Anders Carlsson · 17 years ago
  49. 2274266 Implement code generation for __func__, __FUNCTION__ and __PRETTY_FUNCTION__ by Anders Carlsson · 17 years ago
  50. aff1edd Finish fixing crasher with compound literals. by Steve Naroff · 17 years ago
  51. 26dc7b3 Remove an extraneous QualType from CastExpr, it's type is always by Chris Lattner · 17 years ago
  52. 8bf9f07 Improve char literal pretty printing, patch by Keith Bauer! by Chris Lattner · 17 years ago
  53. 90045e8 by Steve Naroff · 17 years ago
  54. 49b4526 by Steve Naroff · 17 years ago
  55. b0a721a "Codegen for Character Literals and Conditional Operator by Chris Lattner · 17 years ago
  56. 24c3990 remember the initializer for a variable in the AST and teach the by Chris Lattner · 17 years ago
  57. 5f016e2 Stage two of getting CFE top correct. by Reid Spencer · 17 years ago