1. e5fde95 set long/pointers to 64-bits on ppc64/x86-64 by Chris Lattner · 17 years ago
  2. 78f1ea9 Updated Xcode project. by Ted Kremenek · 17 years ago
  3. 1665a9f start implementation of a macro rewriter, this is currently just stubbed out. by Chris Lattner · 17 years ago
  4. 364c43c Update XCode project (added GRTransferFuncs.cpp). by Ted Kremenek · 17 years ago
  5. 5fdcc30 Add -o support for -emit-html, make it not produce a file on an error. by Chris Lattner · 17 years ago
  6. ae4e9cd Rename a file and update the Xcode project. by Steve Naroff · 17 years ago
  7. 6b0461f move a ton of code out of line, from RewriteRope.h -> RewriteRope.cpp by Chris Lattner · 17 years ago
  8. 237f8e1 move the DeltaTree implementation out of line, remove debugging printfs etc. by Chris Lattner · 17 years ago
  9. 12a785c Do an initial hack at replacing one of the incredibly inefficient by Chris Lattner · 17 years ago
  10. aead231 Update Xcode project with missing files. by Ted Kremenek · 17 years ago
  11. 21d459c Add SemaDeclCXX.cpp to Xcode project. by Ted Kremenek · 17 years ago
  12. 15f4a07 Add HTMLRewrite.h to Xcode project. by Ted Kremenek · 17 years ago
  13. 855fed4 Simplify some objc compatibility testing, make interfaceTypesAreCompatible by Chris Lattner · 17 years ago
  14. 818f7fd Add DeclBase.h to Xcode project. by Steve Naroff · 17 years ago
  15. 1a3fb3f various bug fixes, add to xcode project. by Chris Lattner · 17 years ago
  16. fd966e2 Updated Xcode project to include BugReporter.[cpp,h]. by Ted Kremenek · 17 years ago
  17. 7dbc41f Update Xcode project: add BasicObjCFoundationChecks.h by Ted Kremenek · 17 years ago
  18. 2cf2d32 Added AnnotatedPath.h, GRAuditor.h, GRSimpleAPICheck.h and BasicObjCFoundationChecks.cpp to Xcode project. by Ted Kremenek · 17 years ago
  19. b9b9d4d Updated Xcode project with HTMLDiagnostics.[h,cpp] by Ted Kremenek · 17 years ago
  20. bcacef5 Added PathDiagnostic.[h,cpp] to Xcode project. by Ted Kremenek · 17 years ago
  21. 35be94a Add missing files by Nate Begeman · 17 years ago
  22. 10318b8 Split objc decl implementation out into DeclObjC.cpp by Chris Lattner · 17 years ago
  23. 81db64a switch the rest of the C decl classes to do their by Chris Lattner · 17 years ago
  24. be1a7a0 Make a major restructuring of the clang tree: introduce a top-level by Chris Lattner · 17 years ago
  25. 5c51bd9 Add PPLexerChange.cpp to the project. by Chris Lattner · 17 years ago
  26. c7a3968 split macro expansion support out of Preprocessor.cpp into PPMacroExpansion.cpp by Chris Lattner · 17 years ago
  27. 568ec6b split the MacroArgs class out of TokenLexer.cpp/h into MacroArgs.cpp/h by Chris Lattner · 17 years ago
  28. 5d097bd Rename MacroExpander.cpp/h -> TokenLexer.cpp/h by Chris Lattner · 17 years ago
  29. 1826a7f fix clang xcode build by Nate Begeman · 17 years ago
  30. 01ee246 split preprocesor directive handling out of Preprocessor.cpp into Directives.cpp by Chris Lattner · 17 years ago
  31. 8ad1987 Renamed ValueManager to BasicValueFactory. by Ted Kremenek · 17 years ago
  32. 32de3c4 add analysis source files to project. by Chris Lattner · 17 years ago
  33. fcb2e07 Add the various pathsensitive headers to the project. by Chris Lattner · 17 years ago
  34. 2cc5243 ProgramEdge.h doesn't exist anymore. by Chris Lattner · 17 years ago
  35. cbfb551 Add codegen support for ObjC message expressions with the GNU runtime. by Chris Lattner · 17 years ago
  36. 3c0e348 Add Attr.h which is an AST-level class for GCC attributes. by Anders Carlsson · 17 years ago
  37. a8c2d59 pass the astconsumer into Sema's ctor, clean up some stuff in by Chris Lattner · 17 years ago
  38. 0bed6ec rename ASTSTreamer.{h|cpp} -> ParseAST.{h|cpp} by Chris Lattner · 17 years ago
  39. b154837 Make rewriter::inserttext return a bool to indicate if it failed. by Chris Lattner · 17 years ago
  40. de59829 Tweaks to EmitLValue in CGExprConstant. Patch by Eli Friedman. by Anders Carlsson · 17 years ago
  41. 4d69b7b Add Basic/Targets.cpp to the Xcode project... by Steve Naroff · 17 years ago
  42. 9ea6a2d Patch to rewrite ObjC2's foreach-stmt. by Fariborz Jahanian · 17 years ago
  43. 0949305 move objc expr sema to its own file. by Chris Lattner · 17 years ago
  44. 17c0cb0 Fix a crash reported by Seo Sanghyeon. by Chris Lattner · 17 years ago
  45. 386ab8a Compute the proper sourcerange for an CompoundLiteralExpr. by Chris Lattner · 17 years ago
  46. 9235b5b move file to proper place in project. by Chris Lattner · 17 years ago
  47. 2e93029 From Lucas Newman: by Chris Lattner · 17 years ago
  48. e1644e6 alphabetize in project. by Chris Lattner · 17 years ago
  49. db4334f Updated Xcode project to be in sync with recent changes in file locations by Ted Kremenek · 17 years ago
  50. 89296c5 Updated locations of TranslationUnit.[cpp,h] in XCode project. by Ted Kremenek · 17 years ago
  51. bccfc15 reenable this code, fix the testcase. by Chris Lattner · 17 years ago
  52. e76e841 Patch to implemented objective-c's dynamic object pointer qualified with by Fariborz Jahanian · 17 years ago
  53. 836b8bc Targets.cpp is gone. by Chris Lattner · 17 years ago
  54. 1df68f9 Sink getName into DirectoryLookup to simplify the client in clang. by Chris Lattner · 17 years ago
  55. 6707f27 add headermap.cpp by Chris Lattner · 17 years ago
  56. c2043bf Step #1 in adding headermap support to clang. by Chris Lattner · 17 years ago
  57. 49af3f3 by Steve Naroff · 17 years ago
  58. 9d76c72 unbreak the build. I'm still working on test failures. by Chris Lattner · 17 years ago
  59. 855e51f split objc pieces of SemaDecl.cpp out into SemaDeclObjC.cpp by Chris Lattner · 17 years ago
  60. e54443b Fix a codegen crash on test/CodeGen/cast.c, reported by Keith. by Chris Lattner · 17 years ago
  61. ddd3e63 Add ObjC parser support for concatenated ObjC strings. Note that by Chris Lattner · 17 years ago
  62. e1449c1 Move target specific builtin IDs to TargetBuiltins.h so that they can be used by CGBuiltin.cpp by Anders Carlsson · 17 years ago
  63. 78769a6 Added Driver/TranslationUnit.h and Driver/TranslationUnit.cpp to the by Ted Kremenek · 17 years ago
  64. 6100d61 Added Basic/LangOptions.cpp to XCode project. by Ted Kremenek · 17 years ago
  65. cc5c8df fix a couple switch codegen problems Oliver reported. by Chris Lattner · 17 years ago
  66. 258f26c pass diagnostics into the rewrite test client. by Chris Lattner · 17 years ago
  67. 6fd865b by Steve Naroff · 17 years ago
  68. eee2f2b Fix a bug checking for 'int foo(void)' that didn't look through typedefs of void. by Chris Lattner · 17 years ago
  69. 30c6675 Moved logic for -Wfloat-equal to SemaChecking.cpp. by Ted Kremenek · 17 years ago
  70. 1ddb6f5 by Steve Naroff · 17 years ago
  71. c17d26c change source location to have two bits for macros, tracking by Chris Lattner · 17 years ago
  72. 334fbc2 by Steve Naroff · 17 years ago
  73. 233875d add a getAtOffset() member to simplify some code. by Chris Lattner · 17 years ago
  74. 9c75223 Add a new RewriteRope data structure which is a smarter way to represent the text by Chris Lattner · 17 years ago
  75. 96375b3 Added TypeSerialization.cpp and DeclSerialization.cpp to the XCode project. by Ted Kremenek · 17 years ago
  76. 5003e8b add support for vector type compatibility checking. Patch by Nate Begeman. by Chris Lattner · 17 years ago
  77. 77d081b by Steve Naroff · 17 years ago
  78. 6dab49b More infrastructure to recognize objective-c's type qualifiers (in,inout, etc.) by Fariborz Jahanian · 17 years ago
  79. ae84af8 by Steve Naroff · 17 years ago
  80. c6b7175 After Anders check-in, we can now encode 'Class' type. by Fariborz Jahanian · 17 years ago
  81. 05d6ff5 by Steve Naroff · 17 years ago
  82. 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
  83. 02a82aa by Steve Naroff · 17 years ago
  84. 80faffa Added type encoding for 'id' type. by Fariborz Jahanian · 17 years ago
  85. 1ccf463 by Steve Naroff · 17 years ago
  86. c81f316 Encoding for objectiive-c methods. by Fariborz Jahanian · 17 years ago
  87. 1a7fa7b by Steve Naroff · 17 years ago
  88. e3f0257 Address Chris's comments. by Anders Carlsson · 17 years ago
  89. 8a40a83 Implement *skeletal* support for representing GNU inline asm stmts in the AST, by Chris Lattner · 17 years ago
  90. ab3ec25 Path to synthesize 'instance' size field of _objc_class metadata. by Fariborz Jahanian · 17 years ago
  91. 3774dd9 by Steve Naroff · 17 years ago
  92. af37833 Added DeclSerialization.cpp to XCode project. by Ted Kremenek · 17 years ago
  93. cf89c7e Refactored several meta data for reusability. by Fariborz Jahanian · 17 years ago
  94. c3aa5c4 Convert one type of metadata to use std::string instead of printf as an example. by Chris Lattner · 17 years ago
  95. 2cf7a5c Added SourceLocation.cpp to XCode project. by Ted Kremenek · 17 years ago
  96. f624cd2 Add a new ChooseExpr::isConditionTrue method to unify some code. by Chris Lattner · 17 years ago
  97. 9b4e4ff Refactord instance and class metadata emission. Refactored protocols metadata emission. by Fariborz Jahanian · 17 years ago
  98. e978058 by Steve Naroff · 17 years ago
  99. 4c4abed by Steve Naroff · 17 years ago
  100. 0445519 This patch generates protocol metadata and all its sub-metadata. by Fariborz Jahanian · 17 years ago