1. f3a05d9 Fix indentation width. by Anders Carlsson · 16 years ago
  2. 6afbf3f alphabeticalize. by Chris Lattner · 16 years ago
  3. 28030c9 alphabeticalize. by Chris Lattner · 16 years ago
  4. be80ebf sort files. by Chris Lattner · 16 years ago
  5. 890e3f6 Update Xcode project. by Ted Kremenek · 16 years ago
  6. 6608452 add OperatorKinds.* to the project. by Chris Lattner · 16 years ago
  7. 54f054e add PTHLexer.h to project by Chris Lattner · 16 years ago
  8. a9ab5d6 move some APValue methods out of line. by Chris Lattner · 16 years ago
  9. 8c99882 Update Xcode project. by Ted Kremenek · 16 years ago
  10. e4d22fb Update Xcode project. by Ted Kremenek · 16 years ago
  11. 210e0f5 sort files by name. by Chris Lattner · 16 years ago
  12. 7c65ad9 sort files add a missed header to the project. by Chris Lattner · 16 years ago
  13. 97d2212 Update Xcode project. by Ted Kremenek · 16 years ago
  14. 664a218 Update Xcode project. by Ted Kremenek · 16 years ago
  15. 9d72851 Rename Characteristic_t to CharacteristicKind by Chris Lattner · 16 years ago
  16. 418f6c7 Remember whether an initlist had a designator in the AST. by Chris Lattner · 16 years ago
  17. eccc53a This patch continues parser-level implementation of designators: by Chris Lattner · 16 years ago
  18. d02dae5 add a missing file to project, alphabeticalize. by Chris Lattner · 16 years ago
  19. b247578 Updated Xcode project. by Ted Kremenek · 16 years ago
  20. 9b3dc91 Update Xcode project. We still get a link error, however, because of an LLVM library that isn't being linked in for CodeGen (will fix). by Ted Kremenek · 16 years ago
  21. e117d48 Update Xcode project. by Ted Kremenek · 16 years ago
  22. c46d1a1 implement a couple fixme's by implementing __extension__ properly. by Chris Lattner · 16 years ago
  23. cff9cc9 start implementing a token rewriter. At this point, it just reads in a file by Chris Lattner · 16 years ago
  24. b13c5ee Add a new -rewrite-test option, which is basically a by Chris Lattner · 16 years ago
  25. 35f77de Update Xcode project. by Ted Kremenek · 16 years ago
  26. 9a9683b Change indentation for a couple of files in the Xcode project. by Anders Carlsson · 16 years ago
  27. 71af229 __ENVIRONMENT_MAC_OS_X_VERSION_MIN_REQUIRED__ is a darwin-specific #define by Chris Lattner · 16 years ago
  28. f30f289 alphabetize files by Chris Lattner · 16 years ago
  29. bb83ad2 Update Xcode project. by Ted Kremenek · 16 years ago
  30. 644f5fc Update Xcode project. by Ted Kremenek · 16 years ago
  31. 1c9f81b Add support for rewriting blocks... by Steve Naroff · 16 years ago
  32. 851607b Update Xcode project. by Ted Kremenek · 16 years ago
  33. d9331a4 Update Xcode project. by Ted Kremenek · 16 years ago
  34. 1a8f001 Fix indentation on files in CodeGen and Sema. by Anders Carlsson · 16 years ago
  35. 561ca4b Remove BasicStore.h from Xcode project. by Ted Kremenek · 16 years ago
  36. 58ecc94 Removed Regions.[h,cpp] from the Xcode project. by Ted Kremenek · 16 years ago
  37. 6855492 Update Xcode project. by Ted Kremenek · 16 years ago
  38. 99d6148 Update Xcode project. by Ted Kremenek · 16 years ago
  39. 40aa8b2 Update Xcode project. by Ted Kremenek · 16 years ago
  40. aa0d25b Add support for parsing the objc_gc attribute. Tests will come shortly. by Anders Carlsson · 16 years ago
  41. 67f9071 Tweak the indentation for a couple of files by Anders Carlsson · 16 years ago
  42. 298b425 Update Xcode project. by Ted Kremenek · 16 years ago
  43. e1b29ef Add preliminary (and probably broken) codegen support for C++ static initializers. by Anders Carlsson · 16 years ago
  44. 7ba378a Update Xcode project. by Ted Kremenek · 16 years ago
  45. aae2b10 Update Xcode project. by Ted Kremenek · 16 years ago
  46. 1fb5768 Update Xcode project. by Ted Kremenek · 16 years ago
  47. 8389eab Fix PR2400 by more graceful handling of invalid decls. Don't try to layout by Chris Lattner · 16 years ago
  48. 1fc01fa Update xcode project to new libDriver layout. by Ted Kremenek · 16 years ago
  49. 33dc00b improve order by Chris Lattner · 16 years ago
  50. 806954b alphabeticalize a bit better. by Chris Lattner · 16 years ago
  51. 035be10 alphabeticalize by Chris Lattner · 16 years ago
  52. 69e16bd Update Xcode project. by Ted Kremenek · 16 years ago
  53. 207cb06 Update Xcode project. by Ted Kremenek · 16 years ago
  54. 24ad90c Update Xcode project. by Ted Kremenek · 16 years ago
  55. ca33f79 remove CGObjCEtoile until it compiles. by Chris Lattner · 16 years ago
  56. 0e0caa2 Update Xcode project. by Ted Kremenek · 16 years ago
  57. eb04751 Updated Xcode project. by Ted Kremenek · 16 years ago
  58. 48fa89e Update Xcode project. by Ted Kremenek · 16 years ago
  59. d1b0fde Update Xcode project. by Ted Kremenek · 16 years ago
  60. c44eec6 Shuffle things around in preparation for integrating Eli's constant evaluator. by Anders Carlsson · 16 years ago
  61. 058563a Updated Xcode project with new files in the Driver: AnalysisConsumer.[h,cpp] by Ted Kremenek · 16 years ago
  62. 6b6b537 move decl attribute processing to a new SemaDeclAttr.cpp. by Chris Lattner · 16 years ago
  63. dbf2328 Update Xcode project so that the clang target depends on LLVMAnalysis.a by Ted Kremenek · 16 years ago
  64. accecb2 Update Xcode project. by Ted Kremenek · 16 years ago
  65. 1f180c3 Rename summary methods for "instance methods" to "class methods" (the names got screwed up). No functionality change. by Ted Kremenek · 16 years ago
  66. 8031a85 add a new clang::APValue class at Eli's request. It is a discriminated by Chris Lattner · 16 years ago
  67. 553f0ea Updated Xcode project. by Ted Kremenek · 16 years ago
  68. 2505d73 Updated Xcode project. by Ted Kremenek · 16 years ago
  69. d251432 Update Xcode project. by Ted Kremenek · 16 years ago
  70. e6b0ab4 Updated Xcode project. by Ted Kremenek · 16 years ago
  71. f291b10 set long/pointers to 64-bits on ppc64/x86-64 by Chris Lattner · 16 years ago
  72. b1db214 Updated Xcode project. by Ted Kremenek · 16 years ago
  73. b57e3d4 start implementation of a macro rewriter, this is currently just stubbed out. by Chris Lattner · 16 years ago
  74. a8f582d Update XCode project (added GRTransferFuncs.cpp). by Ted Kremenek · 16 years ago
  75. 8ac661c Add -o support for -emit-html, make it not produce a file on an error. by Chris Lattner · 16 years ago
  76. 8beca11 Rename a file and update the Xcode project. by Steve Naroff · 16 years ago
  77. 5fd3e26 move a ton of code out of line, from RewriteRope.h -> RewriteRope.cpp by Chris Lattner · 16 years ago
  78. 8100d74 move the DeltaTree implementation out of line, remove debugging printfs etc. by Chris Lattner · 16 years ago
  79. 5c9dc5a Do an initial hack at replacing one of the incredibly inefficient by Chris Lattner · 16 years ago
  80. 405cbb4 Update Xcode project with missing files. by Ted Kremenek · 16 years ago
  81. 393be15 Add SemaDeclCXX.cpp to Xcode project. by Ted Kremenek · 16 years ago
  82. 5dd18b7 Add HTMLRewrite.h to Xcode project. by Ted Kremenek · 16 years ago
  83. c4e4059 Simplify some objc compatibility testing, make interfaceTypesAreCompatible by Chris Lattner · 16 years ago
  84. 8ace0d5 Add DeclBase.h to Xcode project. by Steve Naroff · 16 years ago
  85. be09ede various bug fixes, add to xcode project. by Chris Lattner · 16 years ago
  86. d45d268 Updated Xcode project to include BugReporter.[cpp,h]. by Ted Kremenek · 16 years ago
  87. bc8e016 Update Xcode project: add BasicObjCFoundationChecks.h by Ted Kremenek · 16 years ago
  88. fb5610d Added AnnotatedPath.h, GRAuditor.h, GRSimpleAPICheck.h and BasicObjCFoundationChecks.cpp to Xcode project. by Ted Kremenek · 16 years ago
  89. 50e58c1 Updated Xcode project with HTMLDiagnostics.[h,cpp] by Ted Kremenek · 16 years ago
  90. b8540c6 Added PathDiagnostic.[h,cpp] to Xcode project. by Ted Kremenek · 16 years ago
  91. 245f1b5 Add missing files by Nate Begeman · 16 years ago
  92. 1e03a56 Split objc decl implementation out into DeclObjC.cpp by Chris Lattner · 16 years ago
  93. 8e25d86 switch the rest of the C decl classes to do their by Chris Lattner · 16 years ago
  94. bda0b62 Make a major restructuring of the clang tree: introduce a top-level by Chris Lattner · 16 years ago
  95. 4f2d57c Add PPLexerChange.cpp to the project. by Chris Lattner · 16 years ago
  96. a3b605e split macro expansion support out of Preprocessor.cpp into PPMacroExpansion.cpp by Chris Lattner · 16 years ago
  97. e5c8ffe split the MacroArgs class out of TokenLexer.cpp/h into MacroArgs.cpp/h by Chris Lattner · 16 years ago
  98. 5d75de0 Rename MacroExpander.cpp/h -> TokenLexer.cpp/h by Chris Lattner · 16 years ago
  99. d283292 fix clang xcode build by Nate Begeman · 16 years ago
  100. 141e71f split preprocesor directive handling out of Preprocessor.cpp into Directives.cpp by Chris Lattner · 16 years ago