1. 6669db9 Patch to allow over-riding of readonly property to by Fariborz Jahanian · 16 years ago
  2. c83ed04 Test another error message, make sure to verify C++ new and delete tests by Douglas Gregor · 16 years ago
  3. 0fe7bea Simple parsing of exception specifications, with no semantic analysis yet by Douglas Gregor · 16 years ago
  4. 661fc39 Add documentation for test. by Zhongxing Xu · 16 years ago
  5. 33d7cbf Add no-warning to test case. by Zhongxing Xu · 16 years ago
  6. e793a6e Patch to remove bogus waring when a property declaration by Fariborz Jahanian · 16 years ago
  7. d162584 Change a whole lot of diagnostics to take QualType's directly by Chris Lattner · 16 years ago
  8. d9d22dd Rename NamedDecl::getName() to getNameAsString(). Replace a bunch of by Chris Lattner · 16 years ago
  9. e8a32b8 Reimplement Expr::isConstantExpr in terms of Expr::Evaluate. This fixes PR2832. by Anders Carlsson · 16 years ago
  10. 4b89e03 Strings are NULL terminated. So the region size should plus one. by Zhongxing Xu · 16 years ago
  11. f2e8d98 Forgot the newline :) by Anders Carlsson · 16 years ago
  12. 338f858 Add test case for bug that's been fixed. by Anders Carlsson · 16 years ago
  13. 35873c4 The address of a variable is only constant if the variable has global storage. by Anders Carlsson · 16 years ago
  14. 4bbc0e0 Fix bug in the constant evaluator. Fixes PR3115. by Anders Carlsson · 16 years ago
  15. 8ec03f5 Rename NamedDecl::getIdentifierName() to ::getNameAsCString() and make it by Chris Lattner · 16 years ago
  16. 20f0178 Add test case for out-of-bound memory access checking. by Zhongxing Xu · 16 years ago
  17. 0947b4e Rewrite FindDiagnostics to be more strict about the formatting of the by Chris Lattner · 16 years ago
  18. b2c8c55 clean up -verify mode output. If the expected-error string is by Chris Lattner · 16 years ago
  19. 1326a3d convert some more warnings to NOTEs. by Chris Lattner · 16 years ago
  20. 8b265bd remove warn_previous_declaration by Chris Lattner · 16 years ago
  21. 28eb7e9 make the 'to match this' diagnostic a note. by Chris Lattner · 16 years ago
  22. 5f4a682 Make all the 'redefinition' diagnostics more consistent, and make the by Chris Lattner · 16 years ago
  23. b8b96af make some objc redefinition warnings more consistent: call definitions by Chris Lattner · 16 years ago
  24. 6ff0fc3 Tweak duplicate category diagnostic to work like the duplicate protocol diagnostic. by Chris Lattner · 16 years ago
  25. 08631c5 Convert IdentifierInfo's to be printed the same as DeclarationNames by Chris Lattner · 16 years ago
  26. 011bb4e add support for inserting a DeclarationName into a diagnostic directly by Chris Lattner · 16 years ago
  27. ea06544 Improve test case. by Zhongxing Xu · 16 years ago
  28. 9f4d863 Fix test cases broken by quote normalization in diagnostics. by Sebastian Redl · 16 years ago
  29. 43f4470 Implemented ir-gen for 'implicit' properties using the new AST nodes. by Fariborz Jahanian · 16 years ago
  30. 6dde0d5 Case values must be evaluated by Anders Carlsson · 16 years ago
  31. 51fe996 Use Expr::Evaluate for case statements. Fixes PR2525 by Anders Carlsson · 16 years ago
  32. ba8d2d6 Support for implicit property assignment. Error assigning to by Fariborz Jahanian · 16 years ago
  33. 7ca1425 add a silly testcase by Chris Lattner · 16 years ago
  34. b7611f2 And a test case for my last patch. by Fariborz Jahanian · 16 years ago
  35. e4c452c Implement a %plural modifier for complex plural forms in diagnostics. Use it in the overload diagnostics. by Sebastian Redl · 16 years ago
  36. cd761cd Add test for PR2992. by Anders Carlsson · 16 years ago
  37. f2878e5 Fixed bugzilla bug# 3095 related to code gen. for @synchronized. by Fariborz Jahanian · 16 years ago
  38. 4c5d320 Implementation of new and delete parsing and sema. by Sebastian Redl · 16 years ago
  39. 2c21a07 merge some simple call diagnostics. by Chris Lattner · 16 years ago
  40. b1b4d33 print a type in a diagnostic. by Chris Lattner · 16 years ago
  41. bbe2743 Allow redeclaration of typedefs in C++ by Douglas Gregor · 16 years ago
  42. 1ca50c3 Fix overloading of non-static member functions that differ in their cv-qualifiers by Douglas Gregor · 16 years ago
  43. 4fcd399 Enable some more operator overloading tests, and don't look into an identifier for functions that might not have one by Douglas Gregor · 16 years ago
  44. 46fb6dc testcase for PR3096 by Chris Lattner · 16 years ago
  45. 621b393 Don't print canonical types in overloading-related diagnostics by Douglas Gregor · 16 years ago
  46. a39f048 Change -verify mode to find the "expected-error" and "expected-warning" strings by Chris Lattner · 16 years ago
  47. c41c123 remove expected-error from #if 0 section of code. by Chris Lattner · 16 years ago
  48. 966f099 disable expected-errors in #if parts of the test. by Chris Lattner · 16 years ago
  49. c21f1a7 split into two tests. by Chris Lattner · 16 years ago
  50. 7c68666 Add checker test case: warn about returning an uninitialized value to the caller. by Ted Kremenek · 16 years ago
  51. 9f49055 Enable test file for 'region store' in addition to basic store. by Ted Kremenek · 16 years ago
  52. 24b93f2 __weak ivar need not warn. by Fariborz Jahanian · 16 years ago
  53. 80b0b42 Added a test case for __weak field decls. Change SetVarDeclObjCAttribute by Fariborz Jahanian · 16 years ago
  54. 8ba1074 Add support for overloaded operator-> when used in a member access by Douglas Gregor · 16 years ago
  55. e8e4d8c Split region store specific test cases. by Zhongxing Xu · 16 years ago
  56. 9ebae31 Beef up the test for function call operators slightly by Douglas Gregor · 16 years ago
  57. 106c6eb Implement the rest of C++ [over.call.object], which permits the object by Douglas Gregor · 16 years ago
  58. cda658e Fix <rdar://problem/6291588> assertion failure: SourceManager.h line 489. by Steve Naroff · 16 years ago
  59. f9eb905 Support for calling overloaded function call operators (operator()) by Douglas Gregor · 16 years ago
  60. bd1f63a Ignore Output directories when searching for tests. by Daniel Dunbar · 16 years ago
  61. 77407b8 Take care another assert: by Argyrios Kyrtzidis · 16 years ago
  62. a468d34 fix folding of '*doubleArray' by Nuno Lopes · 16 years ago
  63. 337c6b9 Support overloading of the subscript operator[], including support for by Douglas Gregor · 16 years ago
  64. 5cb93b8 Fix <rdar://problem/6150376> [sema] crash on invalid message send. by Steve Naroff · 16 years ago
  65. 7425373 Added operator overloading for unary operators, post-increment, and by Douglas Gregor · 16 years ago
  66. 08b2c37 Fix this: by Argyrios Kyrtzidis · 16 years ago
  67. 89e8a07 Add test for path-sensitive uninit-val detection involving struct field. by Zhongxing Xu · 16 years ago
  68. ed3849b Fix redundant load of bit-fields on assignment (to get the updated by Daniel Dunbar · 16 years ago
  69. fa25bbb Switch several more Sema Diag methods over. This simplifies the by Chris Lattner · 16 years ago
  70. 447b69e Built-in equality and relational operators have return type "bool" in C++, by Douglas Gregor · 16 years ago
  71. 96176b3 Partial expansion of C++ operator overloading (for binary operators) by Douglas Gregor · 16 years ago
  72. cfe8bf3 Fix <rdar://problem/6329769> [sema] crash on duplication definition of interface with protocols. by Steve Naroff · 16 years ago
  73. e4d3788 remove this testcase, it fails with -verify still by Torok Edwin · 16 years ago
  74. 8dccec4 fix test. it now crashes, but thats another problem.. by Nuno Lopes · 16 years ago
  75. 0301c74 add testcase for PR3093 by Torok Edwin · 16 years ago
  76. 10c4262 As threatened previously: consolidate name lookup and the creation of by Douglas Gregor · 16 years ago
  77. e94ca9e4 Extend DeclarationName to support C++ overloaded operators, e.g., by Douglas Gregor · 16 years ago
  78. 617ff31 Add test cast for struct array. by Zhongxing Xu · 16 years ago
  79. 858bb6f implement a fixme by making warnings for ++/-- on non-modifiable-lvalues better. by Chris Lattner · 16 years ago
  80. a11f42f Implement effects of 'mutable', and a few comments from Chris on its parsing. by Sebastian Redl · 16 years ago
  81. 10bd368 Eliminate all of the placeholder identifiers used for constructors, by Douglas Gregor · 16 years ago
  82. 87d3ef0 Fix <rdar://problem/6333904> [sema] message lookup on super is incorrect by Steve Naroff · 16 years ago
  83. c689836 Only test test/CodeGenObjC/synchronized.m as a i686-apple-darwin8 target by Douglas Gregor · 16 years ago
  84. 2def483 Updated IdentifierResolver to deal with DeclarationNames. The names of by Douglas Gregor · 16 years ago
  85. ca354fa Implement rdar://6319320: give a good diagnostic for cases where people by Chris Lattner · 16 years ago
  86. a8069f1 Fix <rdar://problem/6316324> [sema] spurious warning on comparison of qualified id. by Steve Naroff · 16 years ago
  87. b79e661 Test case for objective-c's @synchronized statement. by Fariborz Jahanian · 16 years ago
  88. d7612e1 Fix <rdar://problem/6320086> parser rejects block capturing ivar. by Steve Naroff · 16 years ago
  89. 43c7bad Some cleanups for C++ operator overloading by Douglas Gregor · 16 years ago
  90. 1adbab6 Simplify error messages for two-parameter overloaded increment/decrement operators by Douglas Gregor · 16 years ago
  91. f9ef0c6 fix folding of comma if given a non-constant operand. by Nuno Lopes · 16 years ago
  92. 58ace88 Fix PR3075, __builtin_stdarg_start being misprototyped. This affects netbsd headers. by Chris Lattner · 16 years ago
  93. 066b9eb add targe triple commandline option to fix test failure on Linux. by Zhongxing Xu · 16 years ago
  94. 512cdb5 Re-enable array-struct test. by Zhongxing Xu · 16 years ago
  95. 973e72a Add a test case for compound assignments that lazily symbolicate the value of the LHS when the computation type is an integer of more bits. by Ted Kremenek · 16 years ago
  96. 669d5d7 Implement parsing and semantic checking of the 'mutable' keyword. by Sebastian Redl · 16 years ago
  97. 1950440 Fix a couple of suboptimalities in error recovery. by Chris Lattner · 16 years ago
  98. d5ff2fb disable these two tests, they crash and take a long time to run crashreporter etc. by Chris Lattner · 16 years ago
  99. a668e8e implement a fixme :), switch to -verify mode. by Chris Lattner · 16 years ago
  100. 82bd99f - Revert r59229 and r59232: AllocRegion should be immutable. by Ted Kremenek · 16 years ago