1. 3c80f57 Reorganize some of the code to note overload candidates. Improves the by John McCall · 15 years ago
  2. 1fc00e6 Change clang_getUSR() to return a CXString instead of a 'const char *'. by Ted Kremenek · 15 years ago
  3. 3172383 CIndex: by Ted Kremenek · 15 years ago
  4. e45c149 Avoid use of deprecated functions (CStrInCStrNoCase and StringsEqualNoCase). by Benjamin Kramer · 15 years ago
  5. aa8741a Change return type of getObjCEncodingTypeSize() to CharUnits as the units are in characters. by Ken Dyck · 15 years ago
  6. 58408bc Tighten up the "cannot return array or function type" diagnostic to by Douglas Gregor · 15 years ago
  7. 48026d2 Implement name lookup for conversion function template specializations by Douglas Gregor · 15 years ago
  8. 199c3d6 Roll out ASTContext::getTypeSizeInChars(), replacing instances of by Ken Dyck · 15 years ago
  9. e27d87f Make Clang complain about taking the address of an unqualified member function. Fixes PR5985. by Sebastian Redl · 15 years ago
  10. c50e6df Switch RegionStore over to using <BaseRegion+raw offset> to store by Ted Kremenek · 15 years ago
  11. 8c72340 Do not parse hexadecimal floating point literals in C++0x mode because they are by Sean Hunt · 15 years ago
  12. 01dfea0 Improve code completion by introducing patterns for the various C and by Douglas Gregor · 15 years ago
  13. fc5d513 Make clone() method out-of-line for Attr classes. by Anton Korobeynikov · 15 years ago
  14. 82d0a41 Generalize target weirdness handling having proper layering in mind: by Anton Korobeynikov · 15 years ago
  15. a139481 stringref'ize a bunch of filename handling logic. Much by Chris Lattner · 15 years ago
  16. 804f652 implement rdar://7520940: published framework headers should by Chris Lattner · 15 years ago
  17. 124fca5 implement -ftabstop=width, patch by Christian Adåker by Chris Lattner · 15 years ago
  18. e6e8b5a make missing prototypes warn by default in c99 mode like GCC does, by Chris Lattner · 15 years ago
  19. a999277 Use MacroBuilder for TargetDefines instead of std::vector. by Benjamin Kramer · 15 years ago
  20. b1b5b90 Move MacroBuilder into Frontend/Utils.h and clean it up a bit. by Benjamin Kramer · 15 years ago
  21. bc37b8d When binding an rvalue to a reference, create a temporary object. Use by Zhongxing Xu · 15 years ago
  22. 6ab9db1 For now, add back clang_getDeclSource(). by Ted Kremenek · 15 years ago
  23. c31176d Use -fno-math-errno by default, and remove the IsMathErrnoDefault by Dan Gohman · 15 years ago
  24. 827feec Improve the fix-its for -Wparentheses to ensure that the fix-it by Douglas Gregor · 15 years ago
  25. 828a197 Add an "implicit" bit to CXXThisExpr, so that we can track by Douglas Gregor · 15 years ago
  26. 6a12a14 Fix typo: rename Rewriter::getRewritenText() -> Rewriter::getRewrittenText(). by Ted Kremenek · 15 years ago
  27. 1eb3e10 Improve the lead diagnostic for C++ object subscript expressions with by John McCall · 15 years ago
  28. 782f2f5 Change ObjCContainerDecl to contain the entire range for the '@end' by Ted Kremenek · 15 years ago
  29. 0d535c8 When we typo-correct a base class initializer, point to the base class by Douglas Gregor · 15 years ago
  30. d821065 Change clang_getDeclExtent() to have the endpoint point to the last character in the last token. by Ted Kremenek · 15 years ago
  31. 319d57f Move the allocation of designators in DesignatedInitExpr to the by Douglas Gregor · 15 years ago
  32. b1622a1 Improve the diagnostics used to report implicitly-generated class members by John McCall · 15 years ago
  33. 3aacd53 Add missing CINDEX_LINKAGE. by Daniel Dunbar · 15 years ago
  34. cd7a445 Add Expr::EvaluateAsBooleanCondition(), which does unprincipled folding to by John McCall · 15 years ago
  35. 817db7c Remove deprecated function 'clang_getDeclSource()'. Use 'clang_getDeclFile()' instead. by Ted Kremenek · 15 years ago
  36. 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
  37. 1b6869a Split (mostly nonexistent) USR code out from the main CIndex logic. by Ted Kremenek · 15 years ago
  38. edcfc41 Allow clang to pass -x cl through to compiler driver. by Nate Begeman · 15 years ago
  39. 2849734 Disallow captured arrays in blocks as well. Radar 7438948. by Mike Stump · 15 years ago
  40. 0d6fd57 Disallow capturing vlas inside blocks. by Mike Stump · 15 years ago
  41. 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
  42. 6ffe643 fix a bug mike noticed. by Chris Lattner · 15 years ago
  43. 32a5808 Remove references to 'Checker' and 'GRTransferFuncs' from by Ted Kremenek · 15 years ago
  44. 3b11fd3 Remember if the AsmStmt came from Microsoft-style inline assembly code. by Mike Stump · 15 years ago
  45. 4424713 Make sure to use ASTContext::getAs*ArrayType() when decomposing array by Douglas Gregor · 15 years ago
  46. f8c381f Add missing newline (which breaks MSVC build???) by Daniel Dunbar · 15 years ago
  47. 88a3586 Teach Preprocessor::macro_begin/macro_end to lazily load all macro by Douglas Gregor · 15 years ago
  48. 95ff742 When declaring an Objective-C implementation without a corresponding by Douglas Gregor · 15 years ago
  49. f06cdae Implement typo correction for a variety of Objective-C-specific constructs: by Douglas Gregor · 15 years ago
  50. c171e3b Typo correction for C99 designated field initializers, e.g., by Douglas Gregor · 15 years ago
  51. be2e205 Make sure that an overriding return type is complete before checking if it's covariant. Fixes PR5920. by Anders Carlsson · 15 years ago
  52. fe0241e Typo correction for C++ base and member initializers, e.g., by Douglas Gregor · 15 years ago
  53. bfea239 Typo correction for template names, e.g., by Douglas Gregor · 15 years ago
  54. b94b81a Let constraint manager inform checkers that some assumption logic has happend. by Zhongxing Xu · 15 years ago
  55. bb092ba Implement typo correction for id-expressions, e.g., by Douglas Gregor · 15 years ago
  56. f2017d1 Fix a comment. by Zhongxing Xu · 15 years ago
  57. 546be3c Typo correction for type names when they appear in declarations, e.g., given by Douglas Gregor · 15 years ago
  58. e724246 More fixes to the handling of CVR-comparisons on array types. Adds a method to by Chandler Carruth · 15 years ago
  59. 5126fd0 Typedefs can be redeclared. That seems like something we should record in by John McCall · 15 years ago
  60. 2333f77 Make sure to explicitly pass type/value dependence to Expr constructor. This by Eli Friedman · 15 years ago
  61. 28e318c Correctly refer to element CVR qualifications when determining if a type is by Chandler Carruth · 15 years ago
  62. f5f7d86 Get rid of FixedWidthIntType, as suggested by Chris and Eli. by Anders Carlsson · 15 years ago
  63. 2d3dfd7 Adjust indentation. by Zhongxing Xu · 15 years ago
  64. 0235d15 Make sure operator new[] and operator delete[] match. This will hopefully silence 3 remaining MSVC warnings. by Benjamin Kramer · 15 years ago
  65. 7557a13 Egregious, disgusting workaround for PR5866. We need to rework how we by Douglas Gregor · 15 years ago
  66. 6675586 Tweak the text of several main() diagnostics and punch a hole specifically for by John McCall · 15 years ago
  67. 94c939d Diagnose out-of-bounds floating-point constants. Fixes rdar://problem/6974641 by John McCall · 15 years ago
  68. 62d399e As Ted suggested, record the callsite information with the StackFrameContext. by Zhongxing Xu · 15 years ago
  69. bfbcefb Enhance dataflow analyses to recognize branch statements in the CFG used as hooks for the initialization of condition variables. by Ted Kremenek · 15 years ago
  70. 598278b Inter-procedural analysis: now we can return from the callee. by Zhongxing Xu · 15 years ago
  71. 6281213 Fix bug I just introduced in ForStmt::child_end() where we could iterate off into garbage values. by Ted Kremenek · 15 years ago
  72. f0d975f Coelesce 'DoDestroy()' methods in Stmt.cpp, and modify the child_iterator returned by ForStmt to include the initializer of the condition variable. by Ted Kremenek · 15 years ago
  73. 7d02b8c Modify WhileStmt::child_begin()/child_end() to include the initializer for the condition variable. by Ted Kremenek · 15 years ago
  74. fcfb503 Teach GRExprEngine to handle the initialization of the condition variable of a SwitchStmt. by Ted Kremenek · 15 years ago
  75. 35628d1 Add StmtIterator support for iterating over both the condition by Ted Kremenek · 15 years ago
  76. 036aed1 When we see a CXXDefaultArgExpr during template instantiation, rebuild by Douglas Gregor · 15 years ago
  77. b03f630 Increase StmtIterator size by one pointer (separating out the Stmt** from the union including Decl* and Decl**). by Ted Kremenek · 15 years ago
  78. 765ccba Diagnose the use of incomplete types in C++ typeid expressions by Douglas Gregor · 15 years ago
  79. 4718e67 update comments by Chris Lattner · 15 years ago
  80. a3b089e switch -Werror/-Wfatal-errors error conditions to use diagnostics instead by Chris Lattner · 15 years ago
  81. 65222e8 When using a default function argument for a function template (or by Douglas Gregor · 15 years ago
  82. 49ac8e6 Remove RewriteBlocks. It has been superseded by RewriteObjC by Kovarththanan Rajaratnam · 15 years ago
  83. ab470d1 Don't disable smart pointers, silly by Douglas Gregor · 15 years ago
  84. e1a5c17 Fix DISABLE_SMART_POINTERS build by Douglas Gregor · 15 years ago
  85. 3ff8481 Migrate the call inliner to the Checker interface. by Zhongxing Xu · 15 years ago
  86. e7809d4 Add 'DeclStmt::DoDestroy()' which doesn't actually recurse over its child expressions (via StmtIterator), as those expressions are owned by the Decls and Types (which are destroyed elsewhere). This fixes a crasher reported in <rdar://problem/7487294>. by Ted Kremenek · 15 years ago
  87. 61dfbec Add CFG support for the condition variable that can appear in IfStmts in C++ mode. by Ted Kremenek · 15 years ago
  88. e383768 Fix CXXConstructExpr::getSourceRange() to not include the source ranges of CXXDefaultArgExprs when computing its range (since these expressions have no source range, and using them will make the encompassing range invalid). by Ted Kremenek · 15 years ago
  89. 775f2eb Remove CharUnits::toString() to eliminate dependence on <string>. by Ken Dyck · 15 years ago
  90. a5083e6 Add assertion to check for valid source ranges. by Ted Kremenek · 15 years ago
  91. 1bda434 Driver: Drop ToolChain::getHost() by Daniel Dunbar · 15 years ago
  92. 949bdb4 Add basic support for analyzing CastExprs as lvalues. by Ted Kremenek · 15 years ago
  93. f857798 warn when attribute warn_unused_result is applied to void functions. by Nuno Lopes · 15 years ago
  94. f360138 Driver: When linking, don't warn about unused arguments which are obviously only by Daniel Dunbar · 15 years ago
  95. e663c72 implement -W[no-]fatal-errors, patch by Christian Adåker! by Chris Lattner · 15 years ago
  96. aae57c2 accept -Wcomments as an alias for -Wcomment, PR5855 by Chris Lattner · 15 years ago
  97. 38ac4f5 Add transfer functions support for visiting an Objective-C message expression as an lvalue when the return type is a C++ reference. by Ted Kremenek · 15 years ago
  98. bdc601b Move the implementation of ASTContext::getTypeSizeInChars() to the .cpp file to by Ken Dyck · 15 years ago
  99. a236a55 Stop diagnosing the use of inner classes as friends. ddunbar asked whether by John McCall · 15 years ago
  100. 9e9199d Eliminate the ASTContext argument to CXXConstructorDecl::isCopyConstructor, since the context is available in the Decl by Douglas Gregor · 15 years ago