1. 954ea17 by Steve Naroff · 17 years ago
  2. ee98ac5 Add support for Pascal strings. by Anders Carlsson · 17 years ago
  3. 1ff8b58 Fix a warning by Anders Carlsson · 17 years ago
  4. ff1afdb by Steve Naroff · 17 years ago
  5. 3d58138 by Steve Naroff · 17 years ago
  6. 8de2826 by Steve Naroff · 17 years ago
  7. 58ff9e8 by Steve Naroff · 17 years ago
  8. 23af9f2 Fix an incorrect assertion. by Anders Carlsson · 17 years ago
  9. 57c337d haha, my devious plot is complete: by Chris Lattner · 17 years ago
  10. fb5e5ba Add __builtin_va_list definitions for x86_64 and ppc64. by Anders Carlsson · 17 years ago
  11. 03b0710 With this I can now insert stuff before tabs, woo. by Chris Lattner · 17 years ago
  12. 88d0ed0 Woo, tab deletion now works. Next lets see if we can insert stuff. by Chris Lattner · 17 years ago
  13. 7c23960 another step forward in rewriter stuff. This still has by Chris Lattner · 17 years ago
  14. 793680e Generate code for va_start and va_end. by Anders Carlsson · 17 years ago
  15. 1109b42 Patch to check for duplicate method decls in protocols. by Fariborz Jahanian · 17 years ago
  16. 833b2eb remove dead method with bogus comment. by Chris Lattner · 17 years ago
  17. e7f64cc Check and diagnose that objective-c objects may not be statically allocated. by Fariborz Jahanian · 17 years ago
  18. 580b664 Added notion of '*' specified format width/specifiers when checking by Ted Kremenek · 17 years ago
  19. 3457e8c add a new SM::getDecomposedFileLoc method. by Chris Lattner · 17 years ago
  20. 3fe44e4 Fixed typo in comment. by Fariborz Jahanian · 17 years ago
  21. 4cabdfc Fixed a @compatible_alias bug. In the process, discovered unnecessary 2ndry lookup by Fariborz Jahanian · 17 years ago
  22. 8f74476 by Steve Naroff · 17 years ago
  23. 6eda8c9 Add some more diagnostics for va_start, fix tests so they pass with these new diags. by Anders Carlsson · 17 years ago
  24. bece4ac Fixed a bug whereby, struct tag name matches a typedef/objc-class name by Fariborz Jahanian · 17 years ago
  25. 075878a Temporary fix to test case. This area is currently under construction...test case will be changing again soon. by Steve Naroff · 17 years ago
  26. cde8bc4 add comments. by Chris Lattner · 17 years ago
  27. bef679c Printf argument checking now supports dynamically-passed precision specifiers. by Ted Kremenek · 17 years ago
  28. 243b64b This patch implementa objective-c's @compatibilty-alias declaration. by Fariborz Jahanian · 17 years ago
  29. 8a12c27 Push the rewriting APIs along. Build a trivial client that replaces tabs by Chris Lattner · 17 years ago
  30. dfbcce2 Implemented parsing of objctive-c protocol conforming type used in by Fariborz Jahanian · 17 years ago
  31. 88e0052 add RewriterTest.cpp to xcode project. by Chris Lattner · 17 years ago
  32. 507cc6c clarify by Chris Lattner · 17 years ago
  33. 00bb283 slightly simplify interface by Chris Lattner · 17 years ago
  34. b2cf357 Add __builtin_va_start to the list of builtins, make __builtin_va_list available to builtin functions. by Anders Carlsson · 17 years ago
  35. 4b6c905 Patch to create protocol conforming class types. by Fariborz Jahanian · 17 years ago
  36. 77cd2a0 add scafolding to play around with and bring up the code rewriter. by Chris Lattner · 17 years ago
  37. ae3758d update argument. by Chris Lattner · 17 years ago
  38. ea254db rename -parse-ast-view to -ast-view by Chris Lattner · 17 years ago
  39. 3b427b3 rename -parse-ast-print to -ast-print by Chris Lattner · 17 years ago
  40. 22b73ba Fix 80 col violations. by Chris Lattner · 17 years ago
  41. a1a5178 fix a bunch of regressions I introduced :( by Chris Lattner · 17 years ago
  42. e21b573 Refinements to Sema::GetObjcIdType()... by Steve Naroff · 17 years ago
  43. 98f19b6 Commented out header with no section body. Will write this eventually. by Ted Kremenek · 17 years ago
  44. 8bc0571 Added some documentation on clang CFGs. It is very rough. by Ted Kremenek · 17 years ago
  45. 3b95017 by Steve Naroff · 17 years ago
  46. a31f030 avoid accessing off the end of identifiers. by Chris Lattner · 17 years ago
  47. 2d85f8b Emit a warning when the body of an if block is a NullStmt. by Anders Carlsson · 17 years ago
  48. 6f688e1 clang -E should not print tokens from the predefines buffer. by Chris Lattner · 17 years ago
  49. ba0f435 Updated VC++ build system. by Hartmut Kaiser · 17 years ago
  50. dbff47f Added idea for a simple C++ checker. by Ted Kremenek · 17 years ago
  51. cd09847 add an idea by Chris Lattner · 17 years ago
  52. d19144b resolve a fixme, by moving __builtin_va_list to a more logical by Chris Lattner · 17 years ago
  53. 640db42 by Steve Naroff · 17 years ago
  54. e440eb8 by Steve Naroff · 17 years ago
  55. f1af947 Add a dummy for the id typedef. Steve, plz fill this in. :) by Chris Lattner · 17 years ago
  56. 53b0dab Make a significant change to invert the control flow handling by Chris Lattner · 17 years ago
  57. b216c88 by Steve Naroff · 17 years ago
  58. 2c30d8f Recognize while(1) and avoid extra blocks. by Devang Patel · 17 years ago
  59. a2c5342 new test by Devang Patel · 17 years ago
  60. 90ae68a avoid a noop virtual method call on the hot scope poping path. by Chris Lattner · 17 years ago
  61. 05f6e6b Recognize "do {} while (0)" idiom and avoid extra basic blocks. by Devang Patel · 17 years ago
  62. 50c9034 Use LLVMFoldingBuilder by Devang Patel · 17 years ago
  63. 0be657c Remove comment about protocols and namespace no longer relevant. by Fariborz Jahanian · 17 years ago
  64. 8fe5c2a Minor code clean up to make it more readable. by Fariborz Jahanian · 17 years ago
  65. 4de884d Update DeclKind enums to reflect ObjcProtocolDecl's inheritance change. by Chris Lattner · 17 years ago
  66. 05672a0 Remove addition of protocol names to declaration scopes, use a separate by Fariborz Jahanian · 17 years ago
  67. 057aaf6 convert driver over to use Token::is/isNot APIs. fwew, all done. by Chris Lattner · 17 years ago
  68. 22f6bbc Switch lexer/pp over to new Token::is/isNot api by Chris Lattner · 17 years ago
  69. df19526 swtich to Token::is/isNot by Chris Lattner · 17 years ago
  70. 4e1d99a switch more code to use Token::is/isNot where possible. by Chris Lattner · 17 years ago
  71. 04d6666 switch some more of the parser over to using Token::is and isNot by Chris Lattner · 17 years ago
  72. 0007322 Add two new Token helper functions, "is" and "isNot". This allows us to write by Chris Lattner · 17 years ago
  73. 878520b Added better comment about protocol list for class ObjcQualifiedInterfaceType. by Fariborz Jahanian · 17 years ago
  74. b652cea rename some "Parse" actions to "ActOn". Move code around in by Chris Lattner · 17 years ago
  75. 00ee4e4 Use const& for RHS. by Devang Patel · 17 years ago
  76. 80fd5f9 Fix comment. Describe what it is, instead of how it is used. by Devang Patel · 17 years ago
  77. 22d71d6 Prevent memory leak by not creating a category object when there is a by Fariborz Jahanian · 17 years ago
  78. 71e9908 by Steve Naroff · 17 years ago
  79. e37882a Added a new class for Interfaces qualified by protocol list. by Fariborz Jahanian · 17 years ago
  80. 22cdd23 by Steve Naroff · 17 years ago
  81. aa9fc46 Rename FileVariable -> FileVar for consistency with its class name, by Chris Lattner · 17 years ago
  82. 2d29581 add a comment. by Chris Lattner · 17 years ago
  83. 8307adb Move identifierTable.h to the right folder. by Chris Lattner · 17 years ago
  84. eefc418 by Steve Naroff · 17 years ago
  85. c049e4f Code gen case statement ranges. by Devang Patel · 17 years ago
  86. ab0aeb0 Several small patches to do pretty printing for objective-c top-level decls by Fariborz Jahanian · 17 years ago
  87. 6d4caf2 Removed unnecessary base class from some of objective-c classes: by Fariborz Jahanian · 17 years ago
  88. 0332b6c Return NULL on invalid protocol. by Fariborz Jahanian · 17 years ago
  89. 13afd24 remove unneeded #include by Chris Lattner · 17 years ago
  90. c7229c3 move IdentifierTable.h from liblex to libbasic. by Chris Lattner · 17 years ago
  91. dbf388b implement the Token class in the Lexer.cpp file instead of IdentifierInfo.cpp by Chris Lattner · 17 years ago
  92. cc1a875 improve layering: by Chris Lattner · 17 years ago
  93. 0edde55 change calls to getMacroInfo into hasMacroDefinition() where possible. by Chris Lattner · 17 years ago
  94. 9c46de4 add a hasMacroDefinition() method to IdentifierInfo, strength reduce a by Chris Lattner · 17 years ago
  95. 6d9a3e6 update comment. by Chris Lattner · 17 years ago
  96. 387b98d Remove the PPID bitfield from IdentifierInfo, shrinking it by a word by Chris Lattner · 17 years ago
  97. 4365a7e First step to fixing a long lived layering violation: this by Chris Lattner · 17 years ago
  98. 60c5218 The identifier shouldn't be added to the scope, the decl should. by Chris Lattner · 17 years ago
  99. f47a7f8 classof isn't right. This is causing assertion failures somehow now. by Chris Lattner · 17 years ago
  100. adb83b4 Shrink the builtinID down by 3 bits, allowing all the bitfields to by Chris Lattner · 17 years ago