1. b1622a1 Improve the diagnostics used to report implicitly-generated class members by John McCall · 15 years ago
  2. 3aacd53 Add missing CINDEX_LINKAGE. by Daniel Dunbar · 15 years ago
  3. cd7a445 Add Expr::EvaluateAsBooleanCondition(), which does unprincipled folding to by John McCall · 15 years ago
  4. 817db7c Remove deprecated function 'clang_getDeclSource()'. Use 'clang_getDeclFile()' instead. by Ted Kremenek · 15 years ago
  5. 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
  6. 1b6869a Split (mostly nonexistent) USR code out from the main CIndex logic. by Ted Kremenek · 15 years ago
  7. edcfc41 Allow clang to pass -x cl through to compiler driver. by Nate Begeman · 15 years ago
  8. 2849734 Disallow captured arrays in blocks as well. Radar 7438948. by Mike Stump · 15 years ago
  9. 0d6fd57 Disallow capturing vlas inside blocks. by Mike Stump · 15 years ago
  10. 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
  11. 6ffe643 fix a bug mike noticed. by Chris Lattner · 15 years ago
  12. 32a5808 Remove references to 'Checker' and 'GRTransferFuncs' from by Ted Kremenek · 15 years ago
  13. 3b11fd3 Remember if the AsmStmt came from Microsoft-style inline assembly code. by Mike Stump · 15 years ago
  14. 4424713 Make sure to use ASTContext::getAs*ArrayType() when decomposing array by Douglas Gregor · 15 years ago
  15. f8c381f Add missing newline (which breaks MSVC build???) by Daniel Dunbar · 15 years ago
  16. 88a3586 Teach Preprocessor::macro_begin/macro_end to lazily load all macro by Douglas Gregor · 15 years ago
  17. 95ff742 When declaring an Objective-C implementation without a corresponding by Douglas Gregor · 15 years ago
  18. f06cdae Implement typo correction for a variety of Objective-C-specific constructs: by Douglas Gregor · 15 years ago
  19. c171e3b Typo correction for C99 designated field initializers, e.g., by Douglas Gregor · 15 years ago
  20. be2e205 Make sure that an overriding return type is complete before checking if it's covariant. Fixes PR5920. by Anders Carlsson · 15 years ago
  21. fe0241e Typo correction for C++ base and member initializers, e.g., by Douglas Gregor · 15 years ago
  22. bfea239 Typo correction for template names, e.g., by Douglas Gregor · 15 years ago
  23. b94b81a Let constraint manager inform checkers that some assumption logic has happend. by Zhongxing Xu · 15 years ago
  24. bb092ba Implement typo correction for id-expressions, e.g., by Douglas Gregor · 15 years ago
  25. f2017d1 Fix a comment. by Zhongxing Xu · 15 years ago
  26. 546be3c Typo correction for type names when they appear in declarations, e.g., given by Douglas Gregor · 15 years ago
  27. e724246 More fixes to the handling of CVR-comparisons on array types. Adds a method to by Chandler Carruth · 15 years ago
  28. 5126fd0 Typedefs can be redeclared. That seems like something we should record in by John McCall · 15 years ago
  29. 2333f77 Make sure to explicitly pass type/value dependence to Expr constructor. This by Eli Friedman · 15 years ago
  30. 28e318c Correctly refer to element CVR qualifications when determining if a type is by Chandler Carruth · 15 years ago
  31. f5f7d86 Get rid of FixedWidthIntType, as suggested by Chris and Eli. by Anders Carlsson · 15 years ago
  32. 2d3dfd7 Adjust indentation. by Zhongxing Xu · 15 years ago
  33. 0235d15 Make sure operator new[] and operator delete[] match. This will hopefully silence 3 remaining MSVC warnings. by Benjamin Kramer · 15 years ago
  34. 7557a13 Egregious, disgusting workaround for PR5866. We need to rework how we by Douglas Gregor · 15 years ago
  35. 6675586 Tweak the text of several main() diagnostics and punch a hole specifically for by John McCall · 15 years ago
  36. 94c939d Diagnose out-of-bounds floating-point constants. Fixes rdar://problem/6974641 by John McCall · 15 years ago
  37. 62d399e As Ted suggested, record the callsite information with the StackFrameContext. by Zhongxing Xu · 15 years ago
  38. 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
  39. 598278b Inter-procedural analysis: now we can return from the callee. by Zhongxing Xu · 15 years ago
  40. 6281213 Fix bug I just introduced in ForStmt::child_end() where we could iterate off into garbage values. by Ted Kremenek · 15 years ago
  41. 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
  42. 7d02b8c Modify WhileStmt::child_begin()/child_end() to include the initializer for the condition variable. by Ted Kremenek · 15 years ago
  43. fcfb503 Teach GRExprEngine to handle the initialization of the condition variable of a SwitchStmt. by Ted Kremenek · 15 years ago
  44. 35628d1 Add StmtIterator support for iterating over both the condition by Ted Kremenek · 15 years ago
  45. 036aed1 When we see a CXXDefaultArgExpr during template instantiation, rebuild by Douglas Gregor · 15 years ago
  46. b03f630 Increase StmtIterator size by one pointer (separating out the Stmt** from the union including Decl* and Decl**). by Ted Kremenek · 15 years ago
  47. 765ccba Diagnose the use of incomplete types in C++ typeid expressions by Douglas Gregor · 15 years ago
  48. 4718e67 update comments by Chris Lattner · 15 years ago
  49. a3b089e switch -Werror/-Wfatal-errors error conditions to use diagnostics instead by Chris Lattner · 15 years ago
  50. 65222e8 When using a default function argument for a function template (or by Douglas Gregor · 15 years ago
  51. 49ac8e6 Remove RewriteBlocks. It has been superseded by RewriteObjC by Kovarththanan Rajaratnam · 15 years ago
  52. ab470d1 Don't disable smart pointers, silly by Douglas Gregor · 15 years ago
  53. e1a5c17 Fix DISABLE_SMART_POINTERS build by Douglas Gregor · 15 years ago
  54. 3ff8481 Migrate the call inliner to the Checker interface. by Zhongxing Xu · 15 years ago
  55. 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
  56. 61dfbec Add CFG support for the condition variable that can appear in IfStmts in C++ mode. by Ted Kremenek · 15 years ago
  57. 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
  58. 775f2eb Remove CharUnits::toString() to eliminate dependence on <string>. by Ken Dyck · 15 years ago
  59. a5083e6 Add assertion to check for valid source ranges. by Ted Kremenek · 15 years ago
  60. 1bda434 Driver: Drop ToolChain::getHost() by Daniel Dunbar · 15 years ago
  61. 949bdb4 Add basic support for analyzing CastExprs as lvalues. by Ted Kremenek · 15 years ago
  62. f857798 warn when attribute warn_unused_result is applied to void functions. by Nuno Lopes · 15 years ago
  63. f360138 Driver: When linking, don't warn about unused arguments which are obviously only by Daniel Dunbar · 15 years ago
  64. e663c72 implement -W[no-]fatal-errors, patch by Christian Adåker! by Chris Lattner · 15 years ago
  65. aae57c2 accept -Wcomments as an alias for -Wcomment, PR5855 by Chris Lattner · 15 years ago
  66. 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
  67. bdc601b Move the implementation of ASTContext::getTypeSizeInChars() to the .cpp file to by Ken Dyck · 15 years ago
  68. a236a55 Stop diagnosing the use of inner classes as friends. ddunbar asked whether by John McCall · 15 years ago
  69. 9e9199d Eliminate the ASTContext argument to CXXConstructorDecl::isCopyConstructor, since the context is available in the Decl by Douglas Gregor · 15 years ago
  70. a91320b ARM: Honor -mfpu= and set __VFP_FP__ and __ARM_NEON__ "correctly". by Daniel Dunbar · 15 years ago
  71. 4b52e25 When a template-id refers to a single function template, and the by Douglas Gregor · 15 years ago
  72. ee788e7 Add ToolChain::getDriver() and use it instead of going through the HostInfo by Daniel Dunbar · 15 years ago
  73. d20254f fix PR4010: add support for the warn_unused_result for function pointers by Nuno Lopes · 15 years ago
  74. f936815 Don't inject the class name until that magical lbrace. by John McCall · 15 years ago
  75. bd0dfa5 Parse base specifiers within the scope of the class. This is possibly not by John McCall · 15 years ago
  76. 6ecc0b5 Remove another ';' after method definition. by Daniel Dunbar · 15 years ago
  77. 7177dee Remove ';' after method definition. Noticed by clang++, which one would think by Daniel Dunbar · 15 years ago
  78. 7a1dc56 Refactor to remove more dependencies on PreDeclaratorDC. I seem to have made by John McCall · 15 years ago
  79. 17ef166 Fix tyop. by Anders Carlsson · 15 years ago
  80. 65889f3 Some small Builtins.def improvements. by Eli Friedman · 15 years ago
  81. b93292a Targets: Allow CreateTargetInfo to mutate the target features. by Daniel Dunbar · 15 years ago
  82. 7abfbdb Switch more of Sema::CheckInitializerTypes over to by Douglas Gregor · 15 years ago
  83. 29f1a60 Correctly initialize the PrimaryBaseInfo if a base is null. Fixes PR5832. by Anders Carlsson · 15 years ago
  84. c3c90b2 Add and tidy doxygen comments and move implementation of toString() to newly by Ken Dyck · 15 years ago
  85. 5328751 Enhance GRExprEngine::VisitCallExpr() to be used in an lvalue context. Uncovered a new failing test case along the way, but we're making progress on handling C++ references in the analyzer. by Ted Kremenek · 15 years ago
  86. 5231eaa Use System/DataTypes.h, stdint.h isn't portable. by Daniel Dunbar · 15 years ago
  87. ff5ce6e Extend code-completion results with the type of each result by Douglas Gregor · 15 years ago
  88. eac7c53 ARM: Fix predefines (__ARM_ARCH_..., __REGISTER_PREFIX). by Daniel Dunbar · 15 years ago
  89. ec6762c Change clang_codeComplete API to return the results in a structure on by Douglas Gregor · 15 years ago
  90. 4273f70 Change the return type of ASTContext::getTypeSizeInChars() from uint64_t to the by Ken Dyck · 15 years ago
  91. cc906ef Rename getByteSize() and getTypeSizeInBytes() in ASTContext to getCharWidth() by Ken Dyck · 15 years ago
  92. 6443713 Initial implementation of CharUnits, an opaque value class for representing by Ken Dyck · 15 years ago
  93. 38b48af clang -cc1: Rename -mcpu to -target-cpu to match other target options and not alias driver/backend option. by Daniel Dunbar · 15 years ago
  94. 18ef5e2 Switch the initialization required by return statements over to the by Douglas Gregor · 15 years ago
  95. f2d8b9f Add -dwarf-debug-flags, which provides a way to embed the cc1 level options used by Daniel Dunbar · 15 years ago
  96. 9986017 reword the help text of fno_assume_sane_operator_new, following Chris suggestion by Nuno Lopes · 15 years ago
  97. 3cead90 Convert GRExprEngine::VisitCallExpr() to use a worklist instead of recursion to evaluate the arguments of a CallExpr. This simplifies the logic and makes it easier to read. (it also avoids any issues with blowing out the stack if the CallExpr had a ridiculous number of arguments) by Ted Kremenek · 15 years ago
  98. 0a8bab0 implement PR3962: diagnose more faulty cases of usage of the restrict qualifier. this also removes a FIXME by Nuno Lopes · 15 years ago
  99. 3d31560 Include <time.h> in order to use 'time_t'. by Chandler Carruth · 15 years ago
  100. 6dd30fc Diagnose duplicate declaration of a property. Fixes PR5809 by Fariborz Jahanian · 15 years ago