1. 711be1e Implement C++ [temp.local]p8, which specifies that a template by Douglas Gregor · 15 years ago
  2. 4b7a834 Add support for -Wwrite-strings. Patch by Mike M! Fixes PR 4804. by John McCall · 15 years ago
  3. b05b5f3 Remember access paths for visible conversion decls. by John McCall · 15 years ago
  4. 8f51a4f Give explicit template instantiations weak ODR linkage. Former by Douglas Gregor · 15 years ago
  5. 961b167 Fix PR6562. If a type is dependent, we don't know if it will have implicit by Rafael Espindola · 15 years ago
  6. 34fd284 Re-revert the explicit template instantiation linkage patch. I am beginning to look incompetent by Douglas Gregor · 15 years ago
  7. 8721360 Reinstate patch to turn explicit template instantiations into weak symbols by Douglas Gregor · 15 years ago
  8. 1c471f3 Check compatibility of vector types using their canonicalizations. by John McCall · 15 years ago
  9. 0faede6 Improve the unused-value check to look into comma expressions and filter out by John McCall · 15 years ago
  10. 4ea9006 Revert the linkage change for explicit template instantiations; something is amiss by Douglas Gregor · 15 years ago
  11. e5e0c9d Give explicit template instantiations weak linkage (but don't defer by Douglas Gregor · 15 years ago
  12. ceef4ce Add an extra test to this test-case. by John McCall · 15 years ago
  13. d60e22e Implement basic support for friend types and functions in non-dependent by John McCall · 15 years ago
  14. d1b47bf Warn about comparing an unsigned expression with 0 in tautological ways. by John McCall · 15 years ago
  15. d7358a3 Remember the PR number. by John McCall · 15 years ago
  16. 80639de Implement -Wmissing-field-initializers. Patch by mikem! by John McCall · 15 years ago
  17. d295d78 Use -emit-llvm-only, to avoid leaving a temp around. by Daniel Dunbar · 15 years ago
  18. 6cb6eb4 Add tentative support for accessing local variables with by Fariborz Jahanian · 15 years ago
  19. a14db75 fix PR6433, crash on va_arg of typedef. by Chris Lattner · 15 years ago
  20. d980072 Correctly mangle address of member in template arguments. Fixes PR6460 by Rafael Espindola · 15 years ago
  21. 069ace5 Fix a self-host problem caused by this over-eager assertion. I'm not sure by John McCall · 15 years ago
  22. 127e467 Add a test. by Anders Carlsson · 15 years ago
  23. 2bc1d3a Fix calculation of whether a member function needs a thunk in construction vtables. by Anders Carlsson · 15 years ago
  24. d314e9e Change the 'super' messaging API in the rewriter. Fixes radar 7738452. by Fariborz Jahanian · 15 years ago
  25. a96a2e9 We were mistakenly marking morally virtual bases as being uninteresting. Fix this. by Anders Carlsson · 15 years ago
  26. f2c98ce Ignore non-interesting bases when emitting construction vtables. by Anders Carlsson · 15 years ago
  27. 266e05c Move test and also test codegen. by Rafael Espindola · 15 years ago
  28. 7c2342d When pretty-printing tag types, only print the tag if we're in C (and by John McCall · 15 years ago
  29. e35b768 Add newline. by Anders Carlsson · 15 years ago
  30. 6039661 Don't accidentally mark some functions in construction vtables as unused. Also land the test for a previous checkin, now that it's correct. by Anders Carlsson · 15 years ago
  31. c802378 Add use-after-free check to MallocChecker. by Zhongxing Xu · 15 years ago
  32. dd8f569 Statement expressions can be used in global- or namespace-scoped blocks by Douglas Gregor · 15 years ago
  33. 3cb0ebd Create a new InjectedClassNameType to represent bare-word references to the by John McCall · 15 years ago
  34. 3c1c4aa add missing test by Rafael Espindola · 15 years ago
  35. db4022c Improve vcall offset handling in construction vtables. With this we layout the construction vtables from the ABI examples correctly. by Anders Carlsson · 15 years ago
  36. bbf58bb Delay codegen of vtables when handling implicit instantiations. by Rafael Espindola · 15 years ago
  37. 2cfe28b When computing in AnalysisContext the variables referenced by Ted Kremenek · 15 years ago
  38. d58562e Fix file reference for derived and composite types. Now, dwarf writer uses strict verifier that ignores debug info for such types if their file info is unknown. by Devang Patel · 15 years ago
  39. 9f3e6a5 Fix the test some more. by Fariborz Jahanian · 15 years ago
  40. a4c779e See if this test makes it though buildbot. by Fariborz Jahanian · 15 years ago
  41. 7573f8b More then one anonymous aggregates on one line creates chaos when MDNode uniquness is combined with RAUW operation. Right solution is to avoid using RAUW. by Devang Patel · 15 years ago
  42. af652fa Reverse the code gen. enabled part of test until I can figure out by Fariborz Jahanian · 15 years ago
  43. e0610a4 Improve Objective-C token-annotation test by Douglas Gregor · 15 years ago
  44. 40ac517 Code gen test for a previous patch for radar 7709015 by Fariborz Jahanian · 15 years ago
  45. 2263f82 Don't error when a block pointer is passed to a by Fariborz Jahanian · 15 years ago
  46. 98146a6 Add an Objective-C test for token annotation by Douglas Gregor · 15 years ago
  47. f7507f2 Add test cases for r98003 and r98006. by Ted Kremenek · 15 years ago
  48. b35baae add a codegen hack to work around an AST bug, allowing us to compile the by Chris Lattner · 15 years ago
  49. 43533c9 Revert r97727 at ddunbar's request; we want to solve this some other way. by John McCall · 15 years ago
  50. c2350e5 Extend ObjCMessageExpr for class method sends with the source location by Douglas Gregor · 15 years ago
  51. 4bc1cb6 Keep track of type source information in the return type of an by Douglas Gregor · 15 years ago
  52. 516a6bc In C++98/03, an uninitialized variable that has POD class type will be by Douglas Gregor · 15 years ago
  53. a276291 Downgrade errors when trying to catch a pointer or reference to by Douglas Gregor · 15 years ago
  54. 3604160 Revert r97925, it only contained the test updates not the actual fix. by Chandler Carruth · 15 years ago
  55. d7bf93c Downgrade errors when trying to catch a pointer or reference to by Douglas Gregor · 15 years ago
  56. a50ce32 Robustify callers that rebuild typename type nodes again NULL return by Douglas Gregor · 15 years ago
  57. 4ce46c2 Perform overload resolution when static_cast'ing from a by Douglas Gregor · 15 years ago
  58. a1a9f03 Reference binding via user-defined conversion can compute a binding by Douglas Gregor · 15 years ago
  59. ffaf4c5 implement support for -Wno-deprecated, PR6534. While by Chris Lattner · 15 years ago
  60. d6a9324 Fix for PR6294: we should only delay recording nested dynamic classes if they by Eli Friedman · 15 years ago
  61. 96df6cf Don't turn off mangling in implicitly extern "C" system headers. GCC by Douglas Gregor · 15 years ago
  62. 18f36d9 Don't produce debug info when given -g. Fixes PR6529. by Rafael Espindola · 15 years ago
  63. 1e1d396 Implement missing-braces warning and add a test case. by Tanya Lattner · 15 years ago
  64. ba68b08 PR6515: Implement __builtin_signbit and friends. by Eli Friedman · 15 years ago
  65. dbf217a Allow use of byref (__block attributed) arrays inside by Fariborz Jahanian · 15 years ago
  66. 6d18289 When declaring a catch block in C++, make sure that the type being by Douglas Gregor · 15 years ago
  67. 444b035 Augment __has_feature to report that Clang supports adding attribute 'unused' by Ted Kremenek · 15 years ago
  68. a422864 Patch to build qualifier on objective-c pointer types. Fixes radar 7626768. by Fariborz Jahanian · 15 years ago
  69. 02db31c Emit warning on indirect goto that potentially violates by Chris Lattner · 15 years ago
  70. fc3a070 address PR6502 by downgrading the scope checker's address by Chris Lattner · 15 years ago
  71. fdf30ae Remove header file dependencies in block patch test case. by Fariborz Jahanian · 15 years ago
  72. a36e223 add support for a 1<<29 bit in the block flags field to mark blocks using alternate struct return ABI by Blaine Garst · 15 years ago
  73. a743266 Make rewritten source compiled with clang++. by Fariborz Jahanian · 15 years ago
  74. ef2b0d8 Make rewritten source compiled with clang++ for correctness. by Fariborz Jahanian · 15 years ago
  75. 7c7e349 Change test to compile rewritten test with clang++. by Fariborz Jahanian · 15 years ago
  76. da18261 really fix 6473 by handling weakref in constant expressions. by Rafael Espindola · 15 years ago
  77. c2a2b3c c-index-test's printing of linkage was completely broken, as was the by Douglas Gregor · 15 years ago
  78. 61b82e3 Fixes a bug whereby static const block var has static by Fariborz Jahanian · 15 years ago
  79. 6a83670 Fix PR6473. by Rafael Espindola · 15 years ago
  80. 0ea271c Steal the TARGET lit condition from the LLVM test suite. by John McCall · 15 years ago
  81. 57d3b76 When profiling Environment, also profile with AnalysisContext*, bacause by Zhongxing Xu · 15 years ago
  82. 468ec6c Revert changes r97693, r97700, and r97718. by John McCall · 15 years ago
  83. 3ff6302 XFAIL these tests on win32, since the win32 buildbot apparently disables all by John McCall · 15 years ago
  84. 2ac7472 Fix __builtin_ia32_roundss and __builtin_ia32_roundsd definitions. by Eric Christopher · 15 years ago
  85. 4819ac4 Refactor local class name mangling and make it ABI conforming. by Fariborz Jahanian · 15 years ago
  86. 06a3066 Implement __builtin_dwarf_sp_column(). by John McCall · 15 years ago
  87. 29a4071 fix a buildbot failure, this was passing for me because the by Chris Lattner · 15 years ago
  88. 5fccd36 Reinstate r97674 with a fix for the assertion that was firing in <list> by Douglas Gregor · 15 years ago
  89. a7cb22d Revert r97674; it's causing failures by Douglas Gregor · 15 years ago
  90. b29b37d Implement disambiguation of base class members via a by Douglas Gregor · 15 years ago
  91. 9f9efe6 Fix code gen bug generating code for ((id)cat)->isa. Fixes radar 7709015. by Fariborz Jahanian · 15 years ago
  92. eeeb49a merge asm-2.c into asm.c, remove asm-inout.c because it is by Chris Lattner · 15 years ago
  93. b992259 fix PR6475, we were doing side-effecting stuff in an assert. by Chris Lattner · 15 years ago
  94. 5705853 Implements mangling of local class names to by Fariborz Jahanian · 15 years ago
  95. 2752c01 add framework for ARM builtins, Patch by Edmund Grimley Evans! by Chris Lattner · 15 years ago
  96. 3bed527 Add '-test-print-linkage-source' option to c-index-test by Ted Kremenek · 15 years ago
  97. ce57dd5 Fix a bug with base offset merging that Devang noticed. by Anders Carlsson · 15 years ago
  98. 4e6ba4b Implement name hiding for names found through virtual base subobjects by Douglas Gregor · 15 years ago
  99. 9a70846 Don't emit derived-to-base destructor aliases if we don't have a definition by John McCall · 15 years ago
  100. 97ccfa5 Add comments to test case. by Zhongxing Xu · 15 years ago