1. e228ba9 Ensure that a operator delete overload is rocognized regardless of cv-quals. by Chandler Carruth · 14 years ago
  2. b6f3c70 Reapply r95546, no intended change in performance or functionality. by Benjamin Kramer · 14 years ago
  3. e7d0312 Revert 95546 since it changed the algorithmic characteristics of the convention lookup. by Ted Kremenek · 14 years ago
  4. de69f70 Simplify code with StringRef. by Benjamin Kramer · 14 years ago
  5. 1397663 Revert 95541. by Ted Kremenek · 14 years ago
  6. d819f74 set svn:ignore by Nuno Lopes · 14 years ago
  7. 169fba5 Cache imported types by Douglas Gregor · 14 years ago
  8. 6f8c430 Rename: GRState::getSVal(Stmt*) => getExprVal(), by Zhongxing Xu · 14 years ago
  9. b241cf6 BindInternal is redundant. Remove it. by Zhongxing Xu · 14 years ago
  10. 8149185 Like for symbolic region, automatically create a element zero region for by Zhongxing Xu · 14 years ago
  11. 5253568 Unify the implementation of getLValueElement of store managers. by Zhongxing Xu · 14 years ago
  12. c1511e0 Unify the implementation of getLValueIvar and getLValueField of store managers. by Zhongxing Xu · 14 years ago
  13. 459731d Move common methods to the base StoreManager class. by Zhongxing Xu · 14 years ago
  14. 53cb6f8 This doesn't seem to be used code as it didn't break any tests, but fix the by Chandler Carruth · 14 years ago
  15. 2a393db ASTContext is now a reference member of StoreManager. by Zhongxing Xu · 14 years ago
  16. 36d02e0 Add support for binding and retrieving VarRegions in flat store. by Zhongxing Xu · 14 years ago
  17. a7ef130 Require a complete type before examining base classes during template argument by Chandler Carruth · 14 years ago
  18. 1851a12 Make sure to set vtable pointers in the destructors as well. by Anders Carlsson · 14 years ago
  19. 585fa68 Use the right type when taking the address of a non-virtual member function pointer. Fixes PR6258. by Anders Carlsson · 14 years ago
  20. 63644fa Workaround for friend template instantiation crash in PR5848, from Keir Mierle! by Douglas Gregor · 14 years ago
  21. 63a0113 Fix assertion failure when parsing linkage specifications (PR5921), by Douglas Gregor · 14 years ago
  22. eb7f961 Roll r95513 back in. by Sam Weinig · 14 years ago
  23. a8ad5d4 Roll out r95513, it seems to have broken self hosting. by Sam Weinig · 14 years ago
  24. 1eb1113 Add PCH support for CXXBoolLiteralExpr and CXXNullPtrLiteralExpr. by Sam Weinig · 14 years ago
  25. f6b89a1 Use the right linkage for static variables inside C++ inline functions. by Anders Carlsson · 14 years ago
  26. 39de84d Improved handling of the visibility attribute. Declarations now inherit their parent's visibility. by Anders Carlsson · 14 years ago
  27. 2a3503d Add attributes to namespace decls. by Anders Carlsson · 14 years ago
  28. a994ee4 Make EmitStartEHSpec and EmitEndEHSpec return early when exceptions are disabled. by Anders Carlsson · 14 years ago
  29. a508b7d Add support for threadsafe statics, and make them the default (matching gcc). by Anders Carlsson · 14 years ago
  30. 594d5e8 Call destructors for constructed bases as well. by Anders Carlsson · 14 years ago
  31. 9405dcd If a constructor throws an exception we need to execute the destructors for all fully constructed members. Fixes ctor_dtor_count.cpp in the test suite. by Anders Carlsson · 14 years ago
  32. 645cf44 Use a substituted type when determining how to substitute in non-type template by John McCall · 14 years ago
  33. b372f51 Silence GCC warning and stay in 80 cols. by Benjamin Kramer · 14 years ago
  34. b8fc053 Extract a function to instantiate references to value template parameters. by John McCall · 14 years ago
  35. b7f4f51 Update checker build. by Ted Kremenek · 14 years ago
  36. 4855a52 Don't diagnose missing noreturns for uninstantiated templates. Fixes PR6247. by Anders Carlsson · 14 years ago
  37. a9a55c0 Switch CodeGen's "is this variable declaration a definition?" logic by Douglas Gregor · 14 years ago
  38. aec2523 Only append 'L' for internal variable declarations, not all declarations. (Found by the mangle checker, yay) by Anders Carlsson · 14 years ago
  39. 81861ab Also teach RegionStore::RetrieveVar() to handle 'static' pointers that are implicitly initialized to NULL. by Ted Kremenek · 14 years ago
  40. 4dc1566 Fix regression in RegionStore (from BasicStore) where static variables were not treated as being implicitly initialized to 0 (and instead were getting symbolicated). by Ted Kremenek · 14 years ago
  41. eafd1d6 Remove unused variable. by Ted Kremenek · 14 years ago
  42. b2bcf1c Use the correct function info for constructors when applying function attributes. Fixes PR6245. by Anders Carlsson · 14 years ago
  43. 1610b81 Implement a warning diagnostic for weak vtables. Fixes PR6116. by Anders Carlsson · 14 years ago
  44. 68b6b87 Teach Sema how to instantiate a local function declaration properly. Fixes by John McCall · 14 years ago
  45. 2d565b3 Assert when we try to mangle a dependent template name, rather than by Douglas Gregor · 14 years ago
  46. 1f1b3b3 Per discussion, remove the explicit restriction on static const data members with by John McCall · 14 years ago
  47. 8524873 Teach RegionStore::InvalidateRegions() to also invalidate static variables referenced by blocks. by Ted Kremenek · 14 years ago
  48. 8b6bbeb Rearrange some checks to avoid call to isCopyConstructor() and clarify path by John McCall · 14 years ago
  49. 57f1a00 Update Clang C++ status, with a more project-centric focus. by Douglas Gregor · 14 years ago
  50. e41ac7b Fix a bogus assertion after adjusting the type of a substituted by Douglas Gregor · 14 years ago
  51. 8b013bd Cope with finding the "instantiated" declaration when we are by Douglas Gregor · 14 years ago
  52. 04a67a6 Standardize the parsing of function type attributes in a way that by John McCall · 14 years ago
  53. e50187a Add guard in RewriteObjC::HandleTopLevelSingleDecl() to not do by Ted Kremenek · 14 years ago
  54. a500210 Revert r95393, which broke Clang's self-host. by Douglas Gregor · 14 years ago
  55. 4794081 Oops, thanks Clang by Douglas Gregor · 14 years ago
  56. d82bf2d Convert this test to FileCheck instead of grepping LLVM IR. by Charles Davis · 14 years ago
  57. 32fb4e1 Implement name mangling for template template parameters by Douglas Gregor · 14 years ago
  58. e01ca51 Fix how scan-build finds c++-analyzer to work with checker builds. by Ted Kremenek · 14 years ago
  59. b2cd777 IRgen: A few more ConvertType cleanups. by Daniel Dunbar · 14 years ago
  60. 6d3e627 Fix two issues with the substitution of template template parameters by Douglas Gregor · 14 years ago
  61. 18aba0d IRgen: Factor out EmitAggExprToLValue. by Daniel Dunbar · 14 years ago
  62. 5ed676c Fix a code gen bug accessing 'isa' field via a message call by Fariborz Jahanian · 14 years ago
  63. ae4c77d When we're parsing an expression that may have looked like a by Douglas Gregor · 14 years ago
  64. ea48522 IRgen: Fix some CreateTempAlloca calls to use ConvertTypeForMem when that is by Daniel Dunbar · 14 years ago
  65. 2ca4f63 Fix the bug that was breaking self-host, and re-land the static ctor fixes. by Anders Carlsson · 14 years ago
  66. 16c4f3c Now that we store calling conventions in the types, use them instead of by Charles Davis · 14 years ago
  67. 8ca3eb0 Removed non-essential header file from test. by Fariborz Jahanian · 14 years ago
  68. 1b2949d Initial skeleton of an AST "importer", which will take AST elements from by Douglas Gregor · 15 years ago
  69. f1e57ad Testing, 1, 2, 3... by Charles Davis · 15 years ago
  70. 0276271 IRgen: Use hasAggregateLLVMType instead of isSingleValueType() for cases that by Daniel Dunbar · 15 years ago
  71. 376338a Fixes a minor rewriter bug messaging inside a function call. by Fariborz Jahanian · 15 years ago
  72. 88906cd Some clean up of replacement text API no longer needed by my recent changes. by Fariborz Jahanian · 15 years ago
  73. 90c1c58 Revert r95363 and r95375, which broke self-host. by Douglas Gregor · 15 years ago
  74. 67fa05b A dependent initializer with zero arguments should return a NULL by Douglas Gregor · 15 years ago
  75. 8047f17 Revert the unused TST_pixel entry from r95335 as it is not listed in the Sema by Chandler Carruth · 15 years ago
  76. 525f96c Default function arguments for function template specializations by Douglas Gregor · 15 years ago
  77. 9da5598 Tweak inliner thresholds to match llvm-gcc, see r95321. by Daniel Dunbar · 15 years ago
  78. f98574b Check in a mangle checker that's turned off by default. by Anders Carlsson · 15 years ago
  79. 1df0ee9 Teach C++ name lookup that it's okay to look in a scope without a by Douglas Gregor · 15 years ago
  80. b054e38 Fix array initialization test. by Anders Carlsson · 15 years ago
  81. 7e673c4 Fix a test case. by Anders Carlsson · 15 years ago
  82. 6f7a17b A function declarator with a non-identifier name in an anonymous class by Douglas Gregor · 15 years ago
  83. cada305 Add test case showing the analyzer invalidates '__block' variables when the block is passed as an argument to an ObjC method. by Ted Kremenek · 15 years ago
  84. 72119c4 More GRState* -> Store changes. by Zhongxing Xu · 15 years ago
  85. 461147f Remove unused parameter. by Zhongxing Xu · 15 years ago
  86. 7d94a95 If a global initializer has a non-trivial destructor it can't be emitted as a constant (even if it has a trivial constructor). by Anders Carlsson · 15 years ago
  87. f5416bd More GRState* -> Store changes. by Zhongxing Xu · 15 years ago
  88. dc81c88 When adding ADL candidates for overloaded by Douglas Gregor · 15 years ago
  89. b4a9c61 More GRState* -> Store changes. by Zhongxing Xu · 15 years ago
  90. a4e8c2a When determining whether a scope specifier is complete, consider a by Douglas Gregor · 15 years ago
  91. 576bb92 More GRState* -> Store changes. by Zhongxing Xu · 15 years ago
  92. bfcaf80 Change LazyCompoundVal to a <Store, MemRegion*> pair. We really don't need to by Zhongxing Xu · 15 years ago
  93. 9f9e0db Now that the -cc1 options for analyzer checks have a structured naming, add back scanning for analyzer checks to scan-build. by Ted Kremenek · 15 years ago
  94. 565e465 Rename -cc1 option '-checker-cfref' to '-analyzer-check-objc-mem'. by Ted Kremenek · 15 years ago
  95. 7909fc8 Rename -cc1 option '-warn-objc-missing-dealloc' to '-analyzer-check-objc-missing-dealloc'. by Ted Kremenek · 15 years ago
  96. fa15be4 Rename -cc1 option '-warn-objc-methodsigs' to '-analyzer-check-objc-methodsigs'. by Ted Kremenek · 15 years ago
  97. 2ade536 Rename -cc1 option '-warn-objc-unused-ivars' to '-analyzer-check-objc-unused-ivars'. by Ted Kremenek · 15 years ago
  98. cd9902b Rename -cc1 option '-warn-dead-stores' to '-analyzer-check-dead-stores'. by Ted Kremenek · 15 years ago
  99. fb3f893 Rename -cc1 option '-warn-security-syntactic' to '-analyzer-check-security-syntactic'. by Ted Kremenek · 15 years ago
  100. 2b9b0b2 Fix a nested ivar reference rewriting bug. (Fixes radar 7607605). by Fariborz Jahanian · 15 years ago