1. f2878e5 Fixed bugzilla bug# 3095 related to code gen. for @synchronized. by Fariborz Jahanian · 16 years ago
  2. 4c5d320 Implementation of new and delete parsing and sema. by Sebastian Redl · 16 years ago
  3. 2c21a07 merge some simple call diagnostics. by Chris Lattner · 16 years ago
  4. b1b4d33 print a type in a diagnostic. by Chris Lattner · 16 years ago
  5. bbe2743 Allow redeclaration of typedefs in C++ by Douglas Gregor · 16 years ago
  6. 1ca50c3 Fix overloading of non-static member functions that differ in their cv-qualifiers by Douglas Gregor · 16 years ago
  7. 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
  8. 46fb6dc testcase for PR3096 by Chris Lattner · 16 years ago
  9. 621b393 Don't print canonical types in overloading-related diagnostics by Douglas Gregor · 16 years ago
  10. a39f048 Change -verify mode to find the "expected-error" and "expected-warning" strings by Chris Lattner · 16 years ago
  11. c41c123 remove expected-error from #if 0 section of code. by Chris Lattner · 16 years ago
  12. 966f099 disable expected-errors in #if parts of the test. by Chris Lattner · 16 years ago
  13. c21f1a7 split into two tests. by Chris Lattner · 16 years ago
  14. 7c68666 Add checker test case: warn about returning an uninitialized value to the caller. by Ted Kremenek · 16 years ago
  15. 9f49055 Enable test file for 'region store' in addition to basic store. by Ted Kremenek · 16 years ago
  16. 24b93f2 __weak ivar need not warn. by Fariborz Jahanian · 16 years ago
  17. 80b0b42 Added a test case for __weak field decls. Change SetVarDeclObjCAttribute by Fariborz Jahanian · 16 years ago
  18. 8ba1074 Add support for overloaded operator-> when used in a member access by Douglas Gregor · 16 years ago
  19. e8e4d8c Split region store specific test cases. by Zhongxing Xu · 16 years ago
  20. 9ebae31 Beef up the test for function call operators slightly by Douglas Gregor · 16 years ago
  21. 106c6eb Implement the rest of C++ [over.call.object], which permits the object by Douglas Gregor · 16 years ago
  22. cda658e Fix <rdar://problem/6291588> assertion failure: SourceManager.h line 489. by Steve Naroff · 16 years ago
  23. f9eb905 Support for calling overloaded function call operators (operator()) by Douglas Gregor · 16 years ago
  24. bd1f63a Ignore Output directories when searching for tests. by Daniel Dunbar · 16 years ago
  25. 77407b8 Take care another assert: by Argyrios Kyrtzidis · 16 years ago
  26. a468d34 fix folding of '*doubleArray' by Nuno Lopes · 16 years ago
  27. 337c6b9 Support overloading of the subscript operator[], including support for by Douglas Gregor · 16 years ago
  28. 5cb93b8 Fix <rdar://problem/6150376> [sema] crash on invalid message send. by Steve Naroff · 16 years ago
  29. 7425373 Added operator overloading for unary operators, post-increment, and by Douglas Gregor · 16 years ago
  30. 08b2c37 Fix this: by Argyrios Kyrtzidis · 16 years ago
  31. 89e8a07 Add test for path-sensitive uninit-val detection involving struct field. by Zhongxing Xu · 16 years ago
  32. ed3849b Fix redundant load of bit-fields on assignment (to get the updated by Daniel Dunbar · 16 years ago
  33. fa25bbb Switch several more Sema Diag methods over. This simplifies the by Chris Lattner · 16 years ago
  34. 447b69e Built-in equality and relational operators have return type "bool" in C++, by Douglas Gregor · 16 years ago
  35. 96176b3 Partial expansion of C++ operator overloading (for binary operators) by Douglas Gregor · 16 years ago
  36. cfe8bf3 Fix <rdar://problem/6329769> [sema] crash on duplication definition of interface with protocols. by Steve Naroff · 16 years ago
  37. e4d3788 remove this testcase, it fails with -verify still by Torok Edwin · 16 years ago
  38. 8dccec4 fix test. it now crashes, but thats another problem.. by Nuno Lopes · 16 years ago
  39. 0301c74 add testcase for PR3093 by Torok Edwin · 16 years ago
  40. 10c4262 As threatened previously: consolidate name lookup and the creation of by Douglas Gregor · 16 years ago
  41. e94ca9e4 Extend DeclarationName to support C++ overloaded operators, e.g., by Douglas Gregor · 16 years ago
  42. 617ff31 Add test cast for struct array. by Zhongxing Xu · 16 years ago
  43. 858bb6f implement a fixme by making warnings for ++/-- on non-modifiable-lvalues better. by Chris Lattner · 16 years ago
  44. a11f42f Implement effects of 'mutable', and a few comments from Chris on its parsing. by Sebastian Redl · 16 years ago
  45. 10bd368 Eliminate all of the placeholder identifiers used for constructors, by Douglas Gregor · 16 years ago
  46. 87d3ef0 Fix <rdar://problem/6333904> [sema] message lookup on super is incorrect by Steve Naroff · 16 years ago
  47. c689836 Only test test/CodeGenObjC/synchronized.m as a i686-apple-darwin8 target by Douglas Gregor · 16 years ago
  48. 2def483 Updated IdentifierResolver to deal with DeclarationNames. The names of by Douglas Gregor · 16 years ago
  49. ca354fa Implement rdar://6319320: give a good diagnostic for cases where people by Chris Lattner · 16 years ago
  50. a8069f1 Fix <rdar://problem/6316324> [sema] spurious warning on comparison of qualified id. by Steve Naroff · 16 years ago
  51. b79e661 Test case for objective-c's @synchronized statement. by Fariborz Jahanian · 16 years ago
  52. d7612e1 Fix <rdar://problem/6320086> parser rejects block capturing ivar. by Steve Naroff · 16 years ago
  53. 43c7bad Some cleanups for C++ operator overloading by Douglas Gregor · 16 years ago
  54. 1adbab6 Simplify error messages for two-parameter overloaded increment/decrement operators by Douglas Gregor · 16 years ago
  55. f9ef0c6 fix folding of comma if given a non-constant operand. by Nuno Lopes · 16 years ago
  56. 58ace88 Fix PR3075, __builtin_stdarg_start being misprototyped. This affects netbsd headers. by Chris Lattner · 16 years ago
  57. 066b9eb add targe triple commandline option to fix test failure on Linux. by Zhongxing Xu · 16 years ago
  58. 512cdb5 Re-enable array-struct test. by Zhongxing Xu · 16 years ago
  59. 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
  60. 669d5d7 Implement parsing and semantic checking of the 'mutable' keyword. by Sebastian Redl · 16 years ago
  61. 1950440 Fix a couple of suboptimalities in error recovery. by Chris Lattner · 16 years ago
  62. d5ff2fb disable these two tests, they crash and take a long time to run crashreporter etc. by Chris Lattner · 16 years ago
  63. a668e8e implement a fixme :), switch to -verify mode. by Chris Lattner · 16 years ago
  64. 82bd99f - Revert r59229 and r59232: AllocRegion should be immutable. by Ted Kremenek · 16 years ago
  65. 26134a1 Add test for unsigned array index. by Zhongxing Xu · 16 years ago
  66. fb75b25 Add test for incomplete struct pointer. by Zhongxing Xu · 16 years ago
  67. b670133 Add a test case for alloca(). by Zhongxing Xu · 16 years ago
  68. 062e2f9 GRExprEngine/CFRefCount/GRSimpleVals: We don't do any special handling (yet) of vector types. Add explicit checks that when we process integers that they really are scalars. by Ted Kremenek · 16 years ago
  69. a6afa76 Fix for crash issues with comma operators with a void first operand, and by Eli Friedman · 16 years ago
  70. 76dba7b GRExprEngine::VisitInitListExpr: by Ted Kremenek · 16 years ago
  71. b11e778 Backout of r59196, plus a new ICE test. Sorry if this is a by Eli Friedman · 16 years ago
  72. dd2b12a Fix bug in constant evaluation exposed by 176.gcc. by Daniel Dunbar · 16 years ago
  73. 67027a7 Fix a FIXME by improving a diagnostic, add a testcase for PR3048 by Chris Lattner · 16 years ago
  74. 1367ede 64-bit test fixes. by Sebastian Redl · 16 years ago
  75. eb8f306 Implement support for operator overloading using candidate operator by Douglas Gregor · 16 years ago
  76. 4efaa27 Some additions to tryEvaluate I've had sitting around for a while. by Eli Friedman · 16 years ago
  77. f0d960a Fix testcase for 64-bit systems. by Sebastian Redl · 16 years ago
  78. f1c9c09 Codegen support for fastcall & stdcall CC. Patch by Ilya Okonsky! by Anton Korobeynikov · 16 years ago
  79. c42e118 Implement C++ 'typeid' parsing and sema. by Sebastian Redl · 16 years ago
  80. 1413217 merge some testcases together. by Chris Lattner · 16 years ago
  81. 4c99263 remove the wrong PR # from the file name. by Chris Lattner · 16 years ago
  82. 5c11d4e add PR# by Chris Lattner · 16 years ago
  83. 1f6f54b Fix PR3031 by silencing follow-on errors in invalid declarations. by Chris Lattner · 16 years ago
  84. b5cac86 These tests have no needed to redirect stderr to stdout. by Daniel Dunbar · 16 years ago
  85. 12b49d9 Add && to test command. by Zhongxing Xu · 16 years ago
  86. 904eed3 Basic support for taking the address of an overloaded function by Douglas Gregor · 16 years ago
  87. 3f08d18 Improve parser error recovery after a constructor initializer by Douglas Gregor · 16 years ago
  88. cb9b977 Allow user-defined conversions during reference binding by Douglas Gregor · 16 years ago
  89. fe81bc2 Add region store model to path-sensitive testing. by Zhongxing Xu · 16 years ago
  90. 5239304 Introduce ScopedDecl::getLexicalDeclContext() which is different from ScopedDecl::getDeclContext() when there are nested-names. by Argyrios Kyrtzidis · 16 years ago
  91. ef6e647 Implement Sema support for C++ nested-name-specifiers. by Argyrios Kyrtzidis · 16 years ago
  92. eb83ecd Implement support for C++ nested-name-specifiers ('foo::bar::x') in the Parser side. by Argyrios Kyrtzidis · 16 years ago
  93. ab963c6 Update C++ status to reflect parser capabilities for chapter 9 (classes). Slightly extend the class parser test. by Sebastian Redl · 16 years ago
  94. d7f6050 "Fix" PR3021, don't crash on generating record types when we can't by Daniel Dunbar · 16 years ago
  95. e3dc28a Greatly improve static_cast diagnostics by Sebastian Redl · 16 years ago
  96. f1991ea Initial, partially-baked support for implicit user-defined conversions by conversion functions by Douglas Gregor · 16 years ago
  97. c7ed9c6 Changes in preparation for nested-name-specifiers. by Argyrios Kyrtzidis · 16 years ago
  98. 2f1bc52 Parsing, ASTs, and semantic analysis for the declaration of conversion by Douglas Gregor · 16 years ago
  99. 31483b4 include alloca.h instead of malloc.h. If this doesn't work for everyone we can just declare alloca directly in the file. by Anders Carlsson · 16 years ago
  100. 7b2d21e Append the test runs with '&&'. by Argyrios Kyrtzidis · 16 years ago