1. 79c2278 When we are instantiating a member function of a local class, be sure by Douglas Gregor · 15 years ago
  2. dfa4fa0 Fix a rewriting crash and correct rewriting of __block by Fariborz Jahanian · 15 years ago
  3. 6a0166e Improve the test for unused-expression warnings slightly by Douglas Gregor · 15 years ago
  4. 5d52e47 Partial fix for PR6022, where we were complaining when a friend by Douglas Gregor · 15 years ago
  5. 1adb082 Give ObjCClassRef cursors a sane representation, which is encapsulated by Douglas Gregor · 15 years ago
  6. 3db211b Improve location information for Objective-C category declarations. We by Douglas Gregor · 15 years ago
  7. 78db0cd Use a sane encoding for CXCursor_ObjCProtocolRef, using the actual by Douglas Gregor · 15 years ago
  8. 2e331b9 Give CXCursor_ObjCSuperClassRef a sane encoding, which is only known by Douglas Gregor · 15 years ago
  9. 70ee542 Remove TranslateKind and centralize Decl -> CXCursorKind in GetCursorKind(). This revealed a bunch of inconsistencies in how CXCursorKinds were being computed. by Ted Kremenek · 15 years ago
  10. 3364e62 Fix crash generating debug info for constructor for anonymous struct. by Eli Friedman · 15 years ago
  11. 3005efe Make the AST explicitly represent the cast of the first operand of a by Eli Friedman · 15 years ago
  12. 823000c Generalize handling for unreachable code warnings to all binary operators. by Mike Stump · 15 years ago
  13. 8eae090 Refine location reporting for unreachable code warnings for comma expressions. by Mike Stump · 15 years ago
  14. 8a850ba Fix a couple bugs in copy assignment operator synthesis. by Eli Friedman · 15 years ago
  15. f2c87bd Add -cursor-at=file:line:column command line option to c-index-test, by Douglas Gregor · 15 years ago
  16. bf07012 Do not do the block-specific rewrite when there is no block literals. by Fariborz Jahanian · 15 years ago
  17. 501edb6 When determining whether a DeclRefExpr is value-dependent when it by Douglas Gregor · 15 years ago
  18. 1cfb7da When determining whether the type is the current instantiation, strip by Douglas Gregor · 15 years ago
  19. c2233c5 Don't repeat lookup when instantiating resolved member expressions. by John McCall · 15 years ago
  20. 88c8bc8 Don't suggest the developer use 'arc4random' instead of 'rand' when that function is not available. Fixes PR 6012. by Ted Kremenek · 15 years ago
  21. c213b48 Teach BugReporter to "escape" the occurance of '%' characters in diagnostic messages when emitted results to the standard Diagnostics output. Fixes PR 6033. by Ted Kremenek · 15 years ago
  22. 9a24dc1 Add testcase for recent checkin. by Mike Stump · 15 years ago
  23. 7d3f576 When performing qualified name lookup into the current instantiation, by Douglas Gregor · 15 years ago
  24. 69456f1 Fix Release-Asserts for the time being. by Mike Stump · 15 years ago
  25. a73165e Patch to avoid duplicate declaration of byref structs by Fariborz Jahanian · 15 years ago
  26. 79bff43 Forgot to commit these by Anton Korobeynikov · 15 years ago
  27. 33ec2f8 Simplify test case. This test case also applies to PR 6013. by Ted Kremenek · 15 years ago
  28. 74618de Associate test case with Bugzilla PR. by Ted Kremenek · 15 years ago
  29. c781f9c After dyn_cast'ing, it generally makes sense to check the *output* of by Douglas Gregor · 15 years ago
  30. 9edad9b When qualified lookup into the current instantiation fails (because it by Douglas Gregor · 15 years ago
  31. 7b81e8f Fix pr6035. by Zhongxing Xu · 15 years ago
  32. 651f3ee Improve overload diagnostics some more by calling out qualifier mismatches by John McCall · 15 years ago
  33. 1ca6ae8 Switch code-completion for ordinary names over to the new(ish) by Douglas Gregor · 15 years ago
  34. e81e15e Improve the diagnostic for bad conversions in overload resolution to talk by John McCall · 15 years ago
  35. abfd83e Fix a bug in rewrite whereby functions using blocks put extern "C" in wrong place. by Fariborz Jahanian · 15 years ago
  36. ab0b4f1 Improve the sorting of code-completion results. We now always sort by by Douglas Gregor · 15 years ago
  37. cefd3ad Don't report ambiguities in the user-defined conversion if we weren't supposed by John McCall · 15 years ago
  38. 64f7e25 Don't a.k.a. through the primary typedef of an anonymous tag decl. by John McCall · 15 years ago
  39. c38c3e1 Code-completion for @public, @protected, @private, @package. by Douglas Gregor · 15 years ago
  40. c75da51 Fixes a rewrite bug rewriting a block call argument which has a trvial by Fariborz Jahanian · 15 years ago
  41. b6ac245 Whenever completing ordinary names for an Objective-C source, also by Douglas Gregor · 15 years ago
  42. 53b4810 Fix Release-Asserts. by Mike Stump · 15 years ago
  43. f884363 Fix for Release-Assert. by Mike Stump · 15 years ago
  44. edc95e7 Fix for Release-Asserts. by Mike Stump · 15 years ago
  45. 1d9e0aa Fix Release-Asserts. by Mike Stump · 15 years ago
  46. d2635a4 Fix for Release-Asserts. by Mike Stump · 15 years ago
  47. 0efc2c1 Reimplement constructor declarator parsing to cope with template-ids by Douglas Gregor · 15 years ago
  48. adbb8f8 Record some basic information about bad conversion sequences. Use that by John McCall · 15 years ago
  49. a6c058d Implement semantic checking for C++ literal operators. by Sean Hunt · 15 years ago
  50. 1248451 Update test function names so as not to use potential keywords. by Sean Hunt · 15 years ago
  51. 4ef4c6b Add a bunch more feature-checking macros for C++0x features. Some of these are by Sean Hunt · 15 years ago
  52. fa6ef18 Add an unreachable code checker. by Mike Stump · 15 years ago
  53. 220ccbf Improve the reporting of non-viable overload candidates by noting the reason by John McCall · 15 years ago
  54. 48c2d56 When in objective-c methods, do the built-in name lookup after by Fariborz Jahanian · 15 years ago
  55. d1e4d9b Don't emit string-comparison or self-comparison warnings in by Douglas Gregor · 15 years ago
  56. c165f12 testcase for -ftabstop, patch by Christian Adaker! by Chris Lattner · 15 years ago
  57. cb329c5 use DiagRuntimeBehavior to silence the div/rem by zero warning when by Chris Lattner · 15 years ago
  58. 84d0a19 Improve recovery for template-ids whose template-name doesn't actually by Douglas Gregor · 15 years ago
  59. 7ef655a implement PR6004, warning about divide and remainder by zero. by Chris Lattner · 15 years ago
  60. a1e1dc7 implement PR6007, diagnosing invalid attribute((section)) by Chris Lattner · 15 years ago
  61. 5535c38 Fix the CodeGen half of PR5911 by changing reference initialization to by Chandler Carruth · 15 years ago
  62. 453c134 Define __weak attribute for objective-c pointers in by Fariborz Jahanian · 15 years ago
  63. d9b600c Parse dependent template-ids in base clauses and member by Douglas Gregor · 15 years ago
  64. 2e93388 When determining whether a given name is a template in a dependent by Douglas Gregor · 15 years ago
  65. 148299f Fix tests for r93231. by Benjamin Kramer · 15 years ago
  66. 834389b Use horizontal-space markers in code-completion results rather than by Douglas Gregor · 15 years ago
  67. 3c80f57 Reorganize some of the code to note overload candidates. Improves the by John McCall · 15 years ago
  68. 66867c5 Fix rewriting of MacOS sjlj based eh. Fixes radar 7522880. by Fariborz Jahanian · 15 years ago
  69. 4248491 Chris thinks these diagnostics are better now. :) by John McCall · 15 years ago
  70. 1d31833 Introduce a specific representation for the ambiguous implicit conversion by John McCall · 15 years ago
  71. 91fbd12 Fix rewriting for forward class declaration. (fixes radar 6969189). by Fariborz Jahanian · 15 years ago
  72. 277d280 When performing name lookup into a scope, check that its entity is by Douglas Gregor · 15 years ago
  73. 05f6500 C++0x [dcl.typedef]p4, take 3, where we actually figure out what "that by Douglas Gregor · 15 years ago
  74. 3970099 Use isa<ElaboratedType> rather than getAs<ElaboratedType>, since the by Douglas Gregor · 15 years ago
  75. b4a8999 Add test case from PR5763 by Douglas Gregor · 15 years ago
  76. 93dda72 Allow redefinitions of typedef-names within class scope when the type by Douglas Gregor · 15 years ago
  77. 97fd83a Fix a problem related to rewrite of anonymous unions. (fixes radar 6948022) by Fariborz Jahanian · 15 years ago
  78. 9e68871 When resolving a single function template specialization to a by Douglas Gregor · 15 years ago
  79. 9791bdc Test case for naming of conversion function template specializations by Douglas Gregor · 15 years ago
  80. 9007328 When computing surrogates for calls to a value of object type, look by Douglas Gregor · 15 years ago
  81. 58408bc Tighten up the "cannot return array or function type" diagnostic to by Douglas Gregor · 15 years ago
  82. c374cd9 Fixup rewrite of ivars accessed via an explicit object by Fariborz Jahanian · 15 years ago
  83. e27d87f Make Clang complain about taking the address of an unqualified member function. Fixes PR5985. by Sebastian Redl · 15 years ago
  84. 951b334 Enhance ScanReachableSymbols::scan(). Now another OSAtomic test case passes. by Zhongxing Xu · 15 years ago
  85. 604848a Enhance SVals::getAsRegion: get the region that is converted to an integer. by Zhongxing Xu · 15 years ago
  86. c50e6df Switch RegionStore over to using <BaseRegion+raw offset> to store by Ted Kremenek · 15 years ago
  87. 8c72340 Do not parse hexadecimal floating point literals in C++0x mode because they are by Sean Hunt · 15 years ago
  88. 01dfea0 Improve code completion by introducing patterns for the various C and by Douglas Gregor · 15 years ago
  89. 36fcde0 Make sure this test case tests analyzing both x86_64 and i386 archs. by Ted Kremenek · 15 years ago
  90. 3cd8bd4 Enhance test case. by Zhongxing Xu · 15 years ago
  91. 92fe520 try to make this more stable? by Chris Lattner · 15 years ago
  92. 1ee4b9e Fix PR5982, a refacto in checking for '=' in a -D argument. by Daniel Dunbar · 15 years ago
  93. 28b6bdb add comment to test. by Chris Lattner · 15 years ago
  94. 804f652 implement rdar://7520940: published framework headers should by Chris Lattner · 15 years ago
  95. 4a749b9 Fix overzealous assertion in GRExprEngine::VisitLValue(). A by Ted Kremenek · 15 years ago
  96. 197a338 implement codegen support for preinc as an lvalue, PR5514. by Chris Lattner · 15 years ago
  97. e030358 add a bunch of missing prototypes to tests by Chris Lattner · 15 years ago
  98. 7960ec3 Fix broken diagnostic when returning the address of a stack-allocated array. by Ted Kremenek · 15 years ago
  99. bc37b8d When binding an rvalue to a reference, create a temporary object. Use by Zhongxing Xu · 15 years ago
  100. 48569f9 Fix handling in GRExprEngine of 'default' branch in switch statements by Ted Kremenek · 15 years ago