1. a84b404 Fixup key function calculations. by Mike Stump · 15 years ago
  2. 73460a3 Deduce a ConstantArrayType from a value-dependent initializer list by Douglas Gregor · 15 years ago
  3. a7cf23a Don't issue spurious diagnostic with Obj-C fast enumeration. (radar 7409165). by Fariborz Jahanian · 15 years ago
  4. 027e266 Fix crash when using --analyzer-store=region when handling initializers with nested arrays/structs whose values are not explicitly specified. Fixes <rdar://problem/7403269>. by Ted Kremenek · 15 years ago
  5. 498429f Patch to implement new-operators with default args. Fixes pr5547. by Fariborz Jahanian · 15 years ago
  6. cb78d88 Cope with an amusingly little anomaly with dependent types and by Douglas Gregor · 15 years ago
  7. 63e6561 Define __WCHAR_WIDTH__ for use in stdint.h. by Ken Dyck · 15 years ago
  8. bfec4b0 Parameterize WINT_MIN and WINT_MAX with __WINT_WIDTH__ to support arbitrary by Ken Dyck · 15 years ago
  9. 7635d21 Add __WINT_WIDTH__ to paramaterize the limits of WINT_MIN and WINT_MAX in by Ken Dyck · 15 years ago
  10. 7484e5d Add __SIZE_WIDTH__ to eventually replace __SIZE_TYPE__ in stdint.h. by Ken Dyck · 15 years ago
  11. 8241d73 Restore __INTMAX_TYPE__, __UINTMAX_TYPE__, __PTRDIFF_TYPE__, and by Ken Dyck · 15 years ago
  12. cf2f71f Remove __PTRDIFF_TYPE__ as it is no longer needed by stdint.h. It has been by Ken Dyck · 15 years ago
  13. d00c751 Add __PTRDIFF_WIDTH__ macro to eventually replace __PTRDIFF_TYPE__ in stdint.h. by Ken Dyck · 15 years ago
  14. ed116e9 Remove __INTPTR_TYPE__ as it is no longer needed by stdint.h, which uses by Ken Dyck · 15 years ago
  15. a4494d8 Add missing testcase for Objective-C p@property getter/setter completions by Douglas Gregor · 15 years ago
  16. 53e8484 Switch -f{builtin,math-errno,rtti} and -analyzer-purge-dead to -...no... variants instead of using llvm::cl::init(true) arguments. by Daniel Dunbar · 15 years ago
  17. 264c1f8 The sub-statement of a case statement is not an unevaluated context! by Eli Friedman · 15 years ago
  18. d3c6854 Improve code completion for Objective-C message sends, so that we by Douglas Gregor · 15 years ago
  19. 988358f Improve the accuracy of code completion for the attributes of an @property declaration, so that we don't produce completions for attributes that would conflict with already-specified attributes by Douglas Gregor · 15 years ago
  20. 54f0161 Improve code-completion results for the flags in an @property by Douglas Gregor · 15 years ago
  21. 10324db Do not enter forward class 'Protocol' in decl context. by Fariborz Jahanian · 15 years ago
  22. 275c2b4 Do overload resolution for compound assignment even if only the RHS is overloadable. Compound assignment may be overloaded as a non-member, and anyway the overload resolution is necessary because it triggers implicit (used-defined) conversions. Fixes PR5512, but not really the deeper issues lurking. Those are standard defects. by Sebastian Redl · 15 years ago
  23. 6654294 Resolve this FIXME: unelaborated lookups are ambiguous, too. by John McCall · 15 years ago
  24. 424b2a5 Code completion after @dynamic by Douglas Gregor · 15 years ago
  25. 6826314 Overhaul previous-declaration and overload checking to work on lookup results by John McCall · 15 years ago
  26. 0da2adb Test case for parsing-recovery change to @synthesized by Douglas Gregor · 15 years ago
  27. 322328b Code completion for Objective-C @synthesized. by Douglas Gregor · 15 years ago
  28. 19d7073 ignore parens surounding the type when diagnosing by Fariborz Jahanian · 15 years ago
  29. 05ebda9 This patch fixes a bug in misdiagnosing correct use of pointer to data member. by Fariborz Jahanian · 15 years ago
  30. a165da0 Track overriding methods when instantiating a template class. Fixes PR5550. by Sebastian Redl · 15 years ago
  31. 65bdbfa Pretend destructors are const and volatile. This allows calling them with const and/or volatile objects. Fixes PR5548. by Sebastian Redl · 15 years ago
  32. a9efada Don't generate superfluous and ambiguous built-in candidates for multi-level array subscript and arithmetic. Fixes PR5546. by Sebastian Redl · 15 years ago
  33. 08321b4 Define intptr_t and uintptr_t in terms of their equivalent exact-width types. by Ken Dyck · 15 years ago
  34. 2f43b21 Update test to stop scanning things in the predefines buffer, this isn't adding by Daniel Dunbar · 15 years ago
  35. d896e1a Predefine __INTPTR_WIDTH__ for future use in stdint.h. by Ken Dyck · 15 years ago
  36. eec59a7 Remove the __INTMAX_TYPE__ and __UINTMAX_TYPE__ built-in macros as they are no by Ken Dyck · 15 years ago
  37. 832b710 Define INTMAX_C and UINTMAX_C in terms of the corresponding exact-width by Ken Dyck · 15 years ago
  38. db57ce5 Define INTMAX_MIN, INTMAX_MAX, and UINTMAX_MAX in terms of the limit macros for by Ken Dyck · 15 years ago
  39. 33ced0b Implement code completion for Objective-C category names in @interface by Douglas Gregor · 15 years ago
  40. 36fac07 Define intmax_t and uintmax_t as the [u]intN_t type corresponding to by Ken Dyck · 15 years ago
  41. 3393f81 Don't warn if objc method param types in declaration and by Fariborz Jahanian · 15 years ago
  42. cc5306a Improve on diagnosing type mismatches because of by Fariborz Jahanian · 15 years ago
  43. 76d69bb CastsAwayConstness shouldn't care if member pointers point into different classes. Fixes PR5545. by Sebastian Redl · 15 years ago
  44. 3b49aca Code completion for Objective-C class names after @interface, by Douglas Gregor · 15 years ago
  45. c72af57 Update index tests for r89203. by Benjamin Kramer · 15 years ago
  46. 186696b Predefine __INTMAX_WIDTH__ for the future parameterization of INTMAX macros in by Ken Dyck · 15 years ago
  47. 083128f Code completion after @property, providing the names of forward-declared properties by Douglas Gregor · 15 years ago
  48. f9a7c18 Rename code-completion test to actually make sense by Douglas Gregor · 15 years ago
  49. 55385fe Code completion for Objective-C properly lists by Douglas Gregor · 15 years ago
  50. 88a4a62 Be sure to set visibility for ZTI symbols for classes from the class. by Mike Stump · 15 years ago
  51. 066b983 Make _ZTI symbols hidden. This speeds up the dynamic linker. by Mike Stump · 15 years ago
  52. 7ba107a Incremental progress on using declarations. Split UnresolvedUsingDecl into by John McCall · 15 years ago
  53. 1d5fdf3 Add special clang_getCursor() support for @class. Handles <rdar://problem/7383421>. by Ted Kremenek · 15 years ago
  54. 95ac655 Code completion for member accesses that involve Objective-C properties and instance variables by Douglas Gregor · 15 years ago
  55. f43fb72 PR5520: Make sure to check whether the base type is complete before looking for by Eli Friedman · 15 years ago
  56. 2710c41 Fix one last gotcha with typeid. by Mike Stump · 15 years ago
  57. f74a419 Finish code completion for Objective-C message sends by Douglas Gregor · 15 years ago
  58. ae9b2be Add rtti support for arrays, functiond without prototypes, vectors and enums. by Mike Stump · 15 years ago
  59. 36ecb04 Refactor code-completion support for message sends, collecting the by Douglas Gregor · 15 years ago
  60. 64989f0 Add rtti info for function prototypes and refactor. This allows by Mike Stump · 15 years ago
  61. 269f8bc This patch finalizes implementatin of weak_import by Fariborz Jahanian · 15 years ago
  62. 5fae856 Add rtti support for pointer to data members. by Mike Stump · 15 years ago
  63. d8aefab Drop unnecessary #include. by Daniel Dunbar · 15 years ago
  64. fff9403 Remove unnecessary &&s. by Daniel Dunbar · 15 years ago
  65. 61c3801 Add rtti support for non-member pointers. WIP. by Mike Stump · 15 years ago
  66. 1c6da17 Add c-index-test mode "-test-file-scan", which scans a source file and calls clang_getCursor() on every character. by Ted Kremenek · 15 years ago
  67. 7324d6d Fix test case. by Ted Kremenek · 15 years ago
  68. 5e530af Added block type introspection support. by David Chisnall · 15 years ago
  69. 0196ce4 Rename test. by Ted Kremenek · 15 years ago
  70. aa069ae Undo previous test fix. -split-phi-edges now disables automatically when the by Jakob Stoklund Olesen · 15 years ago
  71. b088756 Replace (-INT8_C(128)), which uses an illegally out-of-range argument for by Ken Dyck · 15 years ago
  72. 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
  73. 4a2614e Adjust format attribute index for implicit object arguments. Fixes PR5521. by Sebastian Redl · 15 years ago
  74. 24a069f Implement code completion for Objective-C message sends to "super". by Douglas Gregor · 15 years ago
  75. 58beed9 Fix PR5531. by Anders Carlsson · 15 years ago
  76. 9630eb6 Augment code-completion results to provide argument names and by Douglas Gregor · 15 years ago
  77. 8163841 Use the INTn_C integer constant macros to generate limit constants with correct by Ken Dyck · 15 years ago
  78. 947e00d Make test header independent so it doesn't fail on freebsd. I hope this doesn't by Benjamin Kramer · 15 years ago
  79. 6ab25f4 Remove unnecessary parens around the bodies of integer constant macros. C99 by Ken Dyck · 15 years ago
  80. 2ca2429 ... and add back a few more triple forces. by Daniel Dunbar · 15 years ago
  81. 8ee15dc Use clang to run tests which include headers from the system. by Daniel Dunbar · 15 years ago
  82. d71b641 Add some -triples I was a little too liberal in removing. by Daniel Dunbar · 15 years ago
  83. 3332646 Merge several visibility tests into hidden-visibility.m, and check .ll output by Daniel Dunbar · 15 years ago
  84. 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
  85. 4985e3e Add PreVisitReturn to Malloc checker. Now we can recognize returned memory by Zhongxing Xu · 15 years ago
  86. 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
  87. b1295da Remove some redundant tests. by Daniel Dunbar · 15 years ago
  88. 48270a3 Commit this random test case. by John McCall · 15 years ago
  89. 9e5cc6b Add -fblocks, -stack-protector, and -fobjc-nonfragile-abi defaulting to driver, by Daniel Dunbar · 15 years ago
  90. 243fde9 Add EvalEndPath interface to Checker. Now we can check memory leaked at the by Zhongxing Xu · 15 years ago
  91. c5a97ec Move -fnext-runtime defaulting to driver (and change clang-cc default to by Daniel Dunbar · 15 years ago
  92. 1f95e65 Move char-is-signed defaulting to driver, instead of using by Daniel Dunbar · 15 years ago
  93. 48cebf2 Add newline at the end of the file. by Ted Kremenek · 15 years ago
  94. 48c32a7 Implement template instantiation for using directives, which is dead simple. by Douglas Gregor · 15 years ago
  95. 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
  96. 03c5705 Require the object type of a member access expression ("." or "->") to by Douglas Gregor · 15 years ago
  97. 9f853df Unify the way destructor epilogues are generated for synthesized and regular destructors. Also fix PR5529. by Anders Carlsson · 15 years ago
  98. 21f5d5d Add typeinfo support for T* and const T* for all builtin types T. by Mike Stump · 15 years ago
  99. c6ea5d4 Add test to verify that the analyzer plist output is what we expect. by Ted Kremenek · 15 years ago
  100. ea2c0b5 Add typeid for the builtin types. WIP. by Mike Stump · 15 years ago