1. b088756 Replace (-INT8_C(128)), which uses an illegally out-of-range argument for by Ken Dyck · 15 years ago
  2. f5d9c93 Clean up c-index-test command line usage a bit by requiring a "-test-load-tu" option when testing clang_loadTranslationUnit(). Running c-index-test without the correct arguments now also prints a useful summary of its correct usage. by Ted Kremenek · 15 years ago
  3. 4a2614e Adjust format attribute index for implicit object arguments. Fixes PR5521. by Sebastian Redl · 15 years ago
  4. 24a069f Implement code completion for Objective-C message sends to "super". by Douglas Gregor · 15 years ago
  5. 58beed9 Fix PR5531. by Anders Carlsson · 15 years ago
  6. 9630eb6 Augment code-completion results to provide argument names and by Douglas Gregor · 15 years ago
  7. 8163841 Use the INTn_C integer constant macros to generate limit constants with correct by Ken Dyck · 15 years ago
  8. 947e00d Make test header independent so it doesn't fail on freebsd. I hope this doesn't by Benjamin Kramer · 15 years ago
  9. 6ab25f4 Remove unnecessary parens around the bodies of integer constant macros. C99 by Ken Dyck · 15 years ago
  10. 2ca2429 ... and add back a few more triple forces. by Daniel Dunbar · 15 years ago
  11. 8ee15dc Use clang to run tests which include headers from the system. by Daniel Dunbar · 15 years ago
  12. d71b641 Add some -triples I was a little too liberal in removing. by Daniel Dunbar · 15 years ago
  13. 3332646 Merge several visibility tests into hidden-visibility.m, and check .ll output by Daniel Dunbar · 15 years ago
  14. ca74ae7 Use -fblocks and -fobjc-nonfragile-abi when that is what is being tested, instead of forcing the triple. by Daniel Dunbar · 15 years ago
  15. 4985e3e Add PreVisitReturn to Malloc checker. Now we can recognize returned memory by Zhongxing Xu · 15 years ago
  16. 23afaad Don't #include <stdio.h> when tests don't need it, or use clang instead of clang-cc when they do. by Daniel Dunbar · 15 years ago
  17. b1295da Remove some redundant tests. by Daniel Dunbar · 15 years ago
  18. 48270a3 Commit this random test case. by John McCall · 15 years ago
  19. 9e5cc6b Add -fblocks, -stack-protector, and -fobjc-nonfragile-abi defaulting to driver, by Daniel Dunbar · 15 years ago
  20. 243fde9 Add EvalEndPath interface to Checker. Now we can check memory leaked at the by Zhongxing Xu · 15 years ago
  21. c5a97ec Move -fnext-runtime defaulting to driver (and change clang-cc default to by Daniel Dunbar · 15 years ago
  22. 1f95e65 Move char-is-signed defaulting to driver, instead of using by Daniel Dunbar · 15 years ago
  23. 48cebf2 Add newline at the end of the file. by Ted Kremenek · 15 years ago
  24. 48c32a7 Implement template instantiation for using directives, which is dead simple. by Douglas Gregor · 15 years ago
  25. 9298cfc Have clang_getCursorSource() return NULL when the source location is invalid or refers to a built-in buffer. Implements <rdar://problem/7296243>. by Ted Kremenek · 15 years ago
  26. 03c5705 Require the object type of a member access expression ("." or "->") to by Douglas Gregor · 15 years ago
  27. 9f853df Unify the way destructor epilogues are generated for synthesized and regular destructors. Also fix PR5529. by Anders Carlsson · 15 years ago
  28. 21f5d5d Add typeinfo support for T* and const T* for all builtin types T. by Mike Stump · 15 years ago
  29. c6ea5d4 Add test to verify that the analyzer plist output is what we expect. by Ted Kremenek · 15 years ago
  30. ea2c0b5 Add typeid for the builtin types. WIP. by Mike Stump · 15 years ago
  31. 936d2a8 Fix tests after enabling -split-phi-edges. by Jakob Stoklund Olesen · 15 years ago
  32. 16fea9b PR5526: Make sure to set the right cast kinds for the inserted implicit casts. by Eli Friedman · 15 years ago
  33. db519a4 Ensure we peer through () when handling typeid(*p). by Mike Stump · 15 years ago
  34. a661bee Remove extra space in warn_maynot_respond diagnostic. Fixes <rdar://problem/7364274>. by Ted Kremenek · 15 years ago
  35. c888f48 Note why this doesn't yet work. by Mike Stump · 15 years ago
  36. f4a08d0 Trim spacing. by Mike Stump · 15 years ago
  37. 4d26b43 Fix up EmitMemberInitializer to handle many more cases. by Eli Friedman · 15 years ago
  38. 39f36e3 Testcase for dynamic_cast. by Mike Stump · 15 years ago
  39. 1db5345 Make member initializers for union members work correctly. by Eli Friedman · 15 years ago
  40. bbd755a Update test, I don't know why this changed but seems innocuous. by Daniel Dunbar · 15 years ago
  41. 6d10ac9 Implement a few more cases for copy constructor synthesis. by Eli Friedman · 15 years ago
  42. a439e6f Repair broken FindCompositePointerType. Correct early termination condition. Get CVR qualifiers from canonical types. Traverse collected qualifiers in reverse order on rebuilding the pointer, so that we don't swap inner and outer qualifiers. That last one fixes PR5509. by Sebastian Redl · 15 years ago
  43. 912b662 Fix members to be public. by Mike Stump · 15 years ago
  44. 333dfe9 Make bots happy. by Mike Stump · 15 years ago
  45. 1a3c75f Fix PR5488: special-case the overloaded arrow operator so that we don't try to by Eli Friedman · 15 years ago
  46. 63e963c Handle case of missing '@end' in implementation context by Fariborz Jahanian · 15 years ago
  47. 2a70e94 Fix spelling for target triplet. by Mike Stump · 15 years ago
  48. eef22ef Parameterize the constant-generating macros in stdint.h with new built-in by Ken Dyck · 15 years ago
  49. 083e306 Try and fix buildbot issue. by Mike Stump · 15 years ago
  50. 8dfa2b3 Fix a couple of cases where we weren't generating the right kind of call by Eli Friedman · 15 years ago
  51. eaea8c4 Implement two-argument form of delete operator. by Eli Friedman · 15 years ago
  52. 5e6214b Fix test on Linux. by Eli Friedman · 15 years ago
  53. 7f92f03 Add constant evaluation for comma operator with floating-point operand. Fixes by Eli Friedman · 15 years ago
  54. 1f126bd Deallocation functions must also be static. by Anders Carlsson · 15 years ago
  55. 67bf2e7 allocation functions are always static. by Anders Carlsson · 15 years ago
  56. 333b2a7 Fix linux buildbots. by Mike Stump · 15 years ago
  57. f549e89 Finish off zero check for typeid(*p) so that it will do a __cxa_bad_typeid. by Mike Stump · 15 years ago
  58. 5072430 If we find a deallocation function in the class scope, but it is a placement function we should not look for a deallocation function in the global scope. by Anders Carlsson · 15 years ago
  59. ab15d0e When performing a static downcast as part of a static_cast, make sure by Douglas Gregor · 15 years ago
  60. c07a494 Don't gratuitously mark the default constructors of base or member initializers as used by Douglas Gregor · 15 years ago
  61. 891fdae When adding the underlying declaration of a decl to a lookup-results by Douglas Gregor · 15 years ago
  62. c2e84ae Implement typeid for class types. by Mike Stump · 15 years ago
  63. 593564b When looking for operator() to type-check a call to an object of class by Douglas Gregor · 15 years ago
  64. a8285a8 Finish off support for typeinfo generation for classes. by Mike Stump · 15 years ago
  65. f86fedd Add clang -mcpu=native support, patch by Roman Divacky, varioustweaks by me. by Daniel Dunbar · 15 years ago
  66. 79cbc7d Add an internal CreateRecordDecl that will create a CXXRecordDecl when compiling C++ and a RecordDecl otherwise. by Anders Carlsson · 15 years ago
  67. a8a1e3d Always build a builtin operator expression for the __extension__ unary operator. by Anders Carlsson · 15 years ago
  68. 658e812 Handle CK_BitCast in EmitCastLValue. by Anders Carlsson · 15 years ago
  69. a82e4ae - Have TryStaticImplicitCast set the cast kind to NoOp when binding a reference. CheckReferenceInit already inserts implicit casts to the necessary types. This fixes an assertion in CodeGen for some casts and brings a fix for PR5453 close, if I understand that bug correctly. by Sebastian Redl · 15 years ago
  70. 5b6117a Canonicalize the type before trying to create a debug type. by Anders Carlsson · 15 years ago
  71. 266cc53 Improve test to make sure -fixit is really working. by Daniel Dunbar · 15 years ago
  72. 55f9bdd Avoid assert-crash in a case where the expression passed to EmitConstantExpr by Eli Friedman · 15 years ago
  73. f70b24e Make __func__ and friends work correctly within the initializer for a static by Eli Friedman · 15 years ago
  74. 3e42ffd PR5462: Don't run off the edge of the argument array for vararg handling by Eli Friedman · 15 years ago
  75. 73dd768 Update FixIt tests to make it more obvious they use a separate mode. by Daniel Dunbar · 15 years ago
  76. 2f00552 Fix a couple of tests. by Eli Friedman · 15 years ago
  77. ea9a208 PR5483: Generate missing form of destructor when it is virtual. (Someone by Eli Friedman · 15 years ago
  78. 49e2b8e Fix for PR5489: don't skip the complete type requrirement for variable by Eli Friedman · 15 years ago
  79. 19aeac6 When type-checking a static cast (or the static_cast part of a C-style by Douglas Gregor · 15 years ago
  80. ba69b3c Fix broken tests, exposed by improved -verify. by Daniel Dunbar · 15 years ago
  81. 0ba63ea Diagnose ambiguity of operator delete and operator delete[]. Sebastian, please review. by Anders Carlsson · 15 years ago
  82. 370e538 Handle CXXDefaultArgExprs in EmitLValue. Fixes PR5484. by Anders Carlsson · 15 years ago
  83. 66724ea If we attempt to add a constructor template specialization that looks by Douglas Gregor · 15 years ago
  84. fd47648 Revert r88718, which does NOT solve the constructor-template-as-copy-constructor issue. Big thanks to John for finding this by Douglas Gregor · 15 years ago
  85. 15755cb Template argument deduction of a non-type template parameter from a by Douglas Gregor · 15 years ago
  86. cad84b7 A constructor template cannot be instantiated to a copy by Douglas Gregor · 15 years ago
  87. 534ba90 Code gen. For virtual destructor call on array objects (still part of pr5472). by Fariborz Jahanian · 15 years ago
  88. 22efb85 More VTT and constructor vtable testcases from recent work. by Mike Stump · 15 years ago
  89. 513225f Add more testcase for construction vtables and VTTs. by Mike Stump · 15 years ago
  90. 2cdcbdb Add some more VTT testcases. by Mike Stump · 15 years ago
  91. 64241fc Obvious fix for PR5474. by Eli Friedman · 15 years ago
  92. c360775 Remove test case's dependency on header file. by Ted Kremenek · 15 years ago
  93. c764d4b Add two new test cases for the Malloc/Free checker. Both have to do with by Ted Kremenek · 15 years ago
  94. ba93087 Add test case that shows a leak we don't catch. by Ted Kremenek · 15 years ago
  95. 9326c56 Add a testcase for the recent VTT work. by Mike Stump · 15 years ago
  96. 72c2153 Code gen for arrady delete operator. Fixes pr5472. by Fariborz Jahanian · 15 years ago
  97. bb62dcb Add test for expr.delete p5, with a FIXME. by Daniel Dunbar · 15 years ago
  98. a660440 This falls into the category of stupid pet tricks. I hate to do this, by Mike Stump · 15 years ago
  99. 8382cf5 Add clang-cc option "--analyzer-experimental-internal-checks". This by Ted Kremenek · 15 years ago
  100. 79b680e When performing copy initialization (= "implicit conversion", here) to by Douglas Gregor · 15 years ago