1. 5764f61 Improve our handling of the -Wunused-variable warning in templates. In by Douglas Gregor · 14 years ago
  2. c6dfe19 Don't complain about an __builtin_va_arg expression's result being by Douglas Gregor · 14 years ago
  3. c3fddeb Add a SizeOfLargestEmptySubobject member to ASTRecordLayout. For C++ classes this will hold the largest empty subobject or 0 if the class doesn't have any empty subobjects. by Anders Carlsson · 14 years ago
  4. eaa18e4 When instantiating statements that involve conditions (if, while, do, by Douglas Gregor · 14 years ago
  5. 20fba8a Fixed linkage problem from last commit (GNU runtime). by David Chisnall · 14 years ago
  6. 87935a8 Tweaked selector generation (GNU runtime). Removed the use of GlobalAliases in the generated bitcode. by David Chisnall · 14 years ago
  7. aaa045d Don't destroy the data associated with an overload resolution candidate; it's ASTContext-allocated now by Douglas Gregor · 14 years ago
  8. ff5adac Record template argument deduction failures for member function by Douglas Gregor · 14 years ago
  9. ec20f46 When printing an overload candidate that failed due to SFINAE, print a by Douglas Gregor · 14 years ago
  10. f1a8445 Improve overload-candidate diagnostic for a function template that by Douglas Gregor · 14 years ago
  11. a95342c A leak is better than a double-free while I figure out how to address by Douglas Gregor · 14 years ago
  12. 0ca4c58 Minor cleanup, and ban copying of OverloadCandidateSets. No by Douglas Gregor · 14 years ago
  13. a18592e When template argument deduction fails because the call had too by Douglas Gregor · 14 years ago
  14. a933319 When printing a non-viable overload candidate that failed due to by Douglas Gregor · 14 years ago
  15. b4eeaff When we encounter a non-dependent type during template instantiation, by Douglas Gregor · 14 years ago
  16. f4e54a2 If there is not any debug info for type then do not emit debug info for this variable. by Devang Patel · 14 years ago
  17. d30bf2e Introduce a recursive AST visitor that makes it trivial to recursively by Douglas Gregor · 14 years ago
  18. abd3a85 The FP constant evaluator was missing a few cases of unary operators that return floats by John McCall · 14 years ago
  19. 6ad9ac0 add PCH support for a bunch of C++ Decls, patch by Andrew Sutton! by Chris Lattner · 14 years ago
  20. 3554283 Make that null-dereference fix a little clearer by rearranging some code. by John McCall · 14 years ago
  21. ce87e6d Fix a potential null dereference in the pointer-to-bool evaluator; caught by by John McCall · 14 years ago
  22. efdb83e Change the pointer / lvalue constant evaluators to build into a target reference by John McCall · 14 years ago
  23. d3b8cc2 clean up isBeforeInTranslationUnit by factoring out some common by Chris Lattner · 14 years ago
  24. 6b6d01f Reapply the reference-binding patch applied below, along with a fix to by Douglas Gregor · 14 years ago
  25. 100b3b9 Minor mod. to my last patch. by Fariborz Jahanian · 14 years ago
  26. bbb5224 Fixes a Code gen crash trying to use a dot-syntax for by Fariborz Jahanian · 14 years ago
  27. ab69979 Avoid use of DIDescriptor::getNode(). Use overloaded operators instead. by Devang Patel · 14 years ago
  28. f4cf1a1 Change the complex constant evaluator to return a bool instead of an APValue. by John McCall · 14 years ago
  29. ffb507a Add missing #include by Douglas Gregor · 14 years ago
  30. 44c9806 Revert r103220. It seems to be breaking self-host by Douglas Gregor · 14 years ago
  31. f78cc43 Add a stub frontend action for BoostCon, for next week's workshop. by Douglas Gregor · 14 years ago
  32. a7d3c04 Fix PR4386 by implementing gcc's old behaviour (4.2) when initializing by Rafael Espindola · 14 years ago
  33. f3e6337 A correct fix for bug 6466. by Sebastian Redl · 14 years ago
  34. edd5585 And finally, revert the accidental check-in part of the previous reversion. I'm on a roll. by Sebastian Redl · 14 years ago
  35. 0aa866f Revert 103247, it causes lots of test failures. by Sebastian Redl · 14 years ago
  36. 4409469 Pass the correct type to BuildMemberReferenceExpr. Fixes bug 6466. by Sebastian Redl · 14 years ago
  37. 48296ba reimplement the guts of SourceManager::isBeforeInTranslationUnit by Chris Lattner · 14 years ago
  38. 7db7acb Change Evaluate* in the constant evaluator to enforce being given an argument of by John McCall · 14 years ago
  39. d905f5a Move CheckICE and isIntegerConstantExpr to ExprConstant.cpp because it seemed by John McCall · 14 years ago
  40. 66a915f start using the caching now that it appears to work! by Chris Lattner · 14 years ago
  41. dcb1d68 reimplement the caching in the SourceManager::isBeforeInTranslationUnit() by Chris Lattner · 14 years ago
  42. 6fb9439 Implement encoding of methods which have instantiated template arguments. by Fariborz Jahanian · 14 years ago
  43. abfe192 When determining whether the two types involved in reference binding by Douglas Gregor · 14 years ago
  44. 8eb662e After some discussion, conservatively extend our sentinel check to discard by John McCall · 14 years ago
  45. a97badf It turns out that we should be allowing redeclarations within function by Douglas Gregor · 14 years ago
  46. b076910 Do not give implicitly-defined virtual members functions by Douglas Gregor · 14 years ago
  47. b0e9216 Fix typo in comment; 80 col violation by Douglas Gregor · 14 years ago
  48. f4aac11 The global variable for the VTT might not have external linkage; allow by Douglas Gregor · 14 years ago
  49. eecf38f Fixed DISABLE_SMART_POINTERS breakage by Douglas Gregor · 14 years ago
  50. 9cf933a Handle -ffunction-sections and -fdata-sections in the driver. by Rafael Espindola · 14 years ago
  51. 4cadeec Basic: Update getClangRepositoryPath for my change to integration branch layout. by Daniel Dunbar · 14 years ago
  52. b697e08 Diagnose deprecated/unavailable functions selected by overload resolution. by John McCall · 14 years ago
  53. 586596f Rework our handling of temporary objects within the conditions of by Douglas Gregor · 14 years ago
  54. 97a73cd Code Gen support for Getter/Setter synthesis of by Fariborz Jahanian · 14 years ago
  55. c3ec9ae Reverted part of r103177 (repositioning of clang-builtin include/) by mike-m · 14 years ago
  56. ac78b7a Reposition clang-builtin include/ to immediately precede /usr/include/, by mike-m · 14 years ago
  57. 3c385c2 Push TypeSourceInfo::getTypeLoc() into a header file so that it's by John McCall · 14 years ago
  58. 323ed74 Rearchitect -Wconversion and -Wsign-compare. Instead of computing them by John McCall · 14 years ago
  59. 1b5a618 Remember the number of positive and negative bits used by the enumerators of by John McCall · 14 years ago
  60. 985f739 simplify EmitAggMemberInitializer a bit and make it work in 32-bit mode, by Chris Lattner · 14 years ago
  61. 58ae5b4 add todos for isinf_sign and isnormal, which I don't intend to implement by Chris Lattner · 14 years ago
  62. ed07415 implement codegen support for __builtin_isfinite, part of PR6083 by Chris Lattner · 14 years ago
  63. 81368fb optimize builtin_isnan/isinf to not do an extraneous extension from by Chris Lattner · 14 years ago
  64. 420b118 implement part of PR6083: codegen support for isinf. Like isnan, by Chris Lattner · 14 years ago
  65. a842697 Mark a variable as used in the absence of asserts to silence a GCC warning. by Chandler Carruth · 14 years ago
  66. c40f73c Remove a dependency on Frontend headers in the Driver library. Also saves by Chandler Carruth · 14 years ago
  67. 1c625f2 Turn -analyzer-inline-call on for C functions. This also fixed a bug that by Zhongxing Xu · 14 years ago
  68. 7b99d12 Make -analyzer-inline-call not a separate analysis. Instead it's a boolean by Zhongxing Xu · 14 years ago
  69. 13c8577 Partial and full specializations of a class template may have a by Douglas Gregor · 14 years ago
  70. 672c003 Workaround a really serious caching bug in SourceManager::isBeforeInTranslationUnit() where the by Ted Kremenek · 14 years ago
  71. bc397cf Clean up the {} and else placement. This fixes an ambiguous else as well as by Chandler Carruth · 14 years ago
  72. 0ee93de Silence a pedantic GCC warning by making the grouping of && and || explicit. by Chandler Carruth · 14 years ago
  73. 2fc46bf Add IgnoreParenImpCasts() to Expr, which is basically like IgnoreParenCasts by John McCall · 14 years ago
  74. 7e21ffb Pass the globaldecl into GetOrCreateLLVMFunction so that llvm by Chris Lattner · 14 years ago
  75. 60a8fbb When implicit definition of the copy-assignment operator fails, by Douglas Gregor · 14 years ago
  76. 17cb326 This patch deals with Sema Part of Setter/Getter synthesis by Fariborz Jahanian · 14 years ago
  77. c446d18 When we emit a non-constant initializer for a global variable of by Douglas Gregor · 14 years ago
  78. a608737 Test commit. by mike-m · 14 years ago
  79. cc6a44b For thread-safe static initialization of local statics with by Douglas Gregor · 14 years ago
  80. 4bfe196 Reapplying patch to change StmtNodes.def to StmtNodes.td, this time by Sean Hunt · 14 years ago
  81. c302113 Revert r103072; I accidentally ended up deleting a bunch of trailing by Sean Hunt · 14 years ago
  82. 0278e12 Support for 'template' as a disambiguator (PR7030) by Douglas Gregor · 14 years ago
  83. c3d26cc add a new --print-diagnostic-categories option, which causes the driver to by Chris Lattner · 14 years ago
  84. fb8cc25 Reimplement code generation for copying fields in the by Douglas Gregor · 14 years ago
  85. 68e3013 Use a more appropriate LLVM type for the vtable pointer. by Anders Carlsson · 14 years ago
  86. 71b1d0e Unbreak CMake build. by Douglas Gregor · 14 years ago
  87. 0e3cc05 fit in 80 cols by Chris Lattner · 14 years ago
  88. 9d90d62 Change StmtNodes.def to StmtNodes.td in anticipation of a rewrite of attributes by Sean Hunt · 14 years ago
  89. 6fbe839 add a new -fdiagnostics-show-category=none/id/name option, giving control by Chris Lattner · 14 years ago
  90. c9b8890 When -fdiagnostics-print-source-range-info is specified, by Chris Lattner · 14 years ago
  91. fe67f3b Emit the globals, metadata, etc. associated with static variables even when by John McCall · 14 years ago
  92. 27b0f51 add the ability to associate 'category' names with diagnostics by Chris Lattner · 14 years ago
  93. 8b688ed Fixes a code gen. crash when ivar object has trivial constructor. by Fariborz Jahanian · 14 years ago
  94. 5f970ee When instantiating a function that was declared via a typedef, e.g., by Douglas Gregor · 14 years ago
  95. d33ded5 Fixes a code gen crash when block is a reference type, etc. (radar 7495203). by Fariborz Jahanian · 14 years ago
  96. 6c1cb99 Introduce a limit on the depth of the macro instantiation backtrace by Douglas Gregor · 14 years ago
  97. 6cdc161 When creating a call to a base subobject's operator= in an by Douglas Gregor · 14 years ago
  98. 0ca4359 Let StmtDumper.cpp handle using declarations. by Sebastian Redl · 14 years ago
  99. 01ebd9d An access is permitted if the current template instantiates to the appropriate by John McCall · 14 years ago
  100. 3d6c178 When inheriting a default argument expression, inherit the full expression, by John McCall · 14 years ago