1. f45b646 revert my patch for rdar://7520940 that warns when a published header by Chris Lattner · 15 years ago
  2. a59e390 Teach the cursor visitor to walk statements and expressions, including by Douglas Gregor · 15 years ago
  3. b5c7755 Improve unreachable code warnings with respect to dead member and by Mike Stump · 15 years ago
  4. 2d6ceab Improve unreachable code warnings for with respect to dead functional casts in C++. by Mike Stump · 15 years ago
  5. 4458230 Improve unreachable code warnings for with respect to c-style casts. by Mike Stump · 15 years ago
  6. e5fba70 Improve unreachable code warnings for with respect to ? :. by Mike Stump · 15 years ago
  7. 5bb4d98 Revert r94073, it fails in Release-Asserts builds. by Benjamin Kramer · 15 years ago
  8. d050240 Patch to implement rewriting of properties. Fixes radar 7562952. by Fariborz Jahanian · 15 years ago
  9. 45db90d Improve unreachable code warnings for with respect to compound assignments. by Mike Stump · 15 years ago
  10. f20dfbc Teach the cursor visitor to walk into a variety of different TypeLoc by Douglas Gregor · 15 years ago
  11. 55f988e Improve unreachable code warnings with respect to dead binary and by Mike Stump · 15 years ago
  12. 7d0d40e Introduce type references into the C API, capturing references to by Douglas Gregor · 15 years ago
  13. c026540 Teach code-completion to deal with calls to functions without prototypes. by Douglas Gregor · 15 years ago
  14. 4c45aa1 Speed up compilation by avoiding generating exceptional edges from by Mike Stump · 15 years ago
  15. 21c5791 Match branch labels with the trailing colon so we don't accidentally match something else. by Benjamin Kramer · 15 years ago
  16. f7c43fd Also allow cast of block pointer type to by Fariborz Jahanian · 15 years ago
  17. b351a7d In objective-c++ land, a block pointer is another object pointer. by Fariborz Jahanian · 15 years ago
  18. 3ad230e Settled rule on warning on unimplemented property in by Fariborz Jahanian · 15 years ago
  19. f79df05 allow this test to pass, even with the recent .s printer changes. by Chris Lattner · 15 years ago
  20. 3ac1eda Patch to implement required warnings for unimplemented by Fariborz Jahanian · 15 years ago
  21. 97b9872 Extend the CIndex API with direct support for expressions and by Douglas Gregor · 15 years ago
  22. a3899eb Implement goto inside of blocks. by Mike Stump · 15 years ago
  23. 1d7d8d6 The type of a compound literal expression is not necessarily the same as the by John McCall · 15 years ago
  24. 3012213 Introduce the notion of an "unexposed" declaration into the CIndex by Douglas Gregor · 15 years ago
  25. 1d4fca2 Rewriteing of gnu extension __typeof in objective-c rewriter. by Fariborz Jahanian · 15 years ago
  26. b699866 Eliminate cursor kinds used to express definitions. Instead, provide by Douglas Gregor · 15 years ago
  27. 2e8f00c objective-c test case for __attribute__((unused)) on method arguments. by Fariborz Jahanian · 15 years ago
  28. dd0cb90 Issue diagnostics (instead of crashing in code gen) when using by Fariborz Jahanian · 15 years ago
  29. 0707bc5 Teach Sema::ActOnDependentTemplateName that a dependent template name by Douglas Gregor · 15 years ago
  30. 45eb406 Add test case. by Zhongxing Xu · 15 years ago
  31. e8aba3d Another test case for PR6062 by Douglas Gregor · 15 years ago
  32. 7a886e1 In a mem-initializer, a nested-name-specifier followed by an by Douglas Gregor · 15 years ago
  33. e39fe72 When looking up enumerator names for redeclaration, use the by Douglas Gregor · 15 years ago
  34. c5d1e93 Introduce clang_getCursorReferenced, to get a cursor pointing at the by Douglas Gregor · 15 years ago
  35. a7bde20 Implement clang_getCursorExtent, which provides a source range for the by Douglas Gregor · 15 years ago
  36. 83b7b31 Allow conversion of pointer to an objective-c pointer to by Fariborz Jahanian · 15 years ago
  37. cf84aa4 Replace clang_getDeclUSR() with clang_getCursorUSR(). Also remove printing 'contexts' from c-index-test output; it wasn't helpful and was extremely brittle. by Ted Kremenek · 15 years ago
  38. e44433c Print fix-it hints properly around tabs, from Christian Adåker! by Douglas Gregor · 15 years ago
  39. 6cfb3ef Remove ../libexec from clang program search path, clang-cc is dead. by Daniel Dunbar · 15 years ago
  40. 35aa62a More VTT builder fixes. With these fixes we now correctly handle the very complex VTT example from the Itanium ABI spec. by Anders Carlsson · 15 years ago
  41. 3ed04d3 Add support for computing size in elements for symbolic regions obtained from by Zhongxing Xu · 15 years ago
  42. 20314ff Fix a bunch of VTT layout bugs, add simple tests for VTT layout. by Anders Carlsson · 15 years ago
  43. 425c7ed Add test case for pr6069. by Zhongxing Xu · 15 years ago
  44. 0d8bb8e Update virt.cpp for changes to the LLVM asm printer (?) This test should really be all LLVM IR... by Anders Carlsson · 15 years ago
  45. 60406be Introduce a second queue of "local" pending implicit instantiation, by Douglas Gregor · 15 years ago
  46. ce757a7 Add PCH support for CXXStaticCastExpr, CXXDynamicCastExpr, CXXReinterpretCastExpr, CXXConstCastExpr and CXXFunctionalCastExpr. by Sam Weinig · 15 years ago
  47. 26997fd While determining when to parse inline member functions of a class, by Douglas Gregor · 15 years ago
  48. 79c2278 When we are instantiating a member function of a local class, be sure by Douglas Gregor · 15 years ago
  49. dfa4fa0 Fix a rewriting crash and correct rewriting of __block by Fariborz Jahanian · 15 years ago
  50. 6a0166e Improve the test for unused-expression warnings slightly by Douglas Gregor · 15 years ago
  51. 5d52e47 Partial fix for PR6022, where we were complaining when a friend by Douglas Gregor · 15 years ago
  52. 1adb082 Give ObjCClassRef cursors a sane representation, which is encapsulated by Douglas Gregor · 15 years ago
  53. 3db211b Improve location information for Objective-C category declarations. We by Douglas Gregor · 15 years ago
  54. 78db0cd Use a sane encoding for CXCursor_ObjCProtocolRef, using the actual by Douglas Gregor · 15 years ago
  55. 2e331b9 Give CXCursor_ObjCSuperClassRef a sane encoding, which is only known by Douglas Gregor · 15 years ago
  56. 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
  57. 3364e62 Fix crash generating debug info for constructor for anonymous struct. by Eli Friedman · 15 years ago
  58. 3005efe Make the AST explicitly represent the cast of the first operand of a by Eli Friedman · 15 years ago
  59. 823000c Generalize handling for unreachable code warnings to all binary operators. by Mike Stump · 15 years ago
  60. 8eae090 Refine location reporting for unreachable code warnings for comma expressions. by Mike Stump · 15 years ago
  61. 8a850ba Fix a couple bugs in copy assignment operator synthesis. by Eli Friedman · 15 years ago
  62. f2c87bd Add -cursor-at=file:line:column command line option to c-index-test, by Douglas Gregor · 15 years ago
  63. bf07012 Do not do the block-specific rewrite when there is no block literals. by Fariborz Jahanian · 15 years ago
  64. 501edb6 When determining whether a DeclRefExpr is value-dependent when it by Douglas Gregor · 15 years ago
  65. 1cfb7da When determining whether the type is the current instantiation, strip by Douglas Gregor · 15 years ago
  66. c2233c5 Don't repeat lookup when instantiating resolved member expressions. by John McCall · 15 years ago
  67. 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
  68. 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
  69. 9a24dc1 Add testcase for recent checkin. by Mike Stump · 15 years ago
  70. 7d3f576 When performing qualified name lookup into the current instantiation, by Douglas Gregor · 15 years ago
  71. 69456f1 Fix Release-Asserts for the time being. by Mike Stump · 15 years ago
  72. a73165e Patch to avoid duplicate declaration of byref structs by Fariborz Jahanian · 15 years ago
  73. 79bff43 Forgot to commit these by Anton Korobeynikov · 15 years ago
  74. 33ec2f8 Simplify test case. This test case also applies to PR 6013. by Ted Kremenek · 15 years ago
  75. 74618de Associate test case with Bugzilla PR. by Ted Kremenek · 15 years ago
  76. c781f9c After dyn_cast'ing, it generally makes sense to check the *output* of by Douglas Gregor · 15 years ago
  77. 9edad9b When qualified lookup into the current instantiation fails (because it by Douglas Gregor · 15 years ago
  78. 7b81e8f Fix pr6035. by Zhongxing Xu · 15 years ago
  79. 651f3ee Improve overload diagnostics some more by calling out qualifier mismatches by John McCall · 15 years ago
  80. 1ca6ae8 Switch code-completion for ordinary names over to the new(ish) by Douglas Gregor · 15 years ago
  81. e81e15e Improve the diagnostic for bad conversions in overload resolution to talk by John McCall · 15 years ago
  82. abfd83e Fix a bug in rewrite whereby functions using blocks put extern "C" in wrong place. by Fariborz Jahanian · 15 years ago
  83. ab0b4f1 Improve the sorting of code-completion results. We now always sort by by Douglas Gregor · 15 years ago
  84. cefd3ad Don't report ambiguities in the user-defined conversion if we weren't supposed by John McCall · 15 years ago
  85. 64f7e25 Don't a.k.a. through the primary typedef of an anonymous tag decl. by John McCall · 15 years ago
  86. c38c3e1 Code-completion for @public, @protected, @private, @package. by Douglas Gregor · 15 years ago
  87. c75da51 Fixes a rewrite bug rewriting a block call argument which has a trvial by Fariborz Jahanian · 15 years ago
  88. b6ac245 Whenever completing ordinary names for an Objective-C source, also by Douglas Gregor · 15 years ago
  89. 53b4810 Fix Release-Asserts. by Mike Stump · 15 years ago
  90. f884363 Fix for Release-Assert. by Mike Stump · 15 years ago
  91. edc95e7 Fix for Release-Asserts. by Mike Stump · 15 years ago
  92. 1d9e0aa Fix Release-Asserts. by Mike Stump · 15 years ago
  93. d2635a4 Fix for Release-Asserts. by Mike Stump · 15 years ago
  94. 0efc2c1 Reimplement constructor declarator parsing to cope with template-ids by Douglas Gregor · 15 years ago
  95. adbb8f8 Record some basic information about bad conversion sequences. Use that by John McCall · 15 years ago
  96. a6c058d Implement semantic checking for C++ literal operators. by Sean Hunt · 15 years ago
  97. 1248451 Update test function names so as not to use potential keywords. by Sean Hunt · 15 years ago
  98. 4ef4c6b Add a bunch more feature-checking macros for C++0x features. Some of these are by Sean Hunt · 15 years ago
  99. fa6ef18 Add an unreachable code checker. by Mike Stump · 15 years ago
  100. 220ccbf Improve the reporting of non-viable overload candidates by noting the reason by John McCall · 15 years ago