1. 33e1d64 Encoding for objectiive-c methods. by Fariborz Jahanian · 17 years ago
  2. 60fccee by Steve Naroff · 17 years ago
  3. e8c4953 Address Chris's comments. by Anders Carlsson · 17 years ago
  4. fe79595 Implement *skeletal* support for representing GNU inline asm stmts in the AST, by Chris Lattner · 17 years ago
  5. 4d733d3 Path to synthesize 'instance' size field of _objc_class metadata. by Fariborz Jahanian · 17 years ago
  6. bef1185 by Steve Naroff · 17 years ago
  7. f152b2e Added DeclSerialization.cpp to XCode project. by Ted Kremenek · 17 years ago
  8. ccd87b0 Refactored several meta data for reusability. by Fariborz Jahanian · 17 years ago
  9. 158ecb9 Convert one type of metadata to use std::string instead of printf as an example. by Chris Lattner · 17 years ago
  10. a194bc6 Added SourceLocation.cpp to XCode project. by Ted Kremenek · 17 years ago
  11. 27437ca Add a new ChooseExpr::isConditionTrue method to unify some code. by Chris Lattner · 17 years ago
  12. 2e6d935 Refactord instance and class metadata emission. Refactored protocols metadata emission. by Fariborz Jahanian · 17 years ago
  13. ebf2b56 by Steve Naroff · 17 years ago
  14. 7e15891 by Steve Naroff · 17 years ago
  15. e887c09 This patch generates protocol metadata and all its sub-metadata. by Fariborz Jahanian · 17 years ago
  16. 806a4eb by Steve Naroff · 17 years ago
  17. 6acaabc Added StmtIterator.cpp and StmtIterator.h to the XCode project. by Ted Kremenek · 17 years ago
  18. fd8b4a4 by Steve Naroff · 17 years ago
  19. 5a59d92 Added Driver/SerializationTest.cpp to the XCode project. by Ted Kremenek · 17 years ago
  20. 2a35fa9 Fix location processing of @selector: the range should include the @ sign. by Fariborz Jahanian · 17 years ago
  21. 311ff02 Add a new Rewriter::getRangeSize method. by Chris Lattner · 17 years ago
  22. 3e7fd15 Patch to diagnose duplicate method implementations. by Fariborz Jahanian · 17 years ago
  23. 2c64b7b Push the rewriter forward a bit more. Now it rewrites by Chris Lattner · 17 years ago
  24. b62f681 Patch to implement AST generation for objective-c's @selector expression. by Fariborz Jahanian · 17 years ago
  25. a1fe117 by Steve Naroff · 17 years ago
  26. a0818e3 Patch to parse @selector expressions. by Fariborz Jahanian · 17 years ago
  27. ec0550f by Steve Naroff · 17 years ago
  28. ee98ac5 Add support for Pascal strings. by Anders Carlsson · 17 years ago
  29. 88d0ed0 Woo, tab deletion now works. Next lets see if we can insert stuff. by Chris Lattner · 17 years ago
  30. e7f64cc Check and diagnose that objective-c objects may not be statically allocated. by Fariborz Jahanian · 17 years ago
  31. 8f74476 by Steve Naroff · 17 years ago
  32. bece4ac Fixed a bug whereby, struct tag name matches a typedef/objc-class name by Fariborz Jahanian · 17 years ago
  33. 88e0052 add RewriterTest.cpp to xcode project. by Chris Lattner · 17 years ago
  34. 4b6c905 Patch to create protocol conforming class types. by Fariborz Jahanian · 17 years ago
  35. e21b573 Refinements to Sema::GetObjcIdType()... by Steve Naroff · 17 years ago
  36. 2d85f8b Emit a warning when the body of an if block is a NullStmt. by Anders Carlsson · 17 years ago
  37. d19144b resolve a fixme, by moving __builtin_va_list to a more logical by Chris Lattner · 17 years ago
  38. b216c88 by Steve Naroff · 17 years ago
  39. 05672a0 Remove addition of protocol names to declaration scopes, use a separate by Fariborz Jahanian · 17 years ago
  40. 4e1d99a switch more code to use Token::is/isNot where possible. by Chris Lattner · 17 years ago
  41. b652cea rename some "Parse" actions to "ActOn". Move code around in by Chris Lattner · 17 years ago
  42. e37882a Added a new class for Interfaces qualified by protocol list. by Fariborz Jahanian · 17 years ago
  43. 22cdd23 by Steve Naroff · 17 years ago
  44. 8307adb Move identifierTable.h to the right folder. by Chris Lattner · 17 years ago
  45. eefc418 by Steve Naroff · 17 years ago
  46. 6d4caf2 Removed unnecessary base class from some of objective-c classes: by Fariborz Jahanian · 17 years ago
  47. c7229c3 move IdentifierTable.h from liblex to libbasic. by Chris Lattner · 17 years ago
  48. 97e8b6f Rename ASTStreamers.* -> ASTConsumers.* by Chris Lattner · 17 years ago
  49. eab7792 speed up clang startup time by about 23% by avoiding lots of by Chris Lattner · 17 years ago
  50. d2d5fab Modifications to XCode project: by Ted Kremenek · 17 years ago
  51. 245f92a This is the first patch toward supporting protocol conforming by Fariborz Jahanian · 17 years ago
  52. 29238a0 by Steve Naroff · 17 years ago
  53. 85ff264 Patch for 1) Checking for duplicate methods decls in intterface and category. by Fariborz Jahanian · 17 years ago
  54. 5951965 More tab removal activity. by Fariborz Jahanian · 17 years ago
  55. 0e2dfd3 minor cleanups, make code more defensive, less branchy in Selector ctor. by Chris Lattner · 17 years ago
  56. 4b6df3f Fixed all my recent test cases to have the RUN command and by Fariborz Jahanian · 17 years ago
  57. 16533e5 move DeclObjc.h down to be alphabetically organized by Chris Lattner · 17 years ago
  58. 3a165b0 by Steve Naroff · 17 years ago
  59. 79139a1 Renamed getCatLoc() to getLocation() to be consistant for such getter names. by Fariborz Jahanian · 17 years ago
  60. 37e58d1 by Steve Naroff · 17 years ago
  61. 7ed9e0f Unified such names as protocol references, instance methods and class methods by Fariborz Jahanian · 17 years ago
  62. 6a8a9a4 by Steve Naroff · 17 years ago
  63. 8f3fde0 This patch introduces the ObjcCategoryImplDecl class and does the checking related to by Fariborz Jahanian · 17 years ago
  64. 980e508 by Steve Naroff · 17 years ago
  65. 9d048ff Removed use of hash table for class decls and do a name look up directly. by Fariborz Jahanian · 17 years ago
  66. bcfb06a by Steve Naroff · 17 years ago
  67. d0b0154 Patch for method implementation. It populates ObjcImplementationDecl object with method implementation declarations . by Fariborz Jahanian · 17 years ago
  68. a9c0102 objc messages have side effects, return true from hasLocalSideEffect, fixing: by Chris Lattner · 17 years ago
  69. a689512 Updated XCode project to reflect that DataflowValues.h and DataflowSolver.h have by Ted Kremenek · 17 years ago
  70. ccb4f31 This patch introduces a new class to keep track of class implementation info. It also adds more by Fariborz Jahanian · 17 years ago
  71. 764a7ce Make case sorting deterministic by not depending on pointer by Chris Lattner · 17 years ago
  72. 4f5a2ab Updated XCode project with locations of "Analysis" visitor header files. by Ted Kremenek · 17 years ago
  73. 80de08f Added support to clang driver to view ASTs using GraphViz. This by Ted Kremenek · 17 years ago
  74. 563477d by Steve Naroff · 17 years ago
  75. 475d4aa Re-added UninitializedValues.cpp to the XCode project because the file was renamed. by Ted Kremenek · 17 years ago
  76. 37387c9 by Steve Naroff · 17 years ago
  77. d2aecc3 Added ASTConsumer.h to XCode project. by Ted Kremenek · 17 years ago
  78. 3f128ad by Steve Naroff · 17 years ago
  79. 580980b switch the llvm emitter to ASTConsumer interface. by Chris Lattner · 17 years ago
  80. 8bd12b8 Initial checkin of rewriter interface. It is just stubbed out for now. by Chris Lattner · 17 years ago
  81. 08d92e4 by Steve Naroff · 17 years ago
  82. a1dff2e Added several files to XCode project file... by Ted Kremenek · 17 years ago
  83. 7421664 by Steve Naroff · 17 years ago
  84. b04a021 Patch to store ivars into interface class object. by Fariborz Jahanian · 17 years ago
  85. 9474504 by Steve Naroff · 17 years ago
  86. 7d6402f Patch for collecting ivars before running action on them. by Fariborz Jahanian · 17 years ago
  87. a9aa5e6 by Steve Naroff · 17 years ago
  88. 8b2d2fd Added files CFGStmtVisitor and DataflowStmtVisitor to XCode project. by Ted Kremenek · 17 years ago
  89. 4473921 by Steve Naroff · 17 years ago
  90. 8a4010d Change ObjcMethodDecl class derivation. by Fariborz Jahanian · 17 years ago
  91. 2bd42fa Some small tweaks to the recent Objc support... by Steve Naroff · 17 years ago
  92. 055c275 Added "Dead Stores", a flow-sensitive checker that checks for stores by Ted Kremenek · 17 years ago
  93. e4e6334 Added an early implementation of Live-Variables analysis built on by Ted Kremenek · 17 years ago
  94. f28b264 by Steve Naroff · 17 years ago
  95. 7cf8c44 by Steve Naroff · 17 years ago
  96. 98414c1 Fix a bug/missing-feature Ted noticed: the 'unused' warning should not by Chris Lattner · 17 years ago
  97. 42a509f Added "PrinterHelper" interface (include/AST/PrinterHelper) that can by Ted Kremenek · 17 years ago
  98. e300c87 Teach the stmtdumper to dump location/range info when a SourceMgr is available. by Chris Lattner · 17 years ago
  99. b7f6e08 Implement GCC-compatible layout and typing of enum constants and enum decl. by Chris Lattner · 17 years ago
  100. 26b8ff4 by Steve Naroff · 17 years ago