1. f9ef0c6 fix folding of comma if given a non-constant operand. by Nuno Lopes · 16 years ago
  2. 58ace88 Fix PR3075, __builtin_stdarg_start being misprototyped. This affects netbsd headers. by Chris Lattner · 16 years ago
  3. 066b9eb add targe triple commandline option to fix test failure on Linux. by Zhongxing Xu · 16 years ago
  4. 512cdb5 Re-enable array-struct test. by Zhongxing Xu · 16 years ago
  5. 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
  6. 669d5d7 Implement parsing and semantic checking of the 'mutable' keyword. by Sebastian Redl · 16 years ago
  7. 1950440 Fix a couple of suboptimalities in error recovery. by Chris Lattner · 16 years ago
  8. d5ff2fb disable these two tests, they crash and take a long time to run crashreporter etc. by Chris Lattner · 16 years ago
  9. a668e8e implement a fixme :), switch to -verify mode. by Chris Lattner · 16 years ago
  10. 82bd99f - Revert r59229 and r59232: AllocRegion should be immutable. by Ted Kremenek · 16 years ago
  11. 26134a1 Add test for unsigned array index. by Zhongxing Xu · 16 years ago
  12. fb75b25 Add test for incomplete struct pointer. by Zhongxing Xu · 16 years ago
  13. b670133 Add a test case for alloca(). by Zhongxing Xu · 16 years ago
  14. 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
  15. a6afa76 Fix for crash issues with comma operators with a void first operand, and by Eli Friedman · 16 years ago
  16. 76dba7b GRExprEngine::VisitInitListExpr: by Ted Kremenek · 16 years ago
  17. b11e778 Backout of r59196, plus a new ICE test. Sorry if this is a by Eli Friedman · 16 years ago
  18. dd2b12a Fix bug in constant evaluation exposed by 176.gcc. by Daniel Dunbar · 16 years ago
  19. 67027a7 Fix a FIXME by improving a diagnostic, add a testcase for PR3048 by Chris Lattner · 16 years ago
  20. 1367ede 64-bit test fixes. by Sebastian Redl · 16 years ago
  21. eb8f306 Implement support for operator overloading using candidate operator by Douglas Gregor · 16 years ago
  22. 4efaa27 Some additions to tryEvaluate I've had sitting around for a while. by Eli Friedman · 16 years ago
  23. f0d960a Fix testcase for 64-bit systems. by Sebastian Redl · 16 years ago
  24. f1c9c09 Codegen support for fastcall & stdcall CC. Patch by Ilya Okonsky! by Anton Korobeynikov · 16 years ago
  25. c42e118 Implement C++ 'typeid' parsing and sema. by Sebastian Redl · 16 years ago
  26. 1413217 merge some testcases together. by Chris Lattner · 16 years ago
  27. 4c99263 remove the wrong PR # from the file name. by Chris Lattner · 16 years ago
  28. 5c11d4e add PR# by Chris Lattner · 16 years ago
  29. 1f6f54b Fix PR3031 by silencing follow-on errors in invalid declarations. by Chris Lattner · 16 years ago
  30. b5cac86 These tests have no needed to redirect stderr to stdout. by Daniel Dunbar · 16 years ago
  31. 12b49d9 Add && to test command. by Zhongxing Xu · 16 years ago
  32. 904eed3 Basic support for taking the address of an overloaded function by Douglas Gregor · 16 years ago
  33. 3f08d18 Improve parser error recovery after a constructor initializer by Douglas Gregor · 16 years ago
  34. cb9b977 Allow user-defined conversions during reference binding by Douglas Gregor · 16 years ago
  35. fe81bc2 Add region store model to path-sensitive testing. by Zhongxing Xu · 16 years ago
  36. 5239304 Introduce ScopedDecl::getLexicalDeclContext() which is different from ScopedDecl::getDeclContext() when there are nested-names. by Argyrios Kyrtzidis · 16 years ago
  37. ef6e647 Implement Sema support for C++ nested-name-specifiers. by Argyrios Kyrtzidis · 16 years ago
  38. eb83ecd Implement support for C++ nested-name-specifiers ('foo::bar::x') in the Parser side. by Argyrios Kyrtzidis · 16 years ago
  39. ab963c6 Update C++ status to reflect parser capabilities for chapter 9 (classes). Slightly extend the class parser test. by Sebastian Redl · 16 years ago
  40. d7f6050 "Fix" PR3021, don't crash on generating record types when we can't by Daniel Dunbar · 16 years ago
  41. e3dc28a Greatly improve static_cast diagnostics by Sebastian Redl · 16 years ago
  42. f1991ea Initial, partially-baked support for implicit user-defined conversions by conversion functions by Douglas Gregor · 16 years ago
  43. c7ed9c6 Changes in preparation for nested-name-specifiers. by Argyrios Kyrtzidis · 16 years ago
  44. 2f1bc52 Parsing, ASTs, and semantic analysis for the declaration of conversion by Douglas Gregor · 16 years ago
  45. 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
  46. 7b2d21e Append the test runs with '&&'. by Argyrios Kyrtzidis · 16 years ago
  47. ff6ec39 Bring in 'alloca' for the Analysis/stack-addr-ps.c test case. by Argyrios Kyrtzidis · 16 years ago
  48. 48c2e90 Fix crash caused by this: by Argyrios Kyrtzidis · 16 years ago
  49. eaebc75 Initial, rudimentary implementation of operator overloading for binary by Douglas Gregor · 16 years ago
  50. 1cd1b1e Parsing, ASTs, and semantic analysis for the declaration of overloaded by Douglas Gregor · 16 years ago
  51. d93f0dd Sema-check virtual declarations. Complete dynamic_cast checking. by Sebastian Redl · 16 years ago
  52. 2eff0f9 Add a test case for CFMakeCollectable. by Ted Kremenek · 16 years ago
  53. 42a552f Parsing, representation, and preliminary semantic analysis of destructors. by Douglas Gregor · 16 years ago
  54. 4e84935 A small error message improvement and some comment cleanup for static_cast. by Sebastian Redl · 16 years ago
  55. 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
  56. f03d7c7 Implement C++ copy-initialization for declarations. There is now some by Douglas Gregor · 16 years ago
  57. 7ad8390 Initial implementation of parsing, semantic analysis, and AST-building by Douglas Gregor · 16 years ago
  58. 1528145 Make it an error if an Objective-C declaration is not in the global scope. by Anders Carlsson · 16 years ago
  59. eb704f2 Now that we have copy initialization support, use it for checking the default arguments by Douglas Gregor · 16 years ago
  60. 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
  61. 30c5436 Check that this cannot be used in a default argument. Happily, it was already implemented by Douglas Gregor · 16 years ago
  62. 18fe568 Implicit support for direct initialization of objects of class type, e.g., by Douglas Gregor · 16 years ago
  63. 225c41e Standard conversion sequences now have a CopyConstructor field, to by Douglas Gregor · 16 years ago
  64. 396b7cd Add implicitly-declared default and copy constructors to C++ classes, by Douglas Gregor · 16 years ago
  65. f1f9b4e Implement C++ DR 106 and C++ DR 540, both of which deal with by Douglas Gregor · 16 years ago
  66. e2f5619 Fix PR3001: if we have an error parsing an initializer, make sure to remove by Chris Lattner · 16 years ago
  67. 04b90bc Add function side-effect test cast. by Zhongxing Xu · 16 years ago
  68. c979a9b Add 'alloca' test case for return-of-stack-address checker. by Ted Kremenek · 16 years ago
  69. 030ff0c Semantic checking of constructor declarations and classification of default/copy constructors by Douglas Gregor · 16 years ago
  70. 60d62c2 Implement basic support for converting constructors in user-defined by Douglas Gregor · 16 years ago
  71. 0777972 Implement semantic checking of static_cast and dynamic_cast. by Sebastian Redl · 16 years ago
  72. df2aa1e Add test code for array initialization. by Zhongxing Xu · 16 years ago
  73. b48fe38 Add support for parsing and representing C++ constructor declarations. by Douglas Gregor · 16 years ago
  74. e10b0f2 "One" line fix for -parse-noop failure, "id" and several other things by Daniel Dunbar · 16 years ago
  75. bea06e4 Quick fix for PR2950, infinite loop generating debug info for by Daniel Dunbar · 16 years ago
  76. beb62c5 Added missing 'expected-warning' by Ted Kremenek · 16 years ago
  77. fab6f22 Enhance compound literal test case. by Ted Kremenek · 16 years ago
  78. 64cc62d Add missing "expected warning". by Ted Kremenek · 16 years ago
  79. ccb55e3 Add method that will be invoked using the dot-syntax just to test that the missing -dealloc checker handles it. by Ted Kremenek · 16 years ago
  80. d4a0798 Improve compound literal test case. by Ted Kremenek · 16 years ago
  81. 997c155 Patch by Nikita Zhuk: test case for fix for false positive reported in PR2978. by Ted Kremenek · 16 years ago
  82. 0c0e7a6 NeXT: Emit protocol objects lazily. by Daniel Dunbar · 16 years ago
  83. 2a72f7b Remove workaround for reference. No longer necessary. by Sebastian Redl · 16 years ago
  84. a5a35e1 Fix missing %s in run string causing hang during tests. by Sebastian Redl · 16 years ago
  85. 4f03fd6 Fix crash reported in PR2923 where a function declared using typeof(another_function) would have FunctionDecl::getNumParams() return the number of parameters in the original function type and not the number of parameters in the actual FunctionDecl. by Ted Kremenek · 16 years ago
  86. 6fc17ff Simplify and correct the check for function redefinitions. This does two things: by Douglas Gregor · 16 years ago
  87. f70bdb9 Implement overloading rules for reference binding by Douglas Gregor · 16 years ago
  88. 818ce48 Temporary disable the const-object-declaration-without-initializer check, because it depends on linkage-specifier semantics we don't yet have by Douglas Gregor · 16 years ago
  89. 15da57e Tweak Sema::CheckReferenceInit so that it (optionally) computes an by Douglas Gregor · 16 years ago
  90. 27c8dc0 Implement initialization of a reference (C++ [dcl.init.ref]) as part by Douglas Gregor · 16 years ago
  91. af668b0 Add attribute always_inline support. by Daniel Dunbar · 16 years ago
  92. 1a19c29 Skip random pathname characters better. I had a 5 in mine. by Mike Stump · 16 years ago
  93. 1c90363 Add test case to exercise IRgen "unsupported" path (mostly cleanup). by Daniel Dunbar · 16 years ago
  94. c532f63 Add 'expected-warning' for braces around scalar initializer by Ted Kremenek · 16 years ago
  95. 194aade Added compound literal test case. by Ted Kremenek · 16 years ago
  96. 49badde Refactor the expression class hierarchy for casts. Most importantly: by Douglas Gregor · 16 years ago
  97. 8b3f6b5 Fix some invalid casts that are detected by Sema now or soon. by Sebastian Redl · 16 years ago
  98. 3dda64e When destroying a translation unit, deallocate its owned declarations in reverse order, because there may be dependencies among the declarations. by Douglas Gregor · 16 years ago
  99. a5ad863 Fix <rdar://problem/6315646> clang on xcode: error: invalid operands to binary expression ('id<NSTableViewDelegate>' and 'XCExtendedArrayController *'). by Steve Naroff · 16 years ago
  100. 92429dd Add test for SCA region store. by Zhongxing Xu · 16 years ago