1. 0e0caa2 Update Xcode project. by Ted Kremenek · 16 years ago
  2. eb04751 Updated Xcode project. by Ted Kremenek · 16 years ago
  3. 48fa89e Update Xcode project. by Ted Kremenek · 16 years ago
  4. d1b0fde Update Xcode project. by Ted Kremenek · 16 years ago
  5. c44eec6 Shuffle things around in preparation for integrating Eli's constant evaluator. by Anders Carlsson · 16 years ago
  6. 058563a Updated Xcode project with new files in the Driver: AnalysisConsumer.[h,cpp] by Ted Kremenek · 16 years ago
  7. 6b6b537 move decl attribute processing to a new SemaDeclAttr.cpp. by Chris Lattner · 16 years ago
  8. dbf2328 Update Xcode project so that the clang target depends on LLVMAnalysis.a by Ted Kremenek · 16 years ago
  9. accecb2 Update Xcode project. by Ted Kremenek · 16 years ago
  10. 1f180c3 Rename summary methods for "instance methods" to "class methods" (the names got screwed up). No functionality change. by Ted Kremenek · 16 years ago
  11. 8031a85 add a new clang::APValue class at Eli's request. It is a discriminated by Chris Lattner · 16 years ago
  12. 553f0ea Updated Xcode project. by Ted Kremenek · 16 years ago
  13. 2505d73 Updated Xcode project. by Ted Kremenek · 16 years ago
  14. d251432 Update Xcode project. by Ted Kremenek · 16 years ago
  15. e6b0ab4 Updated Xcode project. by Ted Kremenek · 16 years ago
  16. f291b10 set long/pointers to 64-bits on ppc64/x86-64 by Chris Lattner · 16 years ago
  17. b1db214 Updated Xcode project. by Ted Kremenek · 16 years ago
  18. b57e3d4 start implementation of a macro rewriter, this is currently just stubbed out. by Chris Lattner · 16 years ago
  19. a8f582d Update XCode project (added GRTransferFuncs.cpp). by Ted Kremenek · 16 years ago
  20. 8ac661c Add -o support for -emit-html, make it not produce a file on an error. by Chris Lattner · 16 years ago
  21. 8beca11 Rename a file and update the Xcode project. by Steve Naroff · 16 years ago
  22. 5fd3e26 move a ton of code out of line, from RewriteRope.h -> RewriteRope.cpp by Chris Lattner · 16 years ago
  23. 8100d74 move the DeltaTree implementation out of line, remove debugging printfs etc. by Chris Lattner · 16 years ago
  24. 5c9dc5a Do an initial hack at replacing one of the incredibly inefficient by Chris Lattner · 16 years ago
  25. 405cbb4 Update Xcode project with missing files. by Ted Kremenek · 16 years ago
  26. 393be15 Add SemaDeclCXX.cpp to Xcode project. by Ted Kremenek · 16 years ago
  27. 5dd18b7 Add HTMLRewrite.h to Xcode project. by Ted Kremenek · 16 years ago
  28. c4e4059 Simplify some objc compatibility testing, make interfaceTypesAreCompatible by Chris Lattner · 16 years ago
  29. 8ace0d5 Add DeclBase.h to Xcode project. by Steve Naroff · 16 years ago
  30. be09ede various bug fixes, add to xcode project. by Chris Lattner · 16 years ago
  31. d45d268 Updated Xcode project to include BugReporter.[cpp,h]. by Ted Kremenek · 16 years ago
  32. bc8e016 Update Xcode project: add BasicObjCFoundationChecks.h by Ted Kremenek · 16 years ago
  33. fb5610d Added AnnotatedPath.h, GRAuditor.h, GRSimpleAPICheck.h and BasicObjCFoundationChecks.cpp to Xcode project. by Ted Kremenek · 16 years ago
  34. 50e58c1 Updated Xcode project with HTMLDiagnostics.[h,cpp] by Ted Kremenek · 16 years ago
  35. b8540c6 Added PathDiagnostic.[h,cpp] to Xcode project. by Ted Kremenek · 16 years ago
  36. 245f1b5 Add missing files by Nate Begeman · 16 years ago
  37. 1e03a56 Split objc decl implementation out into DeclObjC.cpp by Chris Lattner · 16 years ago
  38. 8e25d86 switch the rest of the C decl classes to do their by Chris Lattner · 16 years ago
  39. bda0b62 Make a major restructuring of the clang tree: introduce a top-level by Chris Lattner · 16 years ago
  40. 4f2d57c Add PPLexerChange.cpp to the project. by Chris Lattner · 16 years ago
  41. a3b605e split macro expansion support out of Preprocessor.cpp into PPMacroExpansion.cpp by Chris Lattner · 16 years ago
  42. e5c8ffe split the MacroArgs class out of TokenLexer.cpp/h into MacroArgs.cpp/h by Chris Lattner · 16 years ago
  43. 5d75de0 Rename MacroExpander.cpp/h -> TokenLexer.cpp/h by Chris Lattner · 16 years ago
  44. d283292 fix clang xcode build by Nate Begeman · 16 years ago
  45. 141e71f split preprocesor directive handling out of Preprocessor.cpp into Directives.cpp by Chris Lattner · 16 years ago
  46. 240f1f0 Renamed ValueManager to BasicValueFactory. by Ted Kremenek · 16 years ago
  47. 631bf6c add analysis source files to project. by Chris Lattner · 16 years ago
  48. 48b3244 Add the various pathsensitive headers to the project. by Chris Lattner · 16 years ago
  49. 1b65343 ProgramEdge.h doesn't exist anymore. by Chris Lattner · 16 years ago
  50. 2b94fe3 Add codegen support for ObjC message expressions with the GNU runtime. by Chris Lattner · 16 years ago
  51. d429cd4 Add Attr.h which is an AST-level class for GCC attributes. by Anders Carlsson · 16 years ago
  52. 2ae34ed pass the astconsumer into Sema's ctor, clean up some stuff in by Chris Lattner · 16 years ago
  53. e91c134 rename ASTSTreamer.{h|cpp} -> ParseAST.{h|cpp} by Chris Lattner · 16 years ago
  54. dcbc5b0 Make rewriter::inserttext return a bool to indicate if it failed. by Chris Lattner · 16 years ago
  55. 84005b4 Tweaks to EmitLValue in CGExprConstant. Patch by Eli Friedman. by Anders Carlsson · 16 years ago
  56. a15c15a Add Basic/Targets.cpp to the Xcode project... by Steve Naroff · 16 years ago
  57. 33b9c4e Patch to rewrite ObjC2's foreach-stmt. by Fariborz Jahanian · 17 years ago
  58. 85a932e move objc expr sema to its own file. by Chris Lattner · 17 years ago
  59. 8f92528 Fix a crash reported by Seo Sanghyeon. by Chris Lattner · 17 years ago
  60. 0fc53df Compute the proper sourcerange for an CompoundLiteralExpr. by Chris Lattner · 17 years ago
  61. c063e43 move file to proper place in project. by Chris Lattner · 17 years ago
  62. bfc7930 From Lucas Newman: by Chris Lattner · 17 years ago
  63. 1dc4304 alphabetize in project. by Chris Lattner · 17 years ago
  64. 6af1753 Updated Xcode project to be in sync with recent changes in file locations by Ted Kremenek · 17 years ago
  65. 9dadf5a Updated locations of TranslationUnit.[cpp,h] in XCode project. by Ted Kremenek · 17 years ago
  66. 68cfd49 reenable this code, fix the testcase. by Chris Lattner · 17 years ago
  67. c569249 Patch to implemented objective-c's dynamic object pointer qualified with by Fariborz Jahanian · 17 years ago
  68. 2f6974a Targets.cpp is gone. by Chris Lattner · 17 years ago
  69. 3af66a9 Sink getName into DirectoryLookup to simplify the client in clang. by Chris Lattner · 17 years ago
  70. 0f441ab add headermap.cpp by Chris Lattner · 17 years ago
  71. 822da61 Step #1 in adding headermap support to clang. by Chris Lattner · 17 years ago
  72. 5e71124 by Steve Naroff · 17 years ago
  73. 4c52509 unbreak the build. I'm still working on test failures. by Chris Lattner · 17 years ago
  74. 4d39148 split objc pieces of SemaDecl.cpp out into SemaDeclObjC.cpp by Chris Lattner · 17 years ago
  75. a9e6372 Fix a codegen crash on test/CodeGen/cast.c, reported by Keith. by Chris Lattner · 17 years ago
  76. b3a99cd Add ObjC parser support for concatenated ObjC strings. Note that by Chris Lattner · 17 years ago
  77. 564f1de Move target specific builtin IDs to TargetBuiltins.h so that they can be used by CGBuiltin.cpp by Anders Carlsson · 17 years ago
  78. 8b5f658 Added Driver/TranslationUnit.h and Driver/TranslationUnit.cpp to the by Ted Kremenek · 17 years ago
  79. 589fd42 Added Basic/LangOptions.cpp to XCode project. by Ted Kremenek · 17 years ago
  80. 1438b49 fix a couple switch codegen problems Oliver reported. by Chris Lattner · 17 years ago
  81. e365c50 pass diagnostics into the rewrite test client. by Chris Lattner · 17 years ago
  82. 1f64432 by Steve Naroff · 17 years ago
  83. b751c28 Fix a bug checking for 'int foo(void)' that didn't look through typedefs of void. by Chris Lattner · 17 years ago
  84. 588e5eb Moved logic for -Wfloat-equal to SemaChecking.cpp. by Ted Kremenek · 17 years ago
  85. f68a63f by Steve Naroff · 17 years ago
  86. b7489d8 change source location to have two bits for macros, tracking by Chris Lattner · 17 years ago
  87. f3473a7 by Steve Naroff · 17 years ago
  88. fab21b6 add a getAtOffset() member to simplify some code. by Chris Lattner · 17 years ago
  89. 8b0c2f6 Add a new RewriteRope data structure which is a smarter way to represent the text by Chris Lattner · 17 years ago
  90. 8c35a9b Added TypeSerialization.cpp and DeclSerialization.cpp to the XCode project. by Ted Kremenek · 17 years ago
  91. 770951b add support for vector type compatibility checking. Patch by Nate Begeman. by Chris Lattner · 17 years ago
  92. 6c6a2db by Steve Naroff · 17 years ago
  93. 19d74e1 More infrastructure to recognize objective-c's type qualifiers (in,inout, etc.) by Fariborz Jahanian · 17 years ago
  94. 8ee529b by Steve Naroff · 17 years ago
  95. dea84f8 After Anders check-in, we can now encode 'Class' type. by Fariborz Jahanian · 17 years ago
  96. 9165ad3 by Steve Naroff · 17 years ago
  97. 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
  98. 09b266e by Steve Naroff · 17 years ago
  99. c2939bc Added type encoding for 'id' type. by Fariborz Jahanian · 17 years ago
  100. 2feac5e by Steve Naroff · 17 years ago