1. c211218 Non-pointer objects are none gc'able regardles of the attribute set on them. by Fariborz Jahanian · 16 years ago
  2. c0c0ef0 Fixup copy/dispose helpers for Objective-C. Radar 6756504 by Mike Stump · 16 years ago
  3. 38ac063 Force driver triple. by Daniel Dunbar · 16 years ago
  4. 0a9217f Fix another fallout from defining __weak unconditionally. by Fariborz Jahanian · 16 years ago
  5. 64c2e07 Don't set both readnone and readonly. by Daniel Dunbar · 16 years ago
  6. 531cc83 do a dance with predefines, and finally enable reading of macros from by Chris Lattner · 16 years ago
  7. 4789282 Fixed the test. by Fariborz Jahanian · 16 years ago
  8. 2b93986 Add a test case for my last patch. by Fariborz Jahanian · 16 years ago
  9. 02022f4 Force triple for a number of tests that rely on __weak. by Daniel Dunbar · 16 years ago
  10. f36a06a Honor MACOSX_DEPLOYMENT_TARGET environment variable. by Daniel Dunbar · 16 years ago
  11. 7e714cd Internal variables could mistakenly have "hidden" visibility when by Daniel Dunbar · 16 years ago
  12. c7a4ba5 Test case for -miphoneos-version-min, also part of Shantonu's patch! by Daniel Dunbar · 16 years ago
  13. b7477cf Fixup codegen for nested blocks that use copy/dispose in the inner by Mike Stump · 16 years ago
  14. 960cd06 Patch to generate meta-data for prtocol used in @protocol expression. by Fariborz Jahanian · 16 years ago
  15. 8038d51 Various minor fixes to PCH reading and writing, with general by Douglas Gregor · 16 years ago
  16. 4fa37ac use doug's new %S thing to make this work when run from different locations. by Chris Lattner · 16 years ago
  17. 3a0fd13 Split failing test case from misc-ps.m to misc-ps-ranges.m (which tests by Ted Kremenek · 16 years ago
  18. 14f7900 PCH serialization/deserialization of the source manager. With this by Douglas Gregor · 16 years ago
  19. 52e5602 Fix: <rdar://problem/6776949> Branch condition evaluates to an uninitialized value (argc is guaranteed to be >= 1) by Ted Kremenek · 16 years ago
  20. b725232 Implement attribute "analyzer_noreturn" (<rdar://problem/6777003>). This allows by Ted Kremenek · 16 years ago
  21. 2cf2634 Implementation of pre-compiled headers (PCH) based on lazy by Douglas Gregor · 16 years ago
  22. c612f7b Add @encode support for complex types. by Anders Carlsson · 16 years ago
  23. 7a0048b Add more builtin definitions, including strcmp. - PR3964. by Daniel Dunbar · 16 years ago
  24. fe630b9 GRExprEngine: Don't try to reason about the size of 'void' for the return type by Ted Kremenek · 16 years ago
  25. c21c485 Driver: Split out CPP specific options for clang so that we don't end by Daniel Dunbar · 16 years ago
  26. a0c3e9c Fix <rdar://problem/6770998> make cast of super illegal (again:-) by Steve Naroff · 16 years ago
  27. 748dd20 Force triple for these tests. by Daniel Dunbar · 16 years ago
  28. fd10511 finish the implementation of -imacros. The driver still needs to be hooked up. by Chris Lattner · 16 years ago
  29. e9918d2 We weren't generating correct code for calls to variadic member functions. by Anders Carlsson · 16 years ago
  30. d286992 Fixed a problem using property syntax on a 'super' used as receiver. by Fariborz Jahanian · 16 years ago
  31. da9ae60 Enhance analyzer reasoning about sending messages to nil. A nil receiver returns 0 for scalars of size <= sizeof(void*). by Ted Kremenek · 16 years ago
  32. 3bbc753 More fixes to builtin preprocessor defines. by Daniel Dunbar · 16 years ago
  33. 9158804 Sema::CheckConditionalOperands(): Soften pointer/integer mismatch from error->warning. by Steve Naroff · 16 years ago
  34. 2c2d9dc -Wmissing-prototypes shouldn't complain about main() missing a prototype. by Douglas Gregor · 16 years ago
  35. 8158a2f Implementation definition of interfaces with __objc_exception attribute. by Daniel Dunbar · 16 years ago
  36. 899b3de New static analyzer check by Nikita Zhuk! by Ted Kremenek · 16 years ago
  37. 9fd0b1f Set __PIC__ (more) correctly. by Daniel Dunbar · 16 years ago
  38. a17d7cc Don't assume that a block always has a FunctionProtoType. Fixes rdar://6768379. by Anders Carlsson · 16 years ago
  39. 82d0068 Driver: Fix forwarding of -fpascal-strings. by Daniel Dunbar · 16 years ago
  40. 93a2595 Fix <rdar://problem/6764172> [sema] crash on invalid. by Steve Naroff · 16 years ago
  41. 03abc9e Visibility attributes should only be set on definition. by Daniel Dunbar · 16 years ago
  42. d573d26 Driver: Fix forwarding of -{std,ansi,trigraphs} when there are by Daniel Dunbar · 16 years ago
  43. c8bafd7 Now that we have __weak defined as attribute in all modes, by Fariborz Jahanian · 16 years ago
  44. 48d1ef7 Driver: Manually translate a number of -f with no- variants options to by Daniel Dunbar · 16 years ago
  45. cf71dd4 Propagte -fvisibility to objc2's class symbols. by Fariborz Jahanian · 16 years ago
  46. 85a5319 Diagnose uses of function specifiers on declarations which don't declare by Eli Friedman · 16 years ago
  47. ef79bc9 Fixes method name lookup when method appears in by Fariborz Jahanian · 16 years ago
  48. ef88e58 Fix broken test case. I have no idea why this ever worked. by Anders Carlsson · 16 years ago
  49. 4ae24e7 Driver: Fix a parsing bug where some options were matched by Daniel Dunbar · 16 years ago
  50. 82fc0cb Use %s in test, not hard coded name. by Daniel Dunbar · 16 years ago
  51. 1a31ad8 XFAIL a failing test by Douglas Gregor · 16 years ago
  52. ebaa768 Tweak Sema::ActOnInstanceMessage() to look for a class method when dealing with qualified id's. This change is motivated by our desire to not support the "Class<foo>" idiom. Note that the change makes perfect sense (since all ObjC classes are also id/instances). by Steve Naroff · 16 years ago
  53. 939ab47 Fix typo in newly added test case. by Steve Naroff · 16 years ago
  54. d9fd764 Change the type of ObjC @ string constants (from NSConstantString->NSString). by Steve Naroff · 16 years ago
  55. 7e075cb Handle use side of __objc_exception__ attribute; when using an by Daniel Dunbar · 16 years ago
  56. 7f48c6e *everyone* knows that __weak is not defined on linux :) by Chris Lattner · 16 years ago
  57. 0b51415 implement rdar://6762183. I'm not sure if it is more insane that by Chris Lattner · 16 years ago
  58. 6ab187a Various fixes to symbols used for Obj-C x86_64 metadata. by Daniel Dunbar · 16 years ago
  59. e82e13a Add test case. by Ted Kremenek · 16 years ago
  60. 590230d Fix test (triple wasn't passed correctly, the driver doesn't accept -mtriple). by Daniel Dunbar · 16 years ago
  61. 0002d23 Implement __sync_{add,sub,and,or,xor}_and_fetch and by Daniel Dunbar · 16 years ago
  62. e2573e5 Warn instead of error on duplicate protocol definitions. by Fariborz Jahanian · 16 years ago
  63. fc479d7 Make casting 'super' a deprecated warning (instead of a hard error). by Steve Naroff · 16 years ago
  64. a86b832 Fixed the Fix-It hints for comparison against a string literal. Thanks, Chris! by Douglas Gregor · 16 years ago
  65. 77c9fd2 Fixed visibility issues related to objc2's synthesized ivars. by Fariborz Jahanian · 16 years ago
  66. 4ca076f Define __OPTIMIZE__ and __OPTIMIZE_SIZE__ if the -O[12] and -Os flags are passed to the compiler. by Anders Carlsson · 16 years ago
  67. 3f41976 Daniel convinced me that accepting "const va_list" arguments to va_arg is by Chris Lattner · 16 years ago
  68. 50efe04 writable property in a category of class's superclass by Fariborz Jahanian · 16 years ago
  69. b02e53b Fix a couple of cases where Constant* pointers can dangle in by Chris Lattner · 16 years ago
  70. 0d20b8a in va_arg diagnostics, print out the unpromoted type. This makes the by Chris Lattner · 16 years ago
  71. ba16be9 Apply a patch which adds 'OriginalParmVar' to the DeclContextPrinter by Jon by Zhongxing Xu · 16 years ago
  72. 9dc8f19 Add a warning for questionable va_args usage. by Chris Lattner · 16 years ago
  73. f502691 GCC compatibility: gcc allows applying va_args to const by Chris Lattner · 16 years ago
  74. ead616c fix rdar://6757323, where an escaped newline in a // comment by Chris Lattner · 16 years ago
  75. 2b77ba8 Add some basic support for generating C++ member functions. by Anders Carlsson · 16 years ago
  76. 0b46e1b Driver: Handle properly calling dsymutil when source input is by Daniel Dunbar · 16 years ago
  77. 980d60a Testcase for regparm codegen by Anton Korobeynikov · 16 years ago
  78. b072b71 Real corener case of a method declared in a protocol by Fariborz Jahanian · 16 years ago
  79. 95f49fb improve the string literal comparison warning to not call @encode's "string literals". by Chris Lattner · 16 years ago
  80. 99d0269 retain/release checker: don't track NSPanel until we have better reasoning about by Ted Kremenek · 16 years ago
  81. 75e3606 add fixit advice to an archiac ObjC issue. by Chris Lattner · 16 years ago
  82. ec91dab Ignore plus operands when looking up the operand number from a named operand. This matches llvm-gcc and fixes PR3908. by Anders Carlsson · 16 years ago
  83. 7cd2e93 Implement -fvisibility. by Fariborz Jahanian · 16 years ago
  84. 2d06612 Tweak test (now that http://lists.cs.uiuc.edu/pipermail/cfe-commits/Week-of-Mon-20090330/015001.html is fixed). by Steve Naroff · 16 years ago
  85. a9668e0 Add target hook for setting symbol prefix and section of unicode by Daniel Dunbar · 16 years ago
  86. 81048aa Move the rest of the fixit tests to the FixIt area. by Mike Stump · 16 years ago
  87. 8e7ec66 Update wording. by Mike Stump · 16 years ago
  88. 26df2f0 Add a new command-line option "-fixit-at=file:line:column" that only by Douglas Gregor · 16 years ago
  89. d09a456 Fix up lookup rules for properties declared in objc's continuation class. by Fariborz Jahanian · 16 years ago
  90. ed91f90 Fix http://llvm.org/bugs/show_bug.cgi?id=3907. by Steve Naroff · 16 years ago
  91. 035cf89 Remove -ftrapu. by Mike Stump · 16 years ago
  92. ef77d54 Add a few more analyzer test cases. by Ted Kremenek · 16 years ago
  93. dd6f4ab Move the fix-it tests into their own subdirectory by Douglas Gregor · 16 years ago
  94. 1b42c79 Implement mangling of declarations inside functions. by Anders Carlsson · 16 years ago
  95. 329749c Mangle VarDecls correctly. by Anders Carlsson · 16 years ago
  96. 74734d5 When calling a function without a prototype for which we have a by Douglas Gregor · 16 years ago
  97. 91e20dd Emit code for linkage specifications. by Anders Carlsson · 16 years ago
  98. ef5cc75 Make darned sure that the -fixit tests are testing what we want them to test by Douglas Gregor · 16 years ago
  99. fe057ac Update comments in fixit tests by Douglas Gregor · 16 years ago
  100. b8adaf9 Update expected warning in test case. by Ted Kremenek · 16 years ago