1. a994ee4 Make EmitStartEHSpec and EmitEndEHSpec return early when exceptions are disabled. by Anders Carlsson · 14 years ago
  2. a508b7d Add support for threadsafe statics, and make them the default (matching gcc). by Anders Carlsson · 14 years ago
  3. 645cf44 Use a substituted type when determining how to substitute in non-type template by John McCall · 14 years ago
  4. 4855a52 Don't diagnose missing noreturns for uninstantiated templates. Fixes PR6247. by Anders Carlsson · 14 years ago
  5. a9a55c0 Switch CodeGen's "is this variable declaration a definition?" logic by Douglas Gregor · 14 years ago
  6. aec2523 Only append 'L' for internal variable declarations, not all declarations. (Found by the mangle checker, yay) by Anders Carlsson · 14 years ago
  7. 81861ab Also teach RegionStore::RetrieveVar() to handle 'static' pointers that are implicitly initialized to NULL. by Ted Kremenek · 14 years ago
  8. 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
  9. b2bcf1c Use the correct function info for constructors when applying function attributes. Fixes PR6245. by Anders Carlsson · 14 years ago
  10. 1610b81 Implement a warning diagnostic for weak vtables. Fixes PR6116. by Anders Carlsson · 14 years ago
  11. 68b6b87 Teach Sema how to instantiate a local function declaration properly. Fixes by John McCall · 14 years ago
  12. 1f1b3b3 Per discussion, remove the explicit restriction on static const data members with by John McCall · 14 years ago
  13. 8524873 Teach RegionStore::InvalidateRegions() to also invalidate static variables referenced by blocks. by Ted Kremenek · 14 years ago
  14. e41ac7b Fix a bogus assertion after adjusting the type of a substituted by Douglas Gregor · 14 years ago
  15. 8b013bd Cope with finding the "instantiated" declaration when we are by Douglas Gregor · 14 years ago
  16. 04a67a6 Standardize the parsing of function type attributes in a way that by John McCall · 14 years ago
  17. d82bf2d Convert this test to FileCheck instead of grepping LLVM IR. by Charles Davis · 14 years ago
  18. 32fb4e1 Implement name mangling for template template parameters by Douglas Gregor · 14 years ago
  19. 6d3e627 Fix two issues with the substitution of template template parameters by Douglas Gregor · 14 years ago
  20. 5ed676c Fix a code gen bug accessing 'isa' field via a message call by Fariborz Jahanian · 14 years ago
  21. ae4c77d When we're parsing an expression that may have looked like a by Douglas Gregor · 14 years ago
  22. 2ca4f63 Fix the bug that was breaking self-host, and re-land the static ctor fixes. by Anders Carlsson · 14 years ago
  23. 16c4f3c Now that we store calling conventions in the types, use them instead of by Charles Davis · 14 years ago
  24. 8ca3eb0 Removed non-essential header file from test. by Fariborz Jahanian · 14 years ago
  25. 376338a Fixes a minor rewriter bug messaging inside a function call. by Fariborz Jahanian · 14 years ago
  26. 90c1c58 Revert r95363 and r95375, which broke self-host. by Douglas Gregor · 14 years ago
  27. 67fa05b A dependent initializer with zero arguments should return a NULL by Douglas Gregor · 14 years ago
  28. 525f96c Default function arguments for function template specializations by Douglas Gregor · 14 years ago
  29. 1df0ee9 Teach C++ name lookup that it's okay to look in a scope without a by Douglas Gregor · 14 years ago
  30. 7e673c4 Fix a test case. by Anders Carlsson · 14 years ago
  31. 6f7a17b A function declarator with a non-identifier name in an anonymous class by Douglas Gregor · 14 years ago
  32. 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 · 14 years ago
  33. 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 · 14 years ago
  34. dc81c88 When adding ADL candidates for overloaded by Douglas Gregor · 14 years ago
  35. a4e8c2a When determining whether a scope specifier is complete, consider a by Douglas Gregor · 14 years ago
  36. 565e465 Rename -cc1 option '-checker-cfref' to '-analyzer-check-objc-mem'. by Ted Kremenek · 14 years ago
  37. 7909fc8 Rename -cc1 option '-warn-objc-missing-dealloc' to '-analyzer-check-objc-missing-dealloc'. by Ted Kremenek · 14 years ago
  38. fa15be4 Rename -cc1 option '-warn-objc-methodsigs' to '-analyzer-check-objc-methodsigs'. by Ted Kremenek · 14 years ago
  39. 2ade536 Rename -cc1 option '-warn-objc-unused-ivars' to '-analyzer-check-objc-unused-ivars'. by Ted Kremenek · 14 years ago
  40. cd9902b Rename -cc1 option '-warn-dead-stores' to '-analyzer-check-dead-stores'. by Ted Kremenek · 14 years ago
  41. fb3f893 Rename -cc1 option '-warn-security-syntactic' to '-analyzer-check-security-syntactic'. by Ted Kremenek · 14 years ago
  42. 2b9b0b2 Fix a nested ivar reference rewriting bug. (Fixes radar 7607605). by Fariborz Jahanian · 14 years ago
  43. 82287d1 First stage of adding AltiVec support by John Thompson · 14 years ago
  44. 6202119 Fix a crash with ill-formed code within a method in an ill-formed by Douglas Gregor · 14 years ago
  45. 0dc7366 When binding an lvalue to a reference, we always need to pop temporaries. by Anders Carlsson · 14 years ago
  46. 8ffc80f Update test. by Anders Carlsson · 14 years ago
  47. c1b32f6 Fix a bug where we would not mark temporaries as conditional when emitting a conditional operator as an lvalue. by Anders Carlsson · 14 years ago
  48. 4e3014b Improve conditional temporaries test. by Anders Carlsson · 14 years ago
  49. 86a7625 When substituting the template argument for a pointer non-type by Douglas Gregor · 14 years ago
  50. 51591be Fix another pointer-to-member function miscompile, this time when trying to call a virtual member function. by Anders Carlsson · 14 years ago
  51. 5bb0ddd Improve test. by Anders Carlsson · 14 years ago
  52. e8a81f7 Calculate offset correctly when taking the address of a virtual member function. by Anders Carlsson · 14 years ago
  53. 68ebd83 Add assorted test cases from PR 4172. by Ted Kremenek · 14 years ago
  54. f82b4e8 Allow calling convention attributes to apply to types. Patch by Chip Davis! by John McCall · 14 years ago
  55. 95a0112 Specially handle casts to 'void' in AdjustedReturnValueChecker. by Ted Kremenek · 14 years ago
  56. 2f27bf8 Mangle member expressions. Also invented. by John McCall · 14 years ago
  57. 1dd7383 Add mangling support for calls, sizeof/alignof, constructor calls, by John McCall · 14 years ago
  58. 40c37e1 static analyzer: handle casts of a function to a function pointer with by Ted Kremenek · 14 years ago
  59. 2663f52 Fix rewriting of 'const' __block variables in by Fariborz Jahanian · 14 years ago
  60. f6b6025 Don't try to fold DeclRefExprs that point to ParmVarDecls. This had the side-effect of always folding the expression to the default argument of the parameter. For example: by Anders Carlsson · 14 years ago
  61. 32132a0 Fix more rewriting of protocol-quialified 'id' type. (Fixes radar 7607413). by Fariborz Jahanian · 14 years ago
  62. d9bafa7 In some contexts, type declarations cannot occur. Pass this information down to ParseClassSpecifier, to make its decision easier. Fixes PR6200. by Sebastian Redl · 14 years ago
  63. c2e1c1a Declarators can have grouping parens. This fixes rdar://7608537. by Chris Lattner · 14 years ago
  64. 72a8659 Patch to allow reinterpret_cast on objective-c pointers. by Fariborz Jahanian · 14 years ago
  65. 22c9240 Top-level const changes do not make a qualification conversion. Fixes PR6089. by Sebastian Redl · 14 years ago
  66. b0f8eac When determining whether a function without a prototype is compatible by Douglas Gregor · 14 years ago
  67. e78ccb4 Handle reference binding in aggregate initializers. Fixes another 47 tests. by Anders Carlsson · 14 years ago
  68. 136b0cd Fix for PR6220: compute the correct type for multicharacter literals. by Eli Friedman · 14 years ago
  69. 4a73ea9 Teach the allocation function overload handling to deal with templates, and by Chandler Carruth · 14 years ago
  70. 5147fa6 Fix PR6149 by looking at the qualifiers on the referred to type for non-type by Chandler Carruth · 14 years ago
  71. 0b6bc8b When a function or variable somehow depends on a type or declaration by Douglas Gregor · 14 years ago
  72. 5b29065 Fix regression in RegionStore due to recent changes in by Ted Kremenek · 14 years ago
  73. 16acfee fix PR6216 by Chris Lattner · 14 years ago
  74. a873dfc Implement the lvalue-to-rvalue conversion where needed. The by Douglas Gregor · 14 years ago
  75. 2f764f1 Fix DeclContext of an objective-c @catch variable by Fariborz Jahanian · 14 years ago
  76. f681704 Explicitly check for casts to double or complex types instead of possibly asserting in SValuator. by Ted Kremenek · 14 years ago
  77. aa74a1e Implement promotion for enumeration types. by Douglas Gregor · 14 years ago
  78. a78fa2c Set the correct vtable pointers _before_ generating code for any member initializers. Fixes about ~2000 clang/LLVM tests in the clang-on-clang build. by Anders Carlsson · 14 years ago
  79. 7201d2f Fix test. by Anders Carlsson · 14 years ago
  80. 4cae1b3 Check for redefinitions in MergeVarDecl. This finds redefinitions of globals without an initializer in C++ and thus fixes PR5451. by Sebastian Redl · 14 years ago
  81. 84aa946 Fix up rewriting of protocol qualified types in objc rewriter. by Fariborz Jahanian · 14 years ago
  82. 99c9520 the declspec of a declaration can have storage-class specifiers, by Chris Lattner · 14 years ago
  83. 4f9506a Access control for implicit destructor calls. Diagnostic could be orders of by John McCall · 14 years ago
  84. fb8b69a Codegen CXXConstructExprs with trivial constructors as constants. by John McCall · 14 years ago
  85. 2e13db8 Check in a test case and a nasty workaround for PR6199. by Anders Carlsson · 14 years ago
  86. b217bcc XFAIL two tests on Win32 until some cares to investigate... the problem on by Daniel Dunbar · 14 years ago
  87. 96a8660 CIndex: Use 'env' instead of relying on bash environment-variable setting by Daniel Dunbar · 14 years ago
  88. 2c12d03 Improve handling of emitting 'null' pointers to data members. by Anders Carlsson · 14 years ago
  89. 45147d0 Move pointer to data member emission to CodeGenModule and use it in CGExprConstant. Fixes PR5674. by Anders Carlsson · 14 years ago
  90. 63b071f Merge a test into pointers-to-data-members.cpp and convert it to FileCheck. by Anders Carlsson · 14 years ago
  91. fe40456 Rename a test. by Anders Carlsson · 14 years ago
  92. 0519fe2 FIXME complete. by John McCall · 14 years ago
  93. 5920dbb Improve the diagnostic used when an incompatible overload set is passed by John McCall · 14 years ago
  94. eff9213 Implement C++ [temp.deduct.call]p6, template argument deduction for overloaded by John McCall · 14 years ago
  95. 61e8e1b Fix bug in GRExprEngine::VisitSizeOfAlignOfExpr() where we do not add by Ted Kremenek · 14 years ago
  96. 4ed5d91 Implement PR6180, substantially improving the diagnostics we get from by Chris Lattner · 14 years ago
  97. ae50d50 improve diagnostics for C++ struct ; issues. Before: by Chris Lattner · 14 years ago
  98. 3e156ad improve diagnostics on missing ; in a struct. Before: by Chris Lattner · 14 years ago
  99. 2848523 Make this fix-it test case actually fail when there is a problem; add by Douglas Gregor · 14 years ago
  100. 677e4fe Improve handling of enumerator values for C and C++, including: by Douglas Gregor · 14 years ago