1. 6fd865b by Steve Naroff · 17 years ago
  2. eee2f2b Fix a bug checking for 'int foo(void)' that didn't look through typedefs of void. by Chris Lattner · 17 years ago
  3. 30c6675 Moved logic for -Wfloat-equal to SemaChecking.cpp. by Ted Kremenek · 17 years ago
  4. 1ddb6f5 by Steve Naroff · 17 years ago
  5. c17d26c change source location to have two bits for macros, tracking by Chris Lattner · 17 years ago
  6. 334fbc2 by Steve Naroff · 17 years ago
  7. 233875d add a getAtOffset() member to simplify some code. by Chris Lattner · 17 years ago
  8. 9c75223 Add a new RewriteRope data structure which is a smarter way to represent the text by Chris Lattner · 17 years ago
  9. 96375b3 Added TypeSerialization.cpp and DeclSerialization.cpp to the XCode project. by Ted Kremenek · 17 years ago
  10. 5003e8b add support for vector type compatibility checking. Patch by Nate Begeman. by Chris Lattner · 17 years ago
  11. 77d081b by Steve Naroff · 17 years ago
  12. 6dab49b More infrastructure to recognize objective-c's type qualifiers (in,inout, etc.) by Fariborz Jahanian · 17 years ago
  13. ae84af8 by Steve Naroff · 17 years ago
  14. c6b7175 After Anders check-in, we can now encode 'Class' type. by Fariborz Jahanian · 17 years ago
  15. 05d6ff5 by Steve Naroff · 17 years ago
  16. 2e09e44 Added new type and bitfield fields in some decl types in preparation for objective-c's type qualifiers. by Fariborz Jahanian · 17 years ago
  17. 02a82aa by Steve Naroff · 17 years ago
  18. 80faffa Added type encoding for 'id' type. by Fariborz Jahanian · 17 years ago
  19. 1ccf463 by Steve Naroff · 17 years ago
  20. c81f316 Encoding for objectiive-c methods. by Fariborz Jahanian · 17 years ago
  21. 1a7fa7b by Steve Naroff · 17 years ago
  22. e3f0257 Address Chris's comments. by Anders Carlsson · 17 years ago
  23. 8a40a83 Implement *skeletal* support for representing GNU inline asm stmts in the AST, by Chris Lattner · 17 years ago
  24. ab3ec25 Path to synthesize 'instance' size field of _objc_class metadata. by Fariborz Jahanian · 17 years ago
  25. 3774dd9 by Steve Naroff · 17 years ago
  26. af37833 Added DeclSerialization.cpp to XCode project. by Ted Kremenek · 17 years ago
  27. cf89c7e Refactored several meta data for reusability. by Fariborz Jahanian · 17 years ago
  28. c3aa5c4 Convert one type of metadata to use std::string instead of printf as an example. by Chris Lattner · 17 years ago
  29. 2cf7a5c Added SourceLocation.cpp to XCode project. by Ted Kremenek · 17 years ago
  30. f624cd2 Add a new ChooseExpr::isConditionTrue method to unify some code. by Chris Lattner · 17 years ago
  31. 9b4e4ff Refactord instance and class metadata emission. Refactored protocols metadata emission. by Fariborz Jahanian · 17 years ago
  32. e978058 by Steve Naroff · 17 years ago
  33. 4c4abed by Steve Naroff · 17 years ago
  34. 0445519 This patch generates protocol metadata and all its sub-metadata. by Fariborz Jahanian · 17 years ago
  35. 96f136d by Steve Naroff · 17 years ago
  36. 8995b8a Added StmtIterator.cpp and StmtIterator.h to the XCode project. by Ted Kremenek · 17 years ago
  37. 2edd56e by Steve Naroff · 17 years ago
  38. 4bcd384 Added Driver/SerializationTest.cpp to the XCode project. by Ted Kremenek · 17 years ago
  39. 957448a Fix location processing of @selector: the range should include the @ sign. by Fariborz Jahanian · 17 years ago
  40. 6fe8b27 Add a new Rewriter::getRangeSize method. by Chris Lattner · 17 years ago
  41. 080f3d0 Patch to diagnose duplicate method implementations. by Fariborz Jahanian · 17 years ago
  42. 74db168 Push the rewriter forward a bit more. Now it rewrites by Chris Lattner · 17 years ago
  43. f807c20 Patch to implement AST generation for objective-c's @selector expression. by Fariborz Jahanian · 17 years ago
  44. 134c350 by Steve Naroff · 17 years ago
  45. 056c6b0 Patch to parse @selector expressions. by Fariborz Jahanian · 17 years ago
  46. 85f0dc5 by Steve Naroff · 17 years ago
  47. 55bfe0d Add support for Pascal strings. by Anders Carlsson · 17 years ago
  48. f5e7f84 Woo, tab deletion now works. Next lets see if we can insert stuff. by Chris Lattner · 17 years ago
  49. 550e050 Check and diagnose that objective-c objects may not be statically allocated. by Fariborz Jahanian · 17 years ago
  50. a4da5f6 by Steve Naroff · 17 years ago
  51. 23f968b Fixed a bug whereby, struct tag name matches a typedef/objc-class name by Fariborz Jahanian · 17 years ago
  52. f7f9214 add RewriterTest.cpp to xcode project. by Chris Lattner · 17 years ago
  53. 91193f6 Patch to create protocol conforming class types. by Fariborz Jahanian · 17 years ago
  54. 7aeeda0 Refinements to Sema::GetObjcIdType()... by Steve Naroff · 17 years ago
  55. 663733e Emit a warning when the body of an if block is a NullStmt. by Anders Carlsson · 17 years ago
  56. 77cec47 resolve a fixme, by moving __builtin_va_list to a more logical by Chris Lattner · 17 years ago
  57. 9637a9b by Steve Naroff · 17 years ago
  58. ac142de Remove addition of protocol names to declaration scopes, use a separate by Fariborz Jahanian · 17 years ago
  59. 4d7d234 switch more code to use Token::is/isNot where possible. by Chris Lattner · 17 years ago
  60. ea14870 rename some "Parse" actions to "ActOn". Move code around in by Chris Lattner · 17 years ago
  61. c04aff1 Added a new class for Interfaces qualified by protocol list. by Fariborz Jahanian · 17 years ago
  62. 3fc5419 by Steve Naroff · 17 years ago
  63. c363d79 Move identifierTable.h to the right folder. by Chris Lattner · 17 years ago
  64. 7711ee3 by Steve Naroff · 17 years ago
  65. 935877d Removed unnecessary base class from some of objective-c classes: by Fariborz Jahanian · 17 years ago
  66. 2fd1c65 move IdentifierTable.h from liblex to libbasic. by Chris Lattner · 17 years ago
  67. eb8c963 Rename ASTStreamers.* -> ASTConsumers.* by Chris Lattner · 17 years ago
  68. 8c9d29f speed up clang startup time by about 23% by avoiding lots of by Chris Lattner · 17 years ago
  69. 6f11f6a Modifications to XCode project: by Ted Kremenek · 17 years ago
  70. a096e1d This is the first patch toward supporting protocol conforming by Fariborz Jahanian · 17 years ago
  71. f9e80db by Steve Naroff · 17 years ago
  72. 67907bd Patch for 1) Checking for duplicate methods decls in intterface and category. by Fariborz Jahanian · 17 years ago
  73. 84082af More tab removal activity. by Fariborz Jahanian · 17 years ago
  74. d77ce0e minor cleanups, make code more defensive, less branchy in Selector ctor. by Chris Lattner · 17 years ago
  75. fa601d5 Fixed all my recent test cases to have the RUN command and by Fariborz Jahanian · 17 years ago
  76. a84a126 move DeclObjc.h down to be alphabetically organized by Chris Lattner · 17 years ago
  77. 25aace8 by Steve Naroff · 17 years ago
  78. 78adb39 Renamed getCatLoc() to getLocation() to be consistant for such getter names. by Fariborz Jahanian · 17 years ago
  79. b4dfe36 by Steve Naroff · 17 years ago
  80. 1c095a7 Unified such names as protocol references, instance methods and class methods by Fariborz Jahanian · 17 years ago
  81. fa465d1 by Steve Naroff · 17 years ago
  82. a91aa32 This patch introduces the ObjcCategoryImplDecl class and does the checking related to by Fariborz Jahanian · 17 years ago
  83. 3fafa10 by Steve Naroff · 17 years ago
  84. 0c5affb Removed use of hash table for class decls and do a name look up directly. by Fariborz Jahanian · 17 years ago
  85. 6cb1d36 by Steve Naroff · 17 years ago
  86. 1e4e82f Patch for method implementation. It populates ObjcImplementationDecl object with method implementation declarations . by Fariborz Jahanian · 17 years ago
  87. 99f5f0b objc messages have side effects, return true from hasLocalSideEffect, fixing: by Chris Lattner · 17 years ago
  88. 6f324ee Updated XCode project to reflect that DataflowValues.h and DataflowSolver.h have by Ted Kremenek · 17 years ago
  89. c091b5d This patch introduces a new class to keep track of class implementation info. It also adds more by Fariborz Jahanian · 17 years ago
  90. 766afb8 Make case sorting deterministic by not depending on pointer by Chris Lattner · 17 years ago
  91. 6ee700e Updated XCode project with locations of "Analysis" visitor header files. by Ted Kremenek · 17 years ago
  92. b6976a2 Added support to clang driver to view ASTs using GraphViz. This by Ted Kremenek · 17 years ago
  93. c39ca26 by Steve Naroff · 17 years ago
  94. ca8c600 Re-added UninitializedValues.cpp to the XCode project because the file was renamed. by Ted Kremenek · 17 years ago
  95. 253118b by Steve Naroff · 17 years ago
  96. 75fe3b1 Added ASTConsumer.h to XCode project. by Ted Kremenek · 17 years ago
  97. 948fd37 by Steve Naroff · 17 years ago
  98. 129758d switch the llvm emitter to ASTConsumer interface. by Chris Lattner · 17 years ago
  99. 5762937 Initial checkin of rewriter interface. It is just stubbed out for now. by Chris Lattner · 17 years ago
  100. 0acc9c9 by Steve Naroff · 17 years ago