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