1. dec4c24 Remove unused static function by Douglas Gregor · 14 years ago
  2. b1a56e7 Put function templates instantiated from friend declarations in the correct by John McCall · 14 years ago
  3. c67b032 Compare namespaces properly when looking for redeclarations of by Douglas Gregor · 14 years ago
  4. cfd8ea9 Fix NoReturnFunctionChecker to properly look at a function's type by Ted Kremenek · 14 years ago
  5. 79f5e51 Add comment indicating that we intentionally don't add the noreturn by Ted Kremenek · 14 years ago
  6. d606848 When adding initializers to a constructor, be sure that we are looking by Douglas Gregor · 14 years ago
  7. 3bc96eb Driver/Darwin: Support CCC_ENABLE_NEW_DARWIN_TOOLCHAIN as an environment by Daniel Dunbar · 14 years ago
  8. 2243288 Properly account for redeclarations when explicitly instantiating class templates. by John McCall · 14 years ago
  9. 0fd8ff7 When trying to determine whether one operand of a conditional by Douglas Gregor · 14 years ago
  10. 29ecaba Eliminate the non-InitializedEntity PerformCopyInitialization() and by Douglas Gregor · 14 years ago
  11. 60c3893 Make sure we don't include mm_malloc.h in this test, it includes errno.h which by Daniel Dunbar · 14 years ago
  12. 82049c0 Fix 80 col violations. by Daniel Dunbar · 14 years ago
  13. b70cf44 Switch semantic analysis of the conditional operator from using by Douglas Gregor · 14 years ago
  14. c0e8f13 Runtime: Install the new libcc_kext.a produced by the clang_darwin compiler-rt by Daniel Dunbar · 14 years ago
  15. 1fc9e72 Spell -triple correctly for %clang, not %clang_cc1. by Daniel Dunbar · 14 years ago
  16. 9fabcbd i386-apple-darwin10 implies sse2, this option shouldn't be needed. by Chris Lattner · 14 years ago
  17. 8ff66de fix a case where macro expansion should be disabled, patch by Abramo Bagnara! by Chris Lattner · 14 years ago
  18. c7cf27f merge all the macro disable tests by using filecheck. by Chris Lattner · 14 years ago
  19. 8685110 fix a bug in paste avoidance which would cause us to accidentally by Chris Lattner · 14 years ago
  20. 5832a53 xmmintrin just requires sse2, not sse3. by Chris Lattner · 14 years ago
  21. 67e1706 No need to specify ${CMAKE_CURRENT_BINARY_DIR} by Kovarththanan Rajaratnam · 14 years ago
  22. 7c3745a add a slight variation of test3, where by Gabor Greif · 14 years ago
  23. 0e5f067 Implement new mangling for vectors. by Nick Lewycky · 14 years ago
  24. 9c12739 Do not mark the destructor of a function parameter's type. Fixes PR6709. by Douglas Gregor · 14 years ago
  25. 94e8ee5 Revert r99612 and see if it fixes self-host. by Anders Carlsson · 14 years ago
  26. 4a0bac9 Add tests for PR6707. by Douglas Gregor · 14 years ago
  27. c2d526e Don't initialize virtual pointers for primary bases, they've already been initialized. by Anders Carlsson · 14 years ago
  28. 9d0e441 When deducing an integral template argument for a non-type template by Douglas Gregor · 14 years ago
  29. d325daa Reapply r99596 with a fix: link an instantiated friend function to its by John McCall · 14 years ago
  30. 0703690 Simplify InitializeVtablePtrs in preparation of making it work with construction vtables. by Anders Carlsson · 14 years ago
  31. e1dcc22 Add and implement CodeGenVTables::getSecondaryVirtualPointerIndex (not used yet). by Anders Carlsson · 14 years ago
  32. 799e750 Didn't mean to commit this. by Anders Carlsson · 14 years ago
  33. 0bf4089 Use the new vtable layout code for construction vtables. by Anders Carlsson · 14 years ago
  34. 19f191f More cleanup. by Anders Carlsson · 14 years ago
  35. 2c822f1 Way more VTT builder cleanup. by Anders Carlsson · 14 years ago
  36. a7bc855 Apparently that didn't work. Reverting for now. by John McCall · 14 years ago
  37. 1a6e034 Reinstate change to non-type template arguments of integral type, so by Douglas Gregor · 14 years ago
  38. d7e29e1 Properly instantiate and link in friend function templates. by John McCall · 14 years ago
  39. f16c76c Update test case since c-index-test now works on invalid sources. by Ted Kremenek · 14 years ago
  40. 83c5184 Return translation units from clang_createTranslationUnitFromSource() by Ted Kremenek · 14 years ago
  41. 50a2b42 More VTT builder cleanup. by Anders Carlsson · 14 years ago
  42. 054c276 This is just a simple v4si * v4si, make it so. by Eric Christopher · 14 years ago
  43. 9f17d41 More VTT cleanup. by Anders Carlsson · 14 years ago
  44. 0d4fd8e Revert attempted fix for integral template arguments. It seems to have broken tramp3d-v4. by Douglas Gregor · 14 years ago
  45. 3e1ae93 Mark virtual methods that are used in tables included in VTTs as used. by Rafael Espindola · 14 years ago
  46. c1246c8 Start cleaning up the VTT builder to make it work more like the VTable builder. by Anders Carlsson · 14 years ago
  47. 1822254 Remove some VTT builder arguments that were always zero. by Anders Carlsson · 14 years ago
  48. 684d096 Warn when the conversion of an integral non-type template argument to by Douglas Gregor · 14 years ago
  49. eab5d1e Teach the diagnostic engine to provide more detailed information about by Douglas Gregor · 14 years ago
  50. 90f9789 When finishing a function definition, leave the function definition *after* by John McCall · 14 years ago
  51. 1b23fe6 Fix a code gen. bug involving generation of getter method by Fariborz Jahanian · 14 years ago
  52. 014a358 Don't add address points for virtual primary bases that aren't primary bases in the complete class. by Anders Carlsson · 14 years ago
  53. e06c1a1 Fix a very minor oversight in privileges-elevation: we were only considering by John McCall · 14 years ago
  54. 9c86b51 Handle simple friend-class decls in class templates better by ensuring that by John McCall · 14 years ago
  55. 1e41336 Check for some code gen. for PR6641 test. by Fariborz Jahanian · 14 years ago
  56. 32f2fb5 Preserve type-source information in friend declarations. by John McCall · 14 years ago
  57. 7eff7c4 Remove support for nand atomic builtins. They are inconsistently implemented in by Daniel Dunbar · 14 years ago
  58. 6a5ab5d Use the new vtable layout code for construction vtables. by Anders Carlsson · 14 years ago
  59. 90d4efa Use Daniel's trick for XFAIL'd tests by Douglas Gregor · 14 years ago
  60. fb45797 PS3 needs __PPC__. Should this be in the PPC target? by John Thompson · 14 years ago
  61. 479be1a Add another test for weird substitutions into function types during template argument deduction by Douglas Gregor · 14 years ago
  62. 2b0749a4 Improve our handling of local instantiation scopes in two related ways: by Douglas Gregor · 14 years ago
  63. 0d1407e When -fdump-vtable-layouts is specified, construction vtable initializers will be generated using the new vtable layout code. (The code is still not completely in place but this is a huge step forward). by Anders Carlsson · 14 years ago
  64. d9ab76b add dump() method to CanQual for debugging purposes by Nuno Lopes · 14 years ago
  65. 93ba857 Properly instantiate friend class template declarations and link them into by John McCall · 14 years ago
  66. ef0df6a Add a utility method. by Zhongxing Xu · 14 years ago
  67. e131c57 Revert 99477 since it appears to be breaking the clang-x86_64-darwin10-fnt by Bob Wilson · 14 years ago
  68. 6ee7653 Fix two bugs in format-string checking: by Ted Kremenek · 14 years ago
  69. fdb703a Fix '+=' accumulation error when parsing numeric amounts in a format string. by Ted Kremenek · 14 years ago
  70. a56623b Properly instantiate and link in friend-class-template declarations. by John McCall · 14 years ago
  71. f7b714d Add c-index-test support for printing USRs. by Ted Kremenek · 14 years ago
  72. 0c0fb41 Require that all Clang-based USRs start with the prefix 'c:' for the "USR space". by Ted Kremenek · 14 years ago
  73. 0541d10 Add methods to remove a GDM entry. by Zhongxing Xu · 14 years ago
  74. 66d567d More address point map shuffling. by Anders Carlsson · 14 years ago
  75. ff143f8 Shuffle some code around; this will make it easier to use the new layout code for address points. by Anders Carlsson · 14 years ago
  76. f0e0b17 Kill off two more uses of Sema::CheckReferenceInit in favor of the new by Douglas Gregor · 14 years ago
  77. c6e378e Switch static_cast from the old reference-initialization code (via by Douglas Gregor · 14 years ago
  78. f748845 Check for ret, so that we know we hit the end of the function by Douglas Gregor · 14 years ago
  79. 33fd1fc When returning from a function that has a reference return type, use by Douglas Gregor · 14 years ago
  80. f3eaf45 Discussing with dgregor we decided that we should not force the emission of by Rafael Espindola · 14 years ago
  81. 2c01676 Use llvm::SmallString instead of std::string. by Ted Kremenek · 14 years ago
  82. 431a2cb Improve static analyzer diagnostic concerning the use of 'mktemp' by Ted Kremenek · 14 years ago
  83. 49b9545 make the vtable tester a little friendlier, with a clean target and without requiring . to be in your path by Douglas Gregor · 14 years ago
  84. 28329e5 When pulling apart an initializer that involves a CXXConstructExpr, do by Douglas Gregor · 14 years ago
  85. f7353c0 Make sure that we have File IDs for all of the unsaved files before we by Douglas Gregor · 14 years ago
  86. 528adb1 Allow conversion of qualified Class type to unqualified by Fariborz Jahanian · 14 years ago
  87. e3e7d4e XFAIL the -nostdinc++ test on Windows; it doesn't look like we even have the notion of separate C and C++ paths there by Douglas Gregor · 14 years ago
  88. 0266898 Control warnings about GNU extensions with -Wgnu, which has a subgroup by Douglas Gregor · 14 years ago
  89. 4c2bcad Implement support for -nostdc++. Fixes PR6446. by Douglas Gregor · 14 years ago
  90. f3c0bd5 Improve diagnostics when ivar added to class extension (radar 6812436). by Fariborz Jahanian · 14 years ago
  91. 036ada2 Silently drop dependent friend function template specializations, by Douglas Gregor · 14 years ago
  92. 9ff659b Change two class forward declarations to struct forward declarations, silencing a Clang warning by Douglas Gregor · 14 years ago
  93. ceb43b6 Code gen for multi-dimensional dynamic allocations. Fixes PR6641. by Fariborz Jahanian · 14 years ago
  94. ccd83d7 More vtable improvements. We now compute and keep track of all vtable related information which avoids computing the same vtable layout over and over. by Anders Carlsson · 14 years ago
  95. c1b621d Walk out of enums when determining effective context. by John McCall · 14 years ago
  96. 5fd378b Correct that last fixit: if the user wrote by John McCall · 14 years ago
  97. 7ad650f Support friend function specializations. by John McCall · 14 years ago
  98. 2eef829 When a declaration of a function is missing an exception specification by Douglas Gregor · 14 years ago
  99. 5eea876 Use getNamedGlobal instead of getGlobalVariable. (Fixes self-host). by Anders Carlsson · 14 years ago
  100. 1a37d0a Make the license header in smmintrin.h match the other SSE headers. by Anders Carlsson · 14 years ago