1. 240f1f0 Renamed ValueManager to BasicValueFactory. by Ted Kremenek · 16 years ago
  2. 631bf6c add analysis source files to project. by Chris Lattner · 16 years ago
  3. 48b3244 Add the various pathsensitive headers to the project. by Chris Lattner · 16 years ago
  4. 1b65343 ProgramEdge.h doesn't exist anymore. by Chris Lattner · 16 years ago
  5. 2b94fe3 Add codegen support for ObjC message expressions with the GNU runtime. by Chris Lattner · 16 years ago
  6. d429cd4 Add Attr.h which is an AST-level class for GCC attributes. by Anders Carlsson · 16 years ago
  7. 2ae34ed pass the astconsumer into Sema's ctor, clean up some stuff in by Chris Lattner · 16 years ago
  8. e91c134 rename ASTSTreamer.{h|cpp} -> ParseAST.{h|cpp} by Chris Lattner · 16 years ago
  9. dcbc5b0 Make rewriter::inserttext return a bool to indicate if it failed. by Chris Lattner · 16 years ago
  10. 84005b4 Tweaks to EmitLValue in CGExprConstant. Patch by Eli Friedman. by Anders Carlsson · 16 years ago
  11. a15c15a Add Basic/Targets.cpp to the Xcode project... by Steve Naroff · 17 years ago
  12. 33b9c4e Patch to rewrite ObjC2's foreach-stmt. by Fariborz Jahanian · 17 years ago
  13. 85a932e move objc expr sema to its own file. by Chris Lattner · 17 years ago
  14. 8f92528 Fix a crash reported by Seo Sanghyeon. by Chris Lattner · 17 years ago
  15. 0fc53df Compute the proper sourcerange for an CompoundLiteralExpr. by Chris Lattner · 17 years ago
  16. c063e43 move file to proper place in project. by Chris Lattner · 17 years ago
  17. bfc7930 From Lucas Newman: by Chris Lattner · 17 years ago
  18. 1dc4304 alphabetize in project. by Chris Lattner · 17 years ago
  19. 6af1753 Updated Xcode project to be in sync with recent changes in file locations by Ted Kremenek · 17 years ago
  20. 9dadf5a Updated locations of TranslationUnit.[cpp,h] in XCode project. by Ted Kremenek · 17 years ago
  21. 68cfd49 reenable this code, fix the testcase. by Chris Lattner · 17 years ago
  22. c569249 Patch to implemented objective-c's dynamic object pointer qualified with by Fariborz Jahanian · 17 years ago
  23. 2f6974a Targets.cpp is gone. by Chris Lattner · 17 years ago
  24. 3af66a9 Sink getName into DirectoryLookup to simplify the client in clang. by Chris Lattner · 17 years ago
  25. 0f441ab add headermap.cpp by Chris Lattner · 17 years ago
  26. 822da61 Step #1 in adding headermap support to clang. by Chris Lattner · 17 years ago
  27. 5e71124 by Steve Naroff · 17 years ago
  28. 4c52509 unbreak the build. I'm still working on test failures. by Chris Lattner · 17 years ago
  29. 4d39148 split objc pieces of SemaDecl.cpp out into SemaDeclObjC.cpp by Chris Lattner · 17 years ago
  30. a9e6372 Fix a codegen crash on test/CodeGen/cast.c, reported by Keith. by Chris Lattner · 17 years ago
  31. b3a99cd Add ObjC parser support for concatenated ObjC strings. Note that by Chris Lattner · 17 years ago
  32. 564f1de Move target specific builtin IDs to TargetBuiltins.h so that they can be used by CGBuiltin.cpp by Anders Carlsson · 17 years ago
  33. 8b5f658 Added Driver/TranslationUnit.h and Driver/TranslationUnit.cpp to the by Ted Kremenek · 17 years ago
  34. 589fd42 Added Basic/LangOptions.cpp to XCode project. by Ted Kremenek · 17 years ago
  35. 1438b49 fix a couple switch codegen problems Oliver reported. by Chris Lattner · 17 years ago
  36. e365c50 pass diagnostics into the rewrite test client. by Chris Lattner · 17 years ago
  37. 1f64432 by Steve Naroff · 17 years ago
  38. b751c28 Fix a bug checking for 'int foo(void)' that didn't look through typedefs of void. by Chris Lattner · 17 years ago
  39. 588e5eb Moved logic for -Wfloat-equal to SemaChecking.cpp. by Ted Kremenek · 17 years ago
  40. f68a63f by Steve Naroff · 17 years ago
  41. b7489d8 change source location to have two bits for macros, tracking by Chris Lattner · 17 years ago
  42. f3473a7 by Steve Naroff · 17 years ago
  43. fab21b6 add a getAtOffset() member to simplify some code. by Chris Lattner · 17 years ago
  44. 8b0c2f6 Add a new RewriteRope data structure which is a smarter way to represent the text by Chris Lattner · 17 years ago
  45. 8c35a9b Added TypeSerialization.cpp and DeclSerialization.cpp to the XCode project. by Ted Kremenek · 17 years ago
  46. 770951b add support for vector type compatibility checking. Patch by Nate Begeman. by Chris Lattner · 17 years ago
  47. 6c6a2db by Steve Naroff · 17 years ago
  48. 19d74e1 More infrastructure to recognize objective-c's type qualifiers (in,inout, etc.) by Fariborz Jahanian · 17 years ago
  49. 8ee529b by Steve Naroff · 17 years ago
  50. dea84f8 After Anders check-in, we can now encode 'Class' type. by Fariborz Jahanian · 17 years ago
  51. 9165ad3 by Steve Naroff · 17 years ago
  52. 8be9d0a Added new type and bitfield fields in some decl types in preparation for objective-c's type qualifiers. by Fariborz Jahanian · 17 years ago
  53. 09b266e by Steve Naroff · 17 years ago
  54. c2939bc Added type encoding for 'id' type. by Fariborz Jahanian · 17 years ago
  55. 2feac5e by Steve Naroff · 17 years ago
  56. 33e1d64 Encoding for objectiive-c methods. by Fariborz Jahanian · 17 years ago
  57. 60fccee by Steve Naroff · 17 years ago
  58. e8c4953 Address Chris's comments. by Anders Carlsson · 17 years ago
  59. fe79595 Implement *skeletal* support for representing GNU inline asm stmts in the AST, by Chris Lattner · 17 years ago
  60. 4d733d3 Path to synthesize 'instance' size field of _objc_class metadata. by Fariborz Jahanian · 17 years ago
  61. bef1185 by Steve Naroff · 17 years ago
  62. f152b2e Added DeclSerialization.cpp to XCode project. by Ted Kremenek · 17 years ago
  63. ccd87b0 Refactored several meta data for reusability. by Fariborz Jahanian · 17 years ago
  64. 158ecb9 Convert one type of metadata to use std::string instead of printf as an example. by Chris Lattner · 17 years ago
  65. a194bc6 Added SourceLocation.cpp to XCode project. by Ted Kremenek · 17 years ago
  66. 27437ca Add a new ChooseExpr::isConditionTrue method to unify some code. by Chris Lattner · 17 years ago
  67. 2e6d935 Refactord instance and class metadata emission. Refactored protocols metadata emission. by Fariborz Jahanian · 17 years ago
  68. ebf2b56 by Steve Naroff · 17 years ago
  69. 7e15891 by Steve Naroff · 17 years ago
  70. e887c09 This patch generates protocol metadata and all its sub-metadata. by Fariborz Jahanian · 17 years ago
  71. 806a4eb by Steve Naroff · 17 years ago
  72. 6acaabc Added StmtIterator.cpp and StmtIterator.h to the XCode project. by Ted Kremenek · 17 years ago
  73. fd8b4a4 by Steve Naroff · 17 years ago
  74. 5a59d92 Added Driver/SerializationTest.cpp to the XCode project. by Ted Kremenek · 17 years ago
  75. 2a35fa9 Fix location processing of @selector: the range should include the @ sign. by Fariborz Jahanian · 17 years ago
  76. 311ff02 Add a new Rewriter::getRangeSize method. by Chris Lattner · 17 years ago
  77. 3e7fd15 Patch to diagnose duplicate method implementations. by Fariborz Jahanian · 17 years ago
  78. 2c64b7b Push the rewriter forward a bit more. Now it rewrites by Chris Lattner · 17 years ago
  79. b62f681 Patch to implement AST generation for objective-c's @selector expression. by Fariborz Jahanian · 17 years ago
  80. a1fe117 by Steve Naroff · 17 years ago
  81. a0818e3 Patch to parse @selector expressions. by Fariborz Jahanian · 17 years ago
  82. ec0550f by Steve Naroff · 17 years ago
  83. ee98ac5 Add support for Pascal strings. by Anders Carlsson · 17 years ago
  84. 88d0ed0 Woo, tab deletion now works. Next lets see if we can insert stuff. by Chris Lattner · 17 years ago
  85. e7f64cc Check and diagnose that objective-c objects may not be statically allocated. by Fariborz Jahanian · 17 years ago
  86. 8f74476 by Steve Naroff · 17 years ago
  87. bece4ac Fixed a bug whereby, struct tag name matches a typedef/objc-class name by Fariborz Jahanian · 17 years ago
  88. 88e0052 add RewriterTest.cpp to xcode project. by Chris Lattner · 17 years ago
  89. 4b6c905 Patch to create protocol conforming class types. by Fariborz Jahanian · 17 years ago
  90. e21b573 Refinements to Sema::GetObjcIdType()... by Steve Naroff · 17 years ago
  91. 2d85f8b Emit a warning when the body of an if block is a NullStmt. by Anders Carlsson · 17 years ago
  92. d19144b resolve a fixme, by moving __builtin_va_list to a more logical by Chris Lattner · 17 years ago
  93. b216c88 by Steve Naroff · 17 years ago
  94. 05672a0 Remove addition of protocol names to declaration scopes, use a separate by Fariborz Jahanian · 17 years ago
  95. 4e1d99a switch more code to use Token::is/isNot where possible. by Chris Lattner · 17 years ago
  96. b652cea rename some "Parse" actions to "ActOn". Move code around in by Chris Lattner · 17 years ago
  97. e37882a Added a new class for Interfaces qualified by protocol list. by Fariborz Jahanian · 17 years ago
  98. 22cdd23 by Steve Naroff · 17 years ago
  99. 8307adb Move identifierTable.h to the right folder. by Chris Lattner · 17 years ago
  100. eefc418 by Steve Naroff · 17 years ago