1. 21656dd Fix -fno-omit-frame-pointer bug Eli noticed. by Benjamin Kramer · 15 years ago
  2. 33a3138 Get rid of "smart" quotes. Per report on cfe-dev. by Eli Friedman · 15 years ago
  3. d8c0192 Use feedback from RegionStoreSubRegionMap::add() to prune off adding a super by Ted Kremenek · 15 years ago
  4. 47259d9 Fix canonical type construction for function types with the noreturn by Douglas Gregor · 15 years ago
  5. caa499b Handle destruction of temporaries used in default argument by Fariborz Jahanian · 15 years ago
  6. b2c352e Patch to improve ir-gen for constructors with default argument by Fariborz Jahanian · 15 years ago
  7. 8e9ef0d Translate -mcmodel=X to -code-model X and pass it to clang-cc. Patch by Pawel Worach! by Benjamin Kramer · 15 years ago
  8. 091038c Add support for the -fno-omit-frame-pointer option. Patch by Roman Divacky! by Benjamin Kramer · 15 years ago
  9. 50d62d1 Introduce the canonical type smart pointers, and use them in a few places to by Douglas Gregor · 15 years ago
  10. 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
  11. f35271b cgobjcgnu was making invalid common globals. by Chris Lattner · 15 years ago
  12. e78b86f weak globals that are const should get weak_odr linkage. by Chris Lattner · 15 years ago
  13. 309457d rdar://7119244 - globals with an explicit section specified don't get by Chris Lattner · 15 years ago
  14. a52ad4e If the UnaryOperator has non-location type, use its type to create the by Zhongxing Xu · 15 years ago
  15. 11b3a95 Remove an unused header. by Mike Stump · 15 years ago
  16. 2eeed7b Support for use of default argument in constructors. work in progress. by Fariborz Jahanian · 15 years ago
  17. 670444e Move the template instantiation logic for template arguments into the by Douglas Gregor · 15 years ago
  18. 104ffaa vtable building for simple inheritance. Still in progress. by Mike Stump · 15 years ago
  19. ac5fc7c Canonicalize else. by Mike Stump · 15 years ago
  20. cb1b5d3 Will I ever get used to CamelCase? Will I ever like capitols for by Mike Stump · 15 years ago
  21. 59e6572 Add armv7 support. by Mike Stump · 15 years ago
  22. fca9361 Revert the fix for PR3800, it broke things. by Anders Carlsson · 15 years ago
  23. e198f5d Some code refactoring. Be more generous in issuance of warning by Fariborz Jahanian · 15 years ago
  24. 577f75a Refactor template instantiation for types into a generic tree by Douglas Gregor · 15 years ago
  25. de9f2c9 Simplify alignment handling in the record builder. by Anders Carlsson · 15 years ago
  26. 2b1f59f Update for LLVM API change by Daniel Dunbar · 15 years ago
  27. dbdec8b Compare matching selectors in current and by Fariborz Jahanian · 15 years ago
  28. 9b4d45c Emit a special 'BUGMETAEND' comment to aid in the postprocessing of HTML bug reports. by Ted Kremenek · 15 years ago
  29. 7a02a37 Per advice that Doug Gregor gave me several months ago, clean up the by Ted Kremenek · 15 years ago
  30. 434da48 Make sure UTF-16 strings end with a 16-bit null (as opposed to 8-bit). by Daniel Dunbar · 15 years ago
  31. 968f0a6 Handle disgusting corner case where a byte is loaded from the address of a function. by Ted Kremenek · 15 years ago
  32. e3d25ab When generating cleanup blocks for Obj-C @finally, mark them as catch all blocks by Daniel Dunbar · 15 years ago
  33. 667f36a assert(nyi) on attempt to destruct an array of objects. by Fariborz Jahanian · 15 years ago
  34. 6ca0b32 ir-gen for destructor calls. by Fariborz Jahanian · 15 years ago
  35. fec5401 Refactor methods on DeclSpec to take a diagnostic& parameter, and reflect this by John McCall · 15 years ago
  36. a83f7ed Minor renaming/refactoring. No change in functionality. by Fariborz Jahanian · 15 years ago
  37. 32d335e Templatize BadSpecifier and introduce DeclSpec::getSpecifier(T) for the by John McCall · 15 years ago
  38. 6bff251 Formatting fixes (trailing whitespace, 80-cols, indentation). by Daniel Dunbar · 15 years ago
  39. d469fc8 Fix assertion crash. I don't have a testcase, but the fix is pretty by Eli Friedman · 15 years ago
  40. 18c7c06 add a bunch of routine methods to AnalysisContext. by Zhongxing Xu · 15 years ago
  41. 9ab76fa Update for LLVM API change. by Daniel Dunbar · 15 years ago
  42. b0f17c7 Update for LLVM API change. by Daniel Dunbar · 15 years ago
  43. d07a0d0 now we can let AnalysisManager to own the PathDiagnosticClient. by Zhongxing Xu · 15 years ago
  44. c471e7b Create only one AnalysisManager for each translation unit. In HandleCode(), by Zhongxing Xu · 15 years ago
  45. 2bbcf66 Driver/OpenBSD: Improve ld options. - Patch by Jonathan Gray! by Daniel Dunbar · 15 years ago
  46. 1f561c1 Produce a warning that partial ordering of function templates is not yet supported by Douglas Gregor · 15 years ago
  47. 37d93e9 Keep track of the template arguments deduced when matching a class by Douglas Gregor · 15 years ago
  48. c43f2f4 Whoops, meant to delete this. by Anders Carlsson · 15 years ago
  49. b0d0ea0 use CodeGenModule::EmitNullConstant in a couple of places. by Anders Carlsson · 15 years ago
  50. 714179b Use the correct cast kind for dynamic_cast. by Anders Carlsson · 15 years ago
  51. 690a7f4 Fix regression caused by recent refactoring where HTML and plist files would not get flushed out when using '-disable-free'. by Ted Kremenek · 15 years ago
  52. df74e25 Remove RegionViews and RegionCasts. These are no longer used. by Ted Kremenek · 15 years ago
  53. 093569c RegionStoreManager::RemoveDeadBindings() now removes dead 'default' bindings as well. by Ted Kremenek · 15 years ago
  54. 2f26bc3 Generalize the interface of 'StoreManager::RemoveDeadBindings()' to manipulate the entire GRState, not just the Store. by Ted Kremenek · 15 years ago
  55. 26fb937 Remove old code that was causing the new test to fail. by Anders Carlsson · 15 years ago
  56. 9a108eb Fix regression in StoreManager::CastRegion() to always treat casts to by Ted Kremenek · 15 years ago
  57. 5a23264 Don't evaluate inout constraints twice. Fixes PR3800. by Anders Carlsson · 15 years ago
  58. 637ec32 Compute end_overridden_methods in a way that keeps ENABLE_EXPENSIVE_CHECKS by Daniel Dunbar · 15 years ago
  59. 0ab9a25 Use Twine instead of utostr by Daniel Dunbar · 15 years ago
  60. 0908c33 Avoid accessing invalid std::vector element; this makes clang by Daniel Dunbar · 15 years ago
  61. c0879bb Fix a minor issue with unions in the new struct building code. by Eli Friedman · 15 years ago
  62. 2ef398c Additional AuroraUX header path. by Eli Friedman · 15 years ago
  63. f976be8 Don't error on C++ linkage; if we don't support that, there are by Eli Friedman · 15 years ago
  64. 868d016 Add temp C++ include path for AuroraUX; patch by Edward O'Callaghan. by Eli Friedman · 15 years ago
  65. 19e1f0b This is a fairly large patch, which resulted from a cascade of changes by Ted Kremenek · 15 years ago
  66. 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
  67. 3af708f More warnings for unused expressions. by Anders Carlsson · 15 years ago
  68. 738f8c2 Add beginnigs of rtti generation, wire up more of -fno-exceptions. by Mike Stump · 15 years ago
  69. 1290598 Remove the old struct builder code. by Anders Carlsson · 15 years ago
  70. 82b5696 And now we can generate a simple vtable. Still a work in progress... by Mike Stump · 15 years ago
  71. aaed50d Move code from EmitUnion directly into the function that handles cast-to-union. by Anders Carlsson · 15 years ago
  72. f6c4396 Use the struct builder for unions. by Anders Carlsson · 15 years ago
  73. bb1c860 Fixup spacing and 80-col violations. by Mike Stump · 15 years ago
  74. c9c88b4 Update for LLVM API change. by Owen Anderson · 15 years ago
  75. 8c4dc1f For a CXXOperatorCallExpr, fix the order that StmtLocResolver uses to check subexpressions. by Argyrios Kyrtzidis · 15 years ago
  76. 1560def Remove a redundant getCanonicalType call by Douglas Gregor · 15 years ago
  77. f121677 Add code to setup the vtable pointer in the constructor. Work in progress. by Mike Stump · 15 years ago
  78. 286d368 Fix spacing. by Mike Stump · 15 years ago
  79. 3b144ba Update for LLVM API change. by Owen Anderson · 15 years ago
  80. 6f2c46b Make canonicalization of overloaded function declarations match the by Douglas Gregor · 15 years ago
  81. a2ffb98 Canonicalize template template parameters. We can't test this yet, but by Douglas Gregor · 15 years ago
  82. 4a3f780 Canonicalize function parameters by Douglas Gregor · 15 years ago
  83. 6ebd15e Canonicalization and profiling for overloaded function declarations, by Douglas Gregor · 15 years ago
  84. 2ec09f1 Canonicalize dependent extended vector types. by Douglas Gregor · 15 years ago
  85. 7b1fdbd PR3679 - enable #pragma weak aliasing. by Ryan Flynn · 15 years ago
  86. 0f434ec Rename Action::TagKind to Action::TagUseKind, which removes both a misnomer by John McCall · 15 years ago
  87. 5c15fe1 sp. by John McCall · 15 years ago
  88. 9fdbab3 Whitespace around else canonicalization and fix 80-col violations. by Mike Stump · 15 years ago
  89. 1503f77 Make the check for the linkage of a template handle the case of nested by Eli Friedman · 15 years ago
  90. 3503d04 Add CK_DerivedToBase and use it PerformObjectMemberConversion. by Anders Carlsson · 15 years ago
  91. 87a05f1 Fix build warnings. by Mike Stump · 15 years ago
  92. cdef2b7 Add a CastKind enum to CastExpr. Right now it's not used for much but it will be :) by Anders Carlsson · 15 years ago
  93. 82ec2e9 Fix use-after-release bug introduced in r77585 where the PathDiagnosticClient by Ted Kremenek · 15 years ago
  94. 04d4bee Build canonical types for dependently-sized array types. by Douglas Gregor · 15 years ago
  95. 9d702ae Canonicalization of dependent C++0x decltype types. by Douglas Gregor · 15 years ago
  96. c7ff8e1 Synthesize the default constructor which has not been declared as needed. by Fariborz Jahanian · 15 years ago
  97. b197572 Canonicalization for dependent typeof(expr) types. by Douglas Gregor · 15 years ago
  98. 03e2050 Update for LLVM API changes. by Owen Anderson · 15 years ago
  99. 7544311 Diagnose unused expression results for all statements, just not compound statements. by Anders Carlsson · 15 years ago
  100. b3589f4 Canonicalize else spacing. by Mike Stump · 15 years ago