1. b699866 Eliminate cursor kinds used to express definitions. Instead, provide by Douglas Gregor · 15 years ago
  2. c39b2bd Fix a serious bug: Tmp3 is the wrong destination set. We should create a new by Zhongxing Xu · 15 years ago
  3. c5d1e93 Introduce clang_getCursorReferenced, to get a cursor pointing at the by Douglas Gregor · 15 years ago
  4. a7bde20 Implement clang_getCursorExtent, which provides a source range for the by Douglas Gregor · 15 years ago
  5. ad2b804 Move AccessSpecifier into the new Specifiers.h; fixes the layering violations by John McCall · 15 years ago
  6. 547836f Now that a reasonable deprecation cycle has passed, kill by Douglas Gregor · 15 years ago
  7. 98258af Introduce clang_getCursorLocation(), which supercedes by Douglas Gregor · 15 years ago
  8. 046c227 allow the HandlerComment callback to push tokens into the by Chris Lattner · 15 years ago
  9. 3c7313d Clean up the CIndex API slightly. by Douglas Gregor · 15 years ago
  10. 3530521 Add missing newline. by Daniel Dunbar · 15 years ago
  11. d038f36 float, double, and long double do need extra data in the by Douglas Gregor · 15 years ago
  12. 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
  13. 42f56b5 Preserve type source information in compound literal expressions. by John McCall · 15 years ago
  14. b7fd588 Silence a control reaches end of function warning. Patch by Enea Zaffanella. by Mike Stump · 15 years ago
  15. ddf889a Improve source-location information for builtin TypeLocs, from Enea by Douglas Gregor · 15 years ago
  16. 80febb9 Fix race condition in creating objdir. by Daniel Dunbar · 15 years ago
  17. ab8bbf4 Encoding calling conventions in the type system, from Charles Davis! by Douglas Gregor · 15 years ago
  18. 3ed04d3 Add support for computing size in elements for symbolic regions obtained from by Zhongxing Xu · 15 years ago
  19. ce757a7 Add PCH support for CXXStaticCastExpr, CXXDynamicCastExpr, CXXReinterpretCastExpr, CXXConstCastExpr and CXXFunctionalCastExpr. by Sam Weinig · 15 years ago
  20. 79c2278 When we are instantiating a member function of a local class, be sure by Douglas Gregor · 15 years ago
  21. 3db211b Improve location information for Objective-C category declarations. We by Douglas Gregor · 15 years ago
  22. 18df52b Keep track of the source locations for each protocol reference in by Douglas Gregor · 15 years ago
  23. deb06bd Remove 'default' case in switch statement in clang_getCursorKindSpelling(). This identified a missing case (warned by the compiler) and identified that CXCursor_FirstDecl didn't actually correspond to the first decl. by Ted Kremenek · 15 years ago
  24. 41bdf0d The codegen for these builtins was removed long ago, but their definitions remained. Removing them totally. by Tanya Lattner · 15 years ago
  25. 283cae3 Make CXCursor's data opaque. by Douglas Gregor · 15 years ago
  26. 9d12503 Preserve type source information in explicit cast expressions. by John McCall · 15 years ago
  27. a730583 Convert the type of the LValue offset variable in APValue to CharUnits, moving by Ken Dyck · 15 years ago
  28. 8b93171 Convert a few more uses of std::string& to llvm::StringRef. by Ted Kremenek · 15 years ago
  29. 9edad9b When qualified lookup into the current instantiation fails (because it by Douglas Gregor · 15 years ago
  30. 651f3ee Improve overload diagnostics some more by calling out qualifier mismatches by John McCall · 15 years ago
  31. e81e15e Improve the diagnostic for bad conversions in overload resolution to talk by John McCall · 15 years ago
  32. 9f28614 Perform format-expansion on %select results. by John McCall · 15 years ago
  33. bca403c Banish the notion of a "rank" for code-completion results, since we by Douglas Gregor · 15 years ago
  34. c38c3e1 Code-completion for @public, @protected, @private, @package. by Douglas Gregor · 15 years ago
  35. b6ac245 Whenever completing ordinary names for an Objective-C source, also by Douglas Gregor · 15 years ago
  36. cfb708c Add type source information for both kinds of typeof types. by John McCall · 15 years ago
  37. b89e8f6 Add 'referringDecl' field to CXCursor to prepare the way to better model declaration references from other delcarations. by Ted Kremenek · 15 years ago
  38. 7d95747 Predefine __weak attribute when doing objective-c by Fariborz Jahanian · 15 years ago
  39. 0efc2c1 Reimplement constructor declarator parsing to cope with template-ids by Douglas Gregor · 15 years ago
  40. a6c058d Implement semantic checking for C++ literal operators. by Sean Hunt · 15 years ago
  41. 52388f9 diagnose invalid values of -ftabstop, patch by Christian Adaker! by Chris Lattner · 15 years ago
  42. fa6ef18 Add an unreachable code checker. by Mike Stump · 15 years ago
  43. 0397af2 cc1: Factor out CompilerInstance::ExecuteAction which has the majority of the by Daniel Dunbar · 15 years ago
  44. 220ccbf Improve the reporting of non-viable overload candidates by noting the reason by John McCall · 15 years ago
  45. c50277f Rename clang_getUSR() -> clang_getDeclUSR(). For now we take a CXDecl instead of a CXEntity. by Ted Kremenek · 15 years ago
  46. d1e4d9b Don't emit string-comparison or self-comparison warnings in by Douglas Gregor · 15 years ago
  47. 84d0a19 Improve recovery for template-ids whose template-name doesn't actually by Douglas Gregor · 15 years ago
  48. 7ef655a implement PR6004, warning about divide and remainder by zero. by Chris Lattner · 15 years ago
  49. a1e1dc7 implement PR6007, diagnosing invalid attribute((section)) by Chris Lattner · 15 years ago
  50. 5535c38 Fix the CodeGen half of PR5911 by changing reference initialization to by Chandler Carruth · 15 years ago
  51. 3c80f57 Reorganize some of the code to note overload candidates. Improves the by John McCall · 15 years ago
  52. 1fc00e6 Change clang_getUSR() to return a CXString instead of a 'const char *'. by Ted Kremenek · 15 years ago
  53. 3172383 CIndex: by Ted Kremenek · 15 years ago
  54. e45c149 Avoid use of deprecated functions (CStrInCStrNoCase and StringsEqualNoCase). by Benjamin Kramer · 15 years ago
  55. aa8741a Change return type of getObjCEncodingTypeSize() to CharUnits as the units are in characters. by Ken Dyck · 15 years ago
  56. 58408bc Tighten up the "cannot return array or function type" diagnostic to by Douglas Gregor · 15 years ago
  57. 48026d2 Implement name lookup for conversion function template specializations by Douglas Gregor · 15 years ago
  58. 199c3d6 Roll out ASTContext::getTypeSizeInChars(), replacing instances of by Ken Dyck · 15 years ago
  59. e27d87f Make Clang complain about taking the address of an unqualified member function. Fixes PR5985. by Sebastian Redl · 15 years ago
  60. c50e6df Switch RegionStore over to using <BaseRegion+raw offset> to store by Ted Kremenek · 15 years ago
  61. 8c72340 Do not parse hexadecimal floating point literals in C++0x mode because they are by Sean Hunt · 15 years ago
  62. 01dfea0 Improve code completion by introducing patterns for the various C and by Douglas Gregor · 15 years ago
  63. fc5d513 Make clone() method out-of-line for Attr classes. by Anton Korobeynikov · 15 years ago
  64. 82d0a41 Generalize target weirdness handling having proper layering in mind: by Anton Korobeynikov · 15 years ago
  65. a139481 stringref'ize a bunch of filename handling logic. Much by Chris Lattner · 15 years ago
  66. 804f652 implement rdar://7520940: published framework headers should by Chris Lattner · 15 years ago
  67. 124fca5 implement -ftabstop=width, patch by Christian Adåker by Chris Lattner · 15 years ago
  68. e6e8b5a make missing prototypes warn by default in c99 mode like GCC does, by Chris Lattner · 15 years ago
  69. a999277 Use MacroBuilder for TargetDefines instead of std::vector. by Benjamin Kramer · 15 years ago
  70. b1b5b90 Move MacroBuilder into Frontend/Utils.h and clean it up a bit. by Benjamin Kramer · 15 years ago
  71. bc37b8d When binding an rvalue to a reference, create a temporary object. Use by Zhongxing Xu · 15 years ago
  72. 6ab9db1 For now, add back clang_getDeclSource(). by Ted Kremenek · 15 years ago
  73. c31176d Use -fno-math-errno by default, and remove the IsMathErrnoDefault by Dan Gohman · 15 years ago
  74. 827feec Improve the fix-its for -Wparentheses to ensure that the fix-it by Douglas Gregor · 15 years ago
  75. 828a197 Add an "implicit" bit to CXXThisExpr, so that we can track by Douglas Gregor · 15 years ago
  76. 6a12a14 Fix typo: rename Rewriter::getRewritenText() -> Rewriter::getRewrittenText(). by Ted Kremenek · 15 years ago
  77. 1eb3e10 Improve the lead diagnostic for C++ object subscript expressions with by John McCall · 15 years ago
  78. 782f2f5 Change ObjCContainerDecl to contain the entire range for the '@end' by Ted Kremenek · 15 years ago
  79. 0d535c8 When we typo-correct a base class initializer, point to the base class by Douglas Gregor · 15 years ago
  80. d821065 Change clang_getDeclExtent() to have the endpoint point to the last character in the last token. by Ted Kremenek · 15 years ago
  81. 319d57f Move the allocation of designators in DesignatedInitExpr to the by Douglas Gregor · 15 years ago
  82. b1622a1 Improve the diagnostics used to report implicitly-generated class members by John McCall · 15 years ago
  83. 3aacd53 Add missing CINDEX_LINKAGE. by Daniel Dunbar · 15 years ago
  84. cd7a445 Add Expr::EvaluateAsBooleanCondition(), which does unprincipled folding to by John McCall · 15 years ago
  85. 817db7c Remove deprecated function 'clang_getDeclSource()'. Use 'clang_getDeclFile()' instead. by Ted Kremenek · 15 years ago
  86. fe6fd3d Add C API hook 'clang_getDeclExtent()', which returns the source extent of a declaration. This implements <rdar://problem/7280072>. by Ted Kremenek · 15 years ago
  87. 1b6869a Split (mostly nonexistent) USR code out from the main CIndex logic. by Ted Kremenek · 15 years ago
  88. edcfc41 Allow clang to pass -x cl through to compiler driver. by Nate Begeman · 15 years ago
  89. 2849734 Disallow captured arrays in blocks as well. Radar 7438948. by Mike Stump · 15 years ago
  90. 0d6fd57 Disallow capturing vlas inside blocks. by Mike Stump · 15 years ago
  91. de0d263 Make static analysis support for C++ 'this' expression context-sensitive. Essentially treat 'this' as a implicit parameter to the method call, and associate a region with it. by Ted Kremenek · 15 years ago
  92. 6ffe643 fix a bug mike noticed. by Chris Lattner · 15 years ago
  93. 32a5808 Remove references to 'Checker' and 'GRTransferFuncs' from by Ted Kremenek · 15 years ago
  94. 3b11fd3 Remember if the AsmStmt came from Microsoft-style inline assembly code. by Mike Stump · 15 years ago
  95. 4424713 Make sure to use ASTContext::getAs*ArrayType() when decomposing array by Douglas Gregor · 15 years ago
  96. f8c381f Add missing newline (which breaks MSVC build???) by Daniel Dunbar · 15 years ago
  97. 88a3586 Teach Preprocessor::macro_begin/macro_end to lazily load all macro by Douglas Gregor · 15 years ago
  98. 95ff742 When declaring an Objective-C implementation without a corresponding by Douglas Gregor · 15 years ago
  99. f06cdae Implement typo correction for a variety of Objective-C-specific constructs: by Douglas Gregor · 15 years ago
  100. c171e3b Typo correction for C99 designated field initializers, e.g., by Douglas Gregor · 15 years ago