1. dac64a5 Almost forgot to turn on 32-bit test. by Mike Stump · 15 years ago
  2. 636548d Testcase for recent checkin. by Mike Stump · 15 years ago
  3. e1be2b1 Also generate the rtti field for virtual bases for vtables. Turn on by Mike Stump · 15 years ago
  4. d4e5a60 Fix a couple false positive "uninitialized value" warnings with RegionStore by Ted Kremenek · 15 years ago
  5. 7f27d92 Permit a class to friend its members in C++0x, without restriction. by John McCall · 15 years ago
  6. 70101ce Layout the primary base first in the vtable. by Mike Stump · 15 years ago
  7. 52ab92b After reporting ill-formed copy constructor(12.8.p3) don't recurs and crash. by Fariborz Jahanian · 15 years ago
  8. 4a959d8 When we encounter a dependent type that was parsed before we know that by Douglas Gregor · 15 years ago
  9. 8a12b56 More layout for virtual tables for virtual bases. Still in progress. by Mike Stump · 15 years ago
  10. 37148f4 Let's remember we want better codegen for these. by Mike Stump · 15 years ago
  11. c5708d9 Testcase for a recent checkin for vbase layout ordering. I hate to by Mike Stump · 15 years ago
  12. eb19fa9 Layout virtual bases. Work in progress. by Mike Stump · 15 years ago
  13. d1067e5 Implement transformation of template names within the generic tree by Douglas Gregor · 15 years ago
  14. addc931 Update test case. by Ted Kremenek · 15 years ago
  15. fe85ced Support nested-name-specifiers for C++ member access expressions, e.g., by Douglas Gregor · 15 years ago
  16. 4403a5e add support for FreeBSD's format(printf0,x,y) attribute; allows null format string. by Ryan Flynn · 15 years ago
  17. 67d1a67 First pass at friend semantics. by John McCall · 15 years ago
  18. 6904cbb Patch to optimize away copy constructor call when appropriate. by Fariborz Jahanian · 15 years ago
  19. 213a60e AlisdairM pointed out that this will likely be relaxed in C++0x, so let's by John McCall · 15 years ago
  20. 2effeca Fixup object layout when we have a primary base (it goes first). Start preping for by Mike Stump · 15 years ago
  21. e947278 Add a test for invalid uses of non-static members from nested classes, just by John McCall · 15 years ago
  22. 26899b0 Add another test for a recent checkin. by Mike Stump · 15 years ago
  23. 6f37633 Calculate the primary base class better and use that when laying down by Mike Stump · 15 years ago
  24. aed2b3e A blank line to separate the two blocks(per Mike comment). by Fariborz Jahanian · 15 years ago
  25. b5bc3d6 Modified test case to use FileCheck. by Fariborz Jahanian · 15 years ago
  26. 47259d9 Fix canonical type construction for function types with the noreturn by Douglas Gregor · 15 years ago
  27. caa499b Handle destruction of temporaries used in default argument by Fariborz Jahanian · 15 years ago
  28. b2c352e Patch to improve ir-gen for constructors with default argument by Fariborz Jahanian · 15 years ago
  29. 4ed4598 Fix a bug in RegionStoreSubRegionManager::add() where multiple subregions wouldn't correctly get registered in the SubRegion map. by Ted Kremenek · 15 years ago
  30. e78b86f weak globals that are const should get weak_odr linkage. by Chris Lattner · 15 years ago
  31. 309457d rdar://7119244 - globals with an explicit section specified don't get by Chris Lattner · 15 years ago
  32. bfc8168 Add test case. by Zhongxing Xu · 15 years ago
  33. 104ffaa vtable building for simple inheritance. Still in progress. by Mike Stump · 15 years ago
  34. 06758d0 Test cases for some recent work. by Mike Stump · 15 years ago
  35. fca9361 Revert the fix for PR3800, it broke things. by Anders Carlsson · 15 years ago
  36. e198f5d Some code refactoring. Be more generous in issuance of warning by Fariborz Jahanian · 15 years ago
  37. 7cfd891 Fix test case for Darwin10 (which sets ssp), and move to CodeGen/ by Daniel Dunbar · 15 years ago
  38. dbdec8b Compare matching selectors in current and by Fariborz Jahanian · 15 years ago
  39. 8eec7c0 Adjust test case. by Ted Kremenek · 15 years ago
  40. 7a02a37 Per advice that Doug Gregor gave me several months ago, clean up the by Ted Kremenek · 15 years ago
  41. 48775d5 Add a pass-by-value test for the analyzer. by Ted Kremenek · 15 years ago
  42. 8f6e88f PR3679: add #pragma weak test file by Ryan Flynn · 15 years ago
  43. 28ba10c Add test case testing field sensitivity. Reduced from <rdar://problem/7114618>. by Ted Kremenek · 15 years ago
  44. 434da48 Make sure UTF-16 strings end with a 16-bit null (as opposed to 8-bit). by Daniel Dunbar · 15 years ago
  45. 968f0a6 Handle disgusting corner case where a byte is loaded from the address of a function. by Ted Kremenek · 15 years ago
  46. 6ca0b32 ir-gen for destructor calls. by Fariborz Jahanian · 15 years ago
  47. 2bbcf66 Driver/OpenBSD: Improve ld options. - Patch by Jonathan Gray! by Daniel Dunbar · 15 years ago
  48. 37d93e9 Keep track of the template arguments deduced when matching a class by Douglas Gregor · 15 years ago
  49. 9a108eb Fix regression in StoreManager::CastRegion() to always treat casts to by Ted Kremenek · 15 years ago
  50. 5a23264 Don't evaluate inout constraints twice. Fixes PR3800. by Anders Carlsson · 15 years ago
  51. c0879bb Fix a minor issue with unions in the new struct building code. by Eli Friedman · 15 years ago
  52. 19e1f0b This is a fairly large patch, which resulted from a cascade of changes by Ted Kremenek · 15 years ago
  53. 4dabe96 Ok, ok, I give in. Fix tests for unused result warning. by Daniel Dunbar · 15 years ago
  54. 39abcdf Temporarily disable out-of-bounds checking. The current checking logic will not work quite right with the changes I'm about to commit. by Ted Kremenek · 15 years ago
  55. f79ad5f Use %S, not `pwd`, and enable a line that *does* work. - Doug, please check. by Daniel Dunbar · 15 years ago
  56. 3f44291 'unset' isn't needed in these tests anymore, we always run with a controlled by Daniel Dunbar · 15 years ago
  57. 3af708f More warnings for unused expressions. by Anders Carlsson · 15 years ago
  58. c9c88b4 Update for LLVM API change. by Owen Anderson · 15 years ago
  59. 8c4dc1f For a CXXOperatorCallExpr, fix the order that StmtLocResolver uses to check subexpressions. by Argyrios Kyrtzidis · 15 years ago
  60. 211c278 Make the recanonicalization-for-an-out-of-line-definition test case a bit trickier by Douglas Gregor · 15 years ago
  61. 29852b6 New test case for rev. 77694. by Devang Patel · 15 years ago
  62. 6f2c46b Make canonicalization of overloaded function declarations match the by Douglas Gregor · 15 years ago
  63. 4a3f780 Canonicalize function parameters by Douglas Gregor · 15 years ago
  64. c1e1d7c Add missing test suffixes. by Daniel Dunbar · 15 years ago
  65. 1db467f MultiTestRunner: Simplify, cleanup, and rename! by Daniel Dunbar · 15 years ago
  66. 6ebd15e Canonicalization and profiling for overloaded function declarations, by Douglas Gregor · 15 years ago
  67. 2ec09f1 Canonicalize dependent extended vector types. by Douglas Gregor · 15 years ago
  68. 1503f77 Make the check for the linkage of a template handle the case of nested by Eli Friedman · 15 years ago
  69. 04d4bee Build canonical types for dependently-sized array types. by Douglas Gregor · 15 years ago
  70. 9d702ae Canonicalization of dependent C++0x decltype types. by Douglas Gregor · 15 years ago
  71. b197572 Canonicalization for dependent typeof(expr) types. by Douglas Gregor · 15 years ago
  72. 7544311 Diagnose unused expression results for all statements, just not compound statements. by Anders Carlsson · 15 years ago
  73. 9668b1f Add casts to avoid a bunch of unused expr warnings. (They aren't reported right now due to a bug that I intend to fix). Ted, please review. by Anders Carlsson · 15 years ago
  74. c5b8c9b What luck! Clang obtains support for refering to members of the by Douglas Gregor · 15 years ago
  75. b88e888 Support out-of-line definitions of the members of class template by Douglas Gregor · 15 years ago
  76. e25ff83 PR3679 - handle #pragma weak by Ryan Flynn · 15 years ago
  77. 218e0b7 Add -fblocks. by Daniel Dunbar · 15 years ago
  78. 3dee6ef Add ability to layout the vtable pointer in trivial cases. I noticed by Mike Stump · 15 years ago
  79. c238a79 ir-gen for nested non-virtual base member access in current class. by Fariborz Jahanian · 15 years ago
  80. 19b732a Add support for ObjC message expressions, in the Analyzer: by Argyrios Kyrtzidis · 15 years ago
  81. ad6e5d1 Find references inside blocks. by Argyrios Kyrtzidis · 15 years ago
  82. f7a0cf4 Remove 'StoreManager::OldCastRegion()', TypedViewRegion (which only by Ted Kremenek · 15 years ago
  83. b7b6c4c Fixed test. by Fariborz Jahanian · 15 years ago
  84. 96e2fa9 Some refactoring of member access for performace sake. Also added a test case. by Fariborz Jahanian · 15 years ago
  85. 59c0437 Refactor base/member initializers, and construct them correctly in cases by Eli Friedman · 15 years ago
  86. 98a541e Patch to provide cast of objects in member access by Fariborz Jahanian · 15 years ago
  87. 6075e00 Add an XFAILed test case that currently crashes for RegionStore. This case will by Ted Kremenek · 15 years ago
  88. 0aeaf5a Add another analyzer test case involving an OSAtomic function. by Ted Kremenek · 15 years ago
  89. c447aba Check for identical types in C++ catch expression. Patch by Erik Verbruggen. by Sebastian Redl · 15 years ago
  90. 1f27ac6 Remove an obsolete kludge based on the previous, completely broken handling of function templates by Douglas Gregor · 15 years ago
  91. f61ef4f Test redefinition of class template partial specializations by Douglas Gregor · 15 years ago
  92. 828e226 Use the new statement/expression profiling code to unique dependent by Douglas Gregor · 15 years ago
  93. ddc4b81 Remove an ObjC-specific XFAIL (and tweak test). by Steve Naroff · 15 years ago
  94. c715e78 Fix <rdar://problem/7100524> regression: "error: incompatible operand types ('void *' and 'NSString *')". by Steve Naroff · 15 years ago
  95. ef0cb8e Make functional-style casts emit correct messages, and fix a crash-on-invalid. by Sebastian Redl · 15 years ago
  96. 87e5732 Be sure to turn on -fblocks. by Mike Stump · 15 years ago
  97. 4d9d51a Add support for -Wmissing-noreturn. by Mike Stump · 15 years ago
  98. 5692586 Add noreturn support for blocks. by Mike Stump · 15 years ago
  99. f3bfa21 Fix PR 4631. The compound initializers of unions were not being evaluated, which by Ted Kremenek · 15 years ago
  100. bb97722 Fix regression in attribute 'nonnull' checking when a transition node by Ted Kremenek · 15 years ago