1. e8e4d8c Split region store specific test cases. by Zhongxing Xu · 16 years ago
  2. 9ebae31 Beef up the test for function call operators slightly by Douglas Gregor · 16 years ago
  3. 106c6eb Implement the rest of C++ [over.call.object], which permits the object by Douglas Gregor · 16 years ago
  4. cda658e Fix <rdar://problem/6291588> assertion failure: SourceManager.h line 489. by Steve Naroff · 16 years ago
  5. f9eb905 Support for calling overloaded function call operators (operator()) by Douglas Gregor · 16 years ago
  6. bd1f63a Ignore Output directories when searching for tests. by Daniel Dunbar · 16 years ago
  7. 77407b8 Take care another assert: by Argyrios Kyrtzidis · 16 years ago
  8. a468d34 fix folding of '*doubleArray' by Nuno Lopes · 16 years ago
  9. 337c6b9 Support overloading of the subscript operator[], including support for by Douglas Gregor · 16 years ago
  10. 5cb93b8 Fix <rdar://problem/6150376> [sema] crash on invalid message send. by Steve Naroff · 16 years ago
  11. 7425373 Added operator overloading for unary operators, post-increment, and by Douglas Gregor · 16 years ago
  12. 08b2c37 Fix this: by Argyrios Kyrtzidis · 16 years ago
  13. 89e8a07 Add test for path-sensitive uninit-val detection involving struct field. by Zhongxing Xu · 16 years ago
  14. ed3849b Fix redundant load of bit-fields on assignment (to get the updated by Daniel Dunbar · 16 years ago
  15. fa25bbb Switch several more Sema Diag methods over. This simplifies the by Chris Lattner · 16 years ago
  16. 447b69e Built-in equality and relational operators have return type "bool" in C++, by Douglas Gregor · 16 years ago
  17. 96176b3 Partial expansion of C++ operator overloading (for binary operators) by Douglas Gregor · 16 years ago
  18. cfe8bf3 Fix <rdar://problem/6329769> [sema] crash on duplication definition of interface with protocols. by Steve Naroff · 16 years ago
  19. e4d3788 remove this testcase, it fails with -verify still by Torok Edwin · 16 years ago
  20. 8dccec4 fix test. it now crashes, but thats another problem.. by Nuno Lopes · 16 years ago
  21. 0301c74 add testcase for PR3093 by Torok Edwin · 16 years ago
  22. 10c4262 As threatened previously: consolidate name lookup and the creation of by Douglas Gregor · 16 years ago
  23. e94ca9e4 Extend DeclarationName to support C++ overloaded operators, e.g., by Douglas Gregor · 16 years ago
  24. 617ff31 Add test cast for struct array. by Zhongxing Xu · 16 years ago
  25. 858bb6f implement a fixme by making warnings for ++/-- on non-modifiable-lvalues better. by Chris Lattner · 16 years ago
  26. a11f42f Implement effects of 'mutable', and a few comments from Chris on its parsing. by Sebastian Redl · 16 years ago
  27. 10bd368 Eliminate all of the placeholder identifiers used for constructors, by Douglas Gregor · 16 years ago
  28. 87d3ef0 Fix <rdar://problem/6333904> [sema] message lookup on super is incorrect by Steve Naroff · 16 years ago
  29. c689836 Only test test/CodeGenObjC/synchronized.m as a i686-apple-darwin8 target by Douglas Gregor · 16 years ago
  30. 2def483 Updated IdentifierResolver to deal with DeclarationNames. The names of by Douglas Gregor · 16 years ago
  31. ca354fa Implement rdar://6319320: give a good diagnostic for cases where people by Chris Lattner · 16 years ago
  32. a8069f1 Fix <rdar://problem/6316324> [sema] spurious warning on comparison of qualified id. by Steve Naroff · 16 years ago
  33. b79e661 Test case for objective-c's @synchronized statement. by Fariborz Jahanian · 16 years ago
  34. d7612e1 Fix <rdar://problem/6320086> parser rejects block capturing ivar. by Steve Naroff · 16 years ago
  35. 43c7bad Some cleanups for C++ operator overloading by Douglas Gregor · 16 years ago
  36. 1adbab6 Simplify error messages for two-parameter overloaded increment/decrement operators by Douglas Gregor · 16 years ago
  37. f9ef0c6 fix folding of comma if given a non-constant operand. by Nuno Lopes · 16 years ago
  38. 58ace88 Fix PR3075, __builtin_stdarg_start being misprototyped. This affects netbsd headers. by Chris Lattner · 16 years ago
  39. 066b9eb add targe triple commandline option to fix test failure on Linux. by Zhongxing Xu · 16 years ago
  40. 512cdb5 Re-enable array-struct test. by Zhongxing Xu · 16 years ago
  41. 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
  42. 669d5d7 Implement parsing and semantic checking of the 'mutable' keyword. by Sebastian Redl · 16 years ago
  43. 1950440 Fix a couple of suboptimalities in error recovery. by Chris Lattner · 16 years ago
  44. d5ff2fb disable these two tests, they crash and take a long time to run crashreporter etc. by Chris Lattner · 16 years ago
  45. a668e8e implement a fixme :), switch to -verify mode. by Chris Lattner · 16 years ago
  46. 82bd99f - Revert r59229 and r59232: AllocRegion should be immutable. by Ted Kremenek · 16 years ago
  47. 26134a1 Add test for unsigned array index. by Zhongxing Xu · 16 years ago
  48. fb75b25 Add test for incomplete struct pointer. by Zhongxing Xu · 16 years ago
  49. b670133 Add a test case for alloca(). by Zhongxing Xu · 16 years ago
  50. 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
  51. a6afa76 Fix for crash issues with comma operators with a void first operand, and by Eli Friedman · 16 years ago
  52. 76dba7b GRExprEngine::VisitInitListExpr: by Ted Kremenek · 16 years ago
  53. b11e778 Backout of r59196, plus a new ICE test. Sorry if this is a by Eli Friedman · 16 years ago
  54. dd2b12a Fix bug in constant evaluation exposed by 176.gcc. by Daniel Dunbar · 16 years ago
  55. 67027a7 Fix a FIXME by improving a diagnostic, add a testcase for PR3048 by Chris Lattner · 16 years ago
  56. 1367ede 64-bit test fixes. by Sebastian Redl · 16 years ago
  57. eb8f306 Implement support for operator overloading using candidate operator by Douglas Gregor · 16 years ago
  58. 4efaa27 Some additions to tryEvaluate I've had sitting around for a while. by Eli Friedman · 16 years ago
  59. f0d960a Fix testcase for 64-bit systems. by Sebastian Redl · 16 years ago
  60. f1c9c09 Codegen support for fastcall & stdcall CC. Patch by Ilya Okonsky! by Anton Korobeynikov · 16 years ago
  61. c42e118 Implement C++ 'typeid' parsing and sema. by Sebastian Redl · 16 years ago
  62. 1413217 merge some testcases together. by Chris Lattner · 16 years ago
  63. 4c99263 remove the wrong PR # from the file name. by Chris Lattner · 16 years ago
  64. 5c11d4e add PR# by Chris Lattner · 16 years ago
  65. 1f6f54b Fix PR3031 by silencing follow-on errors in invalid declarations. by Chris Lattner · 16 years ago
  66. b5cac86 These tests have no needed to redirect stderr to stdout. by Daniel Dunbar · 16 years ago
  67. 12b49d9 Add && to test command. by Zhongxing Xu · 16 years ago
  68. 904eed3 Basic support for taking the address of an overloaded function by Douglas Gregor · 16 years ago
  69. 3f08d18 Improve parser error recovery after a constructor initializer by Douglas Gregor · 16 years ago
  70. cb9b977 Allow user-defined conversions during reference binding by Douglas Gregor · 16 years ago
  71. fe81bc2 Add region store model to path-sensitive testing. by Zhongxing Xu · 16 years ago
  72. 5239304 Introduce ScopedDecl::getLexicalDeclContext() which is different from ScopedDecl::getDeclContext() when there are nested-names. by Argyrios Kyrtzidis · 16 years ago
  73. ef6e647 Implement Sema support for C++ nested-name-specifiers. by Argyrios Kyrtzidis · 16 years ago
  74. eb83ecd Implement support for C++ nested-name-specifiers ('foo::bar::x') in the Parser side. by Argyrios Kyrtzidis · 16 years ago
  75. ab963c6 Update C++ status to reflect parser capabilities for chapter 9 (classes). Slightly extend the class parser test. by Sebastian Redl · 16 years ago
  76. d7f6050 "Fix" PR3021, don't crash on generating record types when we can't by Daniel Dunbar · 16 years ago
  77. e3dc28a Greatly improve static_cast diagnostics by Sebastian Redl · 16 years ago
  78. f1991ea Initial, partially-baked support for implicit user-defined conversions by conversion functions by Douglas Gregor · 16 years ago
  79. c7ed9c6 Changes in preparation for nested-name-specifiers. by Argyrios Kyrtzidis · 16 years ago
  80. 2f1bc52 Parsing, ASTs, and semantic analysis for the declaration of conversion by Douglas Gregor · 16 years ago
  81. 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
  82. 7b2d21e Append the test runs with '&&'. by Argyrios Kyrtzidis · 16 years ago
  83. ff6ec39 Bring in 'alloca' for the Analysis/stack-addr-ps.c test case. by Argyrios Kyrtzidis · 16 years ago
  84. 48c2e90 Fix crash caused by this: by Argyrios Kyrtzidis · 16 years ago
  85. eaebc75 Initial, rudimentary implementation of operator overloading for binary by Douglas Gregor · 16 years ago
  86. 1cd1b1e Parsing, ASTs, and semantic analysis for the declaration of overloaded by Douglas Gregor · 16 years ago
  87. d93f0dd Sema-check virtual declarations. Complete dynamic_cast checking. by Sebastian Redl · 16 years ago
  88. 2eff0f9 Add a test case for CFMakeCollectable. by Ted Kremenek · 16 years ago
  89. 42a552f Parsing, representation, and preliminary semantic analysis of destructors. by Douglas Gregor · 16 years ago
  90. 4e84935 A small error message improvement and some comment cleanup for static_cast. by Sebastian Redl · 16 years ago
  91. 64bffa9 Keep track of whether a C++ class is an aggregate. Don't allow initialization of non-aggregates with initializer lists. by Douglas Gregor · 16 years ago
  92. f03d7c7 Implement C++ copy-initialization for declarations. There is now some by Douglas Gregor · 16 years ago
  93. 7ad8390 Initial implementation of parsing, semantic analysis, and AST-building by Douglas Gregor · 16 years ago
  94. 1528145 Make it an error if an Objective-C declaration is not in the global scope. by Anders Carlsson · 16 years ago
  95. eb704f2 Now that we have copy initialization support, use it for checking the default arguments by Douglas Gregor · 16 years ago
  96. 3996f23 Diagnose use of 'this' in a C++ default argument. Thanks to Eli for correcting my bogus assertion about it already being handled by Douglas Gregor · 16 years ago
  97. 30c5436 Check that this cannot be used in a default argument. Happily, it was already implemented by Douglas Gregor · 16 years ago
  98. 18fe568 Implicit support for direct initialization of objects of class type, e.g., by Douglas Gregor · 16 years ago
  99. 225c41e Standard conversion sequences now have a CopyConstructor field, to by Douglas Gregor · 16 years ago
  100. 396b7cd Add implicitly-declared default and copy constructors to C++ classes, by Douglas Gregor · 16 years ago