1. c9c88b4 Update for LLVM API change. by Owen Anderson · 15 years ago
  2. 8c4dc1f For a CXXOperatorCallExpr, fix the order that StmtLocResolver uses to check subexpressions. by Argyrios Kyrtzidis · 15 years ago
  3. 211c278 Make the recanonicalization-for-an-out-of-line-definition test case a bit trickier by Douglas Gregor · 15 years ago
  4. 29852b6 New test case for rev. 77694. by Devang Patel · 15 years ago
  5. 6f2c46b Make canonicalization of overloaded function declarations match the by Douglas Gregor · 15 years ago
  6. 4a3f780 Canonicalize function parameters by Douglas Gregor · 15 years ago
  7. c1e1d7c Add missing test suffixes. by Daniel Dunbar · 15 years ago
  8. 1db467f MultiTestRunner: Simplify, cleanup, and rename! by Daniel Dunbar · 15 years ago
  9. 6ebd15e Canonicalization and profiling for overloaded function declarations, by Douglas Gregor · 15 years ago
  10. 2ec09f1 Canonicalize dependent extended vector types. by Douglas Gregor · 15 years ago
  11. 1503f77 Make the check for the linkage of a template handle the case of nested by Eli Friedman · 15 years ago
  12. 04d4bee Build canonical types for dependently-sized array types. by Douglas Gregor · 15 years ago
  13. 9d702ae Canonicalization of dependent C++0x decltype types. by Douglas Gregor · 15 years ago
  14. b197572 Canonicalization for dependent typeof(expr) types. by Douglas Gregor · 15 years ago
  15. 7544311 Diagnose unused expression results for all statements, just not compound statements. by Anders Carlsson · 15 years ago
  16. 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
  17. c5b8c9b What luck! Clang obtains support for refering to members of the by Douglas Gregor · 15 years ago
  18. b88e888 Support out-of-line definitions of the members of class template by Douglas Gregor · 15 years ago
  19. e25ff83 PR3679 - handle #pragma weak by Ryan Flynn · 15 years ago
  20. 218e0b7 Add -fblocks. by Daniel Dunbar · 15 years ago
  21. 3dee6ef Add ability to layout the vtable pointer in trivial cases. I noticed by Mike Stump · 15 years ago
  22. c238a79 ir-gen for nested non-virtual base member access in current class. by Fariborz Jahanian · 15 years ago
  23. 19b732a Add support for ObjC message expressions, in the Analyzer: by Argyrios Kyrtzidis · 15 years ago
  24. ad6e5d1 Find references inside blocks. by Argyrios Kyrtzidis · 15 years ago
  25. f7a0cf4 Remove 'StoreManager::OldCastRegion()', TypedViewRegion (which only by Ted Kremenek · 15 years ago
  26. b7b6c4c Fixed test. by Fariborz Jahanian · 15 years ago
  27. 96e2fa9 Some refactoring of member access for performace sake. Also added a test case. by Fariborz Jahanian · 15 years ago
  28. 59c0437 Refactor base/member initializers, and construct them correctly in cases by Eli Friedman · 15 years ago
  29. 98a541e Patch to provide cast of objects in member access by Fariborz Jahanian · 15 years ago
  30. 6075e00 Add an XFAILed test case that currently crashes for RegionStore. This case will by Ted Kremenek · 15 years ago
  31. 0aeaf5a Add another analyzer test case involving an OSAtomic function. by Ted Kremenek · 15 years ago
  32. c447aba Check for identical types in C++ catch expression. Patch by Erik Verbruggen. by Sebastian Redl · 15 years ago
  33. 1f27ac6 Remove an obsolete kludge based on the previous, completely broken handling of function templates by Douglas Gregor · 15 years ago
  34. f61ef4f Test redefinition of class template partial specializations by Douglas Gregor · 15 years ago
  35. 828e226 Use the new statement/expression profiling code to unique dependent by Douglas Gregor · 15 years ago
  36. ddc4b81 Remove an ObjC-specific XFAIL (and tweak test). by Steve Naroff · 15 years ago
  37. c715e78 Fix <rdar://problem/7100524> regression: "error: incompatible operand types ('void *' and 'NSString *')". by Steve Naroff · 15 years ago
  38. ef0cb8e Make functional-style casts emit correct messages, and fix a crash-on-invalid. by Sebastian Redl · 15 years ago
  39. 87e5732 Be sure to turn on -fblocks. by Mike Stump · 15 years ago
  40. 4d9d51a Add support for -Wmissing-noreturn. by Mike Stump · 15 years ago
  41. 5692586 Add noreturn support for blocks. by Mike Stump · 15 years ago
  42. f3bfa21 Fix PR 4631. The compound initializers of unions were not being evaluated, which by Ted Kremenek · 15 years ago
  43. bb97722 Fix regression in attribute 'nonnull' checking when a transition node by Ted Kremenek · 15 years ago
  44. 1c698e0 More cleanup of data member access and then some. by Fariborz Jahanian · 15 years ago
  45. fb84664 fix PR4633: cast to void should silence the 'unused expression' warning. by Chris Lattner · 15 years ago
  46. 4029ac0 this test crashes, disable it harder. by Chris Lattner · 15 years ago
  47. 9e809e7 More work toward data member access ir-gen. by Fariborz Jahanian · 15 years ago
  48. 227aad5 Add two more tests. by Anders Carlsson · 15 years ago
  49. 8bda2e6 Add a template test that requires canonical expression comparison by Douglas Gregor · 15 years ago
  50. efadb77 Bounds checking for address spaces. by John McCall · 15 years ago
  51. 08e2524 Update for LLVM API change. by Owen Anderson · 15 years ago
  52. e24aea2 Ensure we can work through typedefs. by Mike Stump · 15 years ago
  53. 773db1d Add knowledge about _longjmp being noreturn. by Mike Stump · 15 years ago
  54. fd350b5 Add builtin knowledge about longjmp being noreturn. Add printing for by Mike Stump · 15 years ago
  55. bc0a222 Update for LLVM API change. by Owen Anderson · 15 years ago
  56. 3c38aab fix test (broken in r77224) by Benjamin Kramer · 15 years ago
  57. 0feecbb Add noreturn for exit. by Mike Stump · 15 years ago
  58. 6779647 Tweak MultiTestRunner --path argument. by Daniel Dunbar · 15 years ago
  59. 1b03350 Prepare CMake regression testing for Daniel's upcoming fix to the test runner by Douglas Gregor · 15 years ago
  60. 65b9005 When instantiating a variable without an initializer, call by Douglas Gregor · 15 years ago
  61. 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
  62. 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
  63. 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
  64. 22bfc7b add bugzilla # by Chris Lattner · 15 years ago
  65. 2d3c191 Fix PR4624. by Mike Stump · 15 years ago
  66. 478fbc6 PR3575 - warn on declared variable or function attributes after a definition, which are currently ignored. by Ryan Flynn · 15 years ago
  67. 2455636 Add noreturn as a type attribute, handle printing for them and handle by Mike Stump · 15 years ago
  68. 742cd1b ir-gen for non-virtual base class initialization in constructors. by Fariborz Jahanian · 15 years ago
  69. 9cc11e7 Implement C++ semantics for C-style and functional-style casts. This regresses Clang extension conversions, like vectors, but allows conversions via constructors and conversion operators. by Sebastian Redl · 15 years ago
  70. 10aebbb MultiTestRunner: Make sure to point at src dir, for out of tree builds. by Daniel Dunbar · 15 years ago
  71. 8bf0ccd Make having no RUN line a failure. by Daniel Dunbar · 15 years ago
  72. 44f6c7a Remove TESTDIR initialization, MultiTestRunner can find the test dirs itself. by Daniel Dunbar · 15 years ago
  73. 46e702b Remove empty tests, left over from an svn revert. by Daniel Dunbar · 15 years ago
  74. 9f9fbd6 Disable this test: cxx-using-declaration.cpp by Daniel Dunbar · 15 years ago
  75. 025f80d MultiTestRunner: Validate '&&' at the end of RUN lines. by Daniel Dunbar · 15 years ago
  76. 772a5e5 Change these tests to not depend as much on the name of the input. by Daniel Dunbar · 15 years ago
  77. 13591ed Semantic checking for main(). by John McCall · 15 years ago
  78. 7caa682 Template instantiation for static data members that are defined out-of-line. by Douglas Gregor · 15 years ago
  79. 0eb7cff Fixes broken test by accident. by Fariborz Jahanian · 15 years ago
  80. 7252f51 More Sema check for constructor's member initializer along by Fariborz Jahanian · 15 years ago
  81. f242b1b Allow front-end 'isa' access on object's of type 'id'. by Steve Naroff · 15 years ago
  82. fc514ab Don't use getLLVMFieldNo for bitfields when constructing the ivar layout maps for GC. by Anders Carlsson · 15 years ago
  83. 5f28a1e Implement new warning for functions declared 'noreturn' when they fall off the end. by Mike Stump · 15 years ago
  84. 5e03f9e This patch fixes the implementations of the __has_trivial_destructor by Douglas Gregor · 15 years ago
  85. 70ee975 Output UTF-16 string literals independent of host byte order. by Daniel Dunbar · 15 years ago
  86. 87595e4 Diagnose when base classes and members to be intialized by Fariborz Jahanian · 15 years ago
  87. efcbb15 Implement: <rdar://problem/6335715> rule request: gets() buffer overflow by Ted Kremenek · 15 years ago
  88. 8baf86d Refine checking and diagnostics for use of floating point variable as a counter. by Ted Kremenek · 15 years ago
  89. faaec22 Correct a thinko in bitfield layout code. Fixes PR4611. by Anders Carlsson · 15 years ago
  90. dfaf4b3 Switch the driver back to always using clang-cc by default (for C++, and by Daniel Dunbar · 15 years ago
  91. 4b5584b We don't need to keep track of the packed alignment, just whether the struct is packed or not. Fixes PR4610. by Anders Carlsson · 15 years ago
  92. 527e542 Fix test case, which has a control-reaches-end-of-non-void warning that was by Daniel Dunbar · 15 years ago
  93. 20d6d04 Use arrays as union padding. Also, since the resulting struct will always contain a single element and either a single i8 element or an array of i8s, there's no reason to use a packed struct. by Anders Carlsson · 15 years ago
  94. 4084c30 Remove a bunch of FIXME's related to ObjC type checking. by Steve Naroff · 15 years ago
  95. d7b27e1 Add constructor used to initialize base/member in by Fariborz Jahanian · 15 years ago
  96. b1682c5 Add warning for falling off the end of a function that should return a by Mike Stump · 15 years ago
  97. 7cdbc58 Implement support for out-of-line definitions of the class members of class by Douglas Gregor · 15 years ago
  98. 0979d80 Improve CFG support for C++ throw expressions. by Mike Stump · 15 years ago
  99. f0549e2 Prep for new warning. by Mike Stump · 15 years ago
  100. de99a45 Slight code reorganization to allow instantiating post-inc/dec. by Eli Friedman · 15 years ago