1. aed2b3e A blank line to separate the two blocks(per Mike comment). by Fariborz Jahanian · 15 years ago
  2. b5bc3d6 Modified test case to use FileCheck. by Fariborz Jahanian · 15 years ago
  3. 47259d9 Fix canonical type construction for function types with the noreturn by Douglas Gregor · 15 years ago
  4. caa499b Handle destruction of temporaries used in default argument by Fariborz Jahanian · 15 years ago
  5. b2c352e Patch to improve ir-gen for constructors with default argument by Fariborz Jahanian · 15 years ago
  6. 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
  7. e78b86f weak globals that are const should get weak_odr linkage. by Chris Lattner · 15 years ago
  8. 309457d rdar://7119244 - globals with an explicit section specified don't get by Chris Lattner · 15 years ago
  9. bfc8168 Add test case. by Zhongxing Xu · 15 years ago
  10. 104ffaa vtable building for simple inheritance. Still in progress. by Mike Stump · 15 years ago
  11. 06758d0 Test cases for some recent work. by Mike Stump · 15 years ago
  12. fca9361 Revert the fix for PR3800, it broke things. by Anders Carlsson · 15 years ago
  13. e198f5d Some code refactoring. Be more generous in issuance of warning by Fariborz Jahanian · 15 years ago
  14. 7cfd891 Fix test case for Darwin10 (which sets ssp), and move to CodeGen/ by Daniel Dunbar · 15 years ago
  15. dbdec8b Compare matching selectors in current and by Fariborz Jahanian · 15 years ago
  16. 8eec7c0 Adjust test case. by Ted Kremenek · 15 years ago
  17. 7a02a37 Per advice that Doug Gregor gave me several months ago, clean up the by Ted Kremenek · 15 years ago
  18. 48775d5 Add a pass-by-value test for the analyzer. by Ted Kremenek · 15 years ago
  19. 8f6e88f PR3679: add #pragma weak test file by Ryan Flynn · 15 years ago
  20. 28ba10c Add test case testing field sensitivity. Reduced from <rdar://problem/7114618>. by Ted Kremenek · 15 years ago
  21. 434da48 Make sure UTF-16 strings end with a 16-bit null (as opposed to 8-bit). by Daniel Dunbar · 15 years ago
  22. 968f0a6 Handle disgusting corner case where a byte is loaded from the address of a function. by Ted Kremenek · 15 years ago
  23. 6ca0b32 ir-gen for destructor calls. by Fariborz Jahanian · 15 years ago
  24. 2bbcf66 Driver/OpenBSD: Improve ld options. - Patch by Jonathan Gray! by Daniel Dunbar · 15 years ago
  25. 37d93e9 Keep track of the template arguments deduced when matching a class by Douglas Gregor · 15 years ago
  26. 9a108eb Fix regression in StoreManager::CastRegion() to always treat casts to by Ted Kremenek · 15 years ago
  27. 5a23264 Don't evaluate inout constraints twice. Fixes PR3800. by Anders Carlsson · 15 years ago
  28. c0879bb Fix a minor issue with unions in the new struct building code. by Eli Friedman · 15 years ago
  29. 19e1f0b This is a fairly large patch, which resulted from a cascade of changes by Ted Kremenek · 15 years ago
  30. 4dabe96 Ok, ok, I give in. Fix tests for unused result warning. by Daniel Dunbar · 15 years ago
  31. 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
  32. f79ad5f Use %S, not `pwd`, and enable a line that *does* work. - Doug, please check. by Daniel Dunbar · 15 years ago
  33. 3f44291 'unset' isn't needed in these tests anymore, we always run with a controlled by Daniel Dunbar · 15 years ago
  34. 3af708f More warnings for unused expressions. by Anders Carlsson · 15 years ago
  35. c9c88b4 Update for LLVM API change. by Owen Anderson · 15 years ago
  36. 8c4dc1f For a CXXOperatorCallExpr, fix the order that StmtLocResolver uses to check subexpressions. by Argyrios Kyrtzidis · 15 years ago
  37. 211c278 Make the recanonicalization-for-an-out-of-line-definition test case a bit trickier by Douglas Gregor · 15 years ago
  38. 29852b6 New test case for rev. 77694. by Devang Patel · 15 years ago
  39. 6f2c46b Make canonicalization of overloaded function declarations match the by Douglas Gregor · 15 years ago
  40. 4a3f780 Canonicalize function parameters by Douglas Gregor · 15 years ago
  41. c1e1d7c Add missing test suffixes. by Daniel Dunbar · 15 years ago
  42. 1db467f MultiTestRunner: Simplify, cleanup, and rename! by Daniel Dunbar · 15 years ago
  43. 6ebd15e Canonicalization and profiling for overloaded function declarations, by Douglas Gregor · 15 years ago
  44. 2ec09f1 Canonicalize dependent extended vector types. by Douglas Gregor · 15 years ago
  45. 1503f77 Make the check for the linkage of a template handle the case of nested by Eli Friedman · 15 years ago
  46. 04d4bee Build canonical types for dependently-sized array types. by Douglas Gregor · 15 years ago
  47. 9d702ae Canonicalization of dependent C++0x decltype types. by Douglas Gregor · 15 years ago
  48. b197572 Canonicalization for dependent typeof(expr) types. by Douglas Gregor · 15 years ago
  49. 7544311 Diagnose unused expression results for all statements, just not compound statements. by Anders Carlsson · 15 years ago
  50. 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
  51. c5b8c9b What luck! Clang obtains support for refering to members of the by Douglas Gregor · 15 years ago
  52. b88e888 Support out-of-line definitions of the members of class template by Douglas Gregor · 15 years ago
  53. e25ff83 PR3679 - handle #pragma weak by Ryan Flynn · 15 years ago
  54. 218e0b7 Add -fblocks. by Daniel Dunbar · 15 years ago
  55. 3dee6ef Add ability to layout the vtable pointer in trivial cases. I noticed by Mike Stump · 15 years ago
  56. c238a79 ir-gen for nested non-virtual base member access in current class. by Fariborz Jahanian · 15 years ago
  57. 19b732a Add support for ObjC message expressions, in the Analyzer: by Argyrios Kyrtzidis · 15 years ago
  58. ad6e5d1 Find references inside blocks. by Argyrios Kyrtzidis · 15 years ago
  59. f7a0cf4 Remove 'StoreManager::OldCastRegion()', TypedViewRegion (which only by Ted Kremenek · 15 years ago
  60. b7b6c4c Fixed test. by Fariborz Jahanian · 15 years ago
  61. 96e2fa9 Some refactoring of member access for performace sake. Also added a test case. by Fariborz Jahanian · 15 years ago
  62. 59c0437 Refactor base/member initializers, and construct them correctly in cases by Eli Friedman · 15 years ago
  63. 98a541e Patch to provide cast of objects in member access by Fariborz Jahanian · 15 years ago
  64. 6075e00 Add an XFAILed test case that currently crashes for RegionStore. This case will by Ted Kremenek · 15 years ago
  65. 0aeaf5a Add another analyzer test case involving an OSAtomic function. by Ted Kremenek · 15 years ago
  66. c447aba Check for identical types in C++ catch expression. Patch by Erik Verbruggen. by Sebastian Redl · 15 years ago
  67. 1f27ac6 Remove an obsolete kludge based on the previous, completely broken handling of function templates by Douglas Gregor · 15 years ago
  68. f61ef4f Test redefinition of class template partial specializations by Douglas Gregor · 15 years ago
  69. 828e226 Use the new statement/expression profiling code to unique dependent by Douglas Gregor · 15 years ago
  70. ddc4b81 Remove an ObjC-specific XFAIL (and tweak test). by Steve Naroff · 15 years ago
  71. c715e78 Fix <rdar://problem/7100524> regression: "error: incompatible operand types ('void *' and 'NSString *')". by Steve Naroff · 15 years ago
  72. ef0cb8e Make functional-style casts emit correct messages, and fix a crash-on-invalid. by Sebastian Redl · 15 years ago
  73. 87e5732 Be sure to turn on -fblocks. by Mike Stump · 15 years ago
  74. 4d9d51a Add support for -Wmissing-noreturn. by Mike Stump · 15 years ago
  75. 5692586 Add noreturn support for blocks. by Mike Stump · 15 years ago
  76. f3bfa21 Fix PR 4631. The compound initializers of unions were not being evaluated, which by Ted Kremenek · 15 years ago
  77. bb97722 Fix regression in attribute 'nonnull' checking when a transition node by Ted Kremenek · 15 years ago
  78. 1c698e0 More cleanup of data member access and then some. by Fariborz Jahanian · 15 years ago
  79. fb84664 fix PR4633: cast to void should silence the 'unused expression' warning. by Chris Lattner · 15 years ago
  80. 4029ac0 this test crashes, disable it harder. by Chris Lattner · 15 years ago
  81. 9e809e7 More work toward data member access ir-gen. by Fariborz Jahanian · 15 years ago
  82. 227aad5 Add two more tests. by Anders Carlsson · 15 years ago
  83. 8bda2e6 Add a template test that requires canonical expression comparison by Douglas Gregor · 15 years ago
  84. efadb77 Bounds checking for address spaces. by John McCall · 15 years ago
  85. 08e2524 Update for LLVM API change. by Owen Anderson · 15 years ago
  86. e24aea2 Ensure we can work through typedefs. by Mike Stump · 15 years ago
  87. 773db1d Add knowledge about _longjmp being noreturn. by Mike Stump · 15 years ago
  88. fd350b5 Add builtin knowledge about longjmp being noreturn. Add printing for by Mike Stump · 15 years ago
  89. bc0a222 Update for LLVM API change. by Owen Anderson · 15 years ago
  90. 3c38aab fix test (broken in r77224) by Benjamin Kramer · 15 years ago
  91. 0feecbb Add noreturn for exit. by Mike Stump · 15 years ago
  92. 6779647 Tweak MultiTestRunner --path argument. by Daniel Dunbar · 15 years ago
  93. 1b03350 Prepare CMake regression testing for Daniel's upcoming fix to the test runner by Douglas Gregor · 15 years ago
  94. 65b9005 When instantiating a variable without an initializer, call by Douglas Gregor · 15 years ago
  95. 696798f Use the CGRecordLayoutBuilder even if there are no fields, because in C++ an empty class will have a padding byte. by Anders Carlsson · 15 years ago
  96. abdad35 Enable the new struct type builder now that the constant struct builder works. (The old code will still be there until we know that everything works well. by Anders Carlsson · 15 years ago
  97. 8dca3b3 Enable the new constant struct builder by default. The old code is still in place but will be removed shortly. The new struct builder works on big endian systems. by Anders Carlsson · 15 years ago
  98. 22bfc7b add bugzilla # by Chris Lattner · 15 years ago
  99. 2d3c191 Fix PR4624. by Mike Stump · 15 years ago
  100. 478fbc6 PR3575 - warn on declared variable or function attributes after a definition, which are currently ignored. by Ryan Flynn · 15 years ago