1. 6028ca1 Update checker build. by Ted Kremenek · 15 years ago
  2. 35183ac Change the AST generated for offsetof a bit so that it looks like a by Eli Friedman · 15 years ago
  3. 5de4092 Don't report 'Parser Rejects' for conftest files. by Ted Kremenek · 15 years ago
  4. 6b89636 Correctly check for ccc-analyzer in the same directory as scan-build. by Ted Kremenek · 15 years ago
  5. fd6f085 Change the way clang generates union types a bit so it plays well by Eli Friedman · 15 years ago
  6. f04ec67 Some additional ICE tests. by Eli Friedman · 15 years ago
  7. 664a104 Some minor improvements to Evaluate. by Eli Friedman · 15 years ago
  8. 3b8a36a Fix minor memory leak. Add comment describing what we need to do for by Eli Friedman · 15 years ago
  9. 0de40af Minor cleanup: use getDeclAlignInBytes helper. by Eli Friedman · 15 years ago
  10. 60ce963 Make isICE assert when Evaluate can't evaluate an ICE, as suggested by by Eli Friedman · 15 years ago
  11. befbcf4 The middle operand in ?: is optional, really. by Mike Stump · 15 years ago
  12. 72564e7 Create a new TypeNodes.def file that enumerates all of the types, by Douglas Gregor · 15 years ago
  13. 3a25032 make ASTContext::WCharTy a bit more sensical. In C++, it is a disctint type, by Chris Lattner · 15 years ago
  14. 220b636 fix a bozobug. by Chris Lattner · 15 years ago
  15. 3cc7292 rename test by Chris Lattner · 15 years ago
  16. 19753cf ok, not as broken as I thought, just confusing. This allows by Chris Lattner · 15 years ago
  17. 8879e3b allow wide strings to initialize arrays compatible with wchar_t. by Chris Lattner · 15 years ago
  18. 6c4312d Pass -ffreestanding' to clang. by Ted Kremenek · 15 years ago
  19. fb41ca8 Do not issue bogus error on __weak/__strong ivar access. by Fariborz Jahanian · 15 years ago
  20. dbb1ecc fix some sema problems with wide strings and hook up basic codegen for them. by Chris Lattner · 15 years ago
  21. e8e2600 Add -emit-llvm-only option (generate LLVM IR & run passes, but discard by Daniel Dunbar · 15 years ago
  22. 21228b7 Couple of meta-data segments were wrong. This patch fixes them. by Fariborz Jahanian · 15 years ago
  23. fc705b8 Make the type associated with a ClassTemplateSpecializationDecl be a by Douglas Gregor · 15 years ago
  24. 8af2975 PathDiagnosticPiece now automatically strips off trailing periods in diagnostic messages. by Ted Kremenek · 15 years ago
  25. 9ca36b6 Add support to emit debug info for objective-c interfaces. by Devang Patel · 15 years ago
  26. e198116 Refine some grammar in the retain/release diagnostics. by Ted Kremenek · 15 years ago
  27. 4b2d3f7 Introduce code modification hints into the diagnostics system. When we by Douglas Gregor · 15 years ago
  28. 8958891 Add Type::hasPointerRepresentation predicate. by Daniel Dunbar · 15 years ago
  29. 3daea0a Use Loc::IsLocType() instead of isPointerType() and isReferenceType(). by Ted Kremenek · 15 years ago
  30. 68694ad Remove PointerLikeType. by Daniel Dunbar · 15 years ago
  31. 6aeae7f Change PointersToResolve to list the pointee type to resolve, not the by Daniel Dunbar · 15 years ago
  32. bb71001 Drop uses of getAsPointerLikeType. - No functionality change. by Daniel Dunbar · 15 years ago
  33. 22dc0b0 Fix <rdar://problem/6574319> clang issues error on 'readonly' property with a defaul setter attribute. by Steve Naroff · 15 years ago
  34. 24a9f6e Drop uses of isPointerLikeType. - No functionality change. by Daniel Dunbar · 15 years ago
  35. 4b87142 Add end of line at end. by Mike Stump · 15 years ago
  36. aae76c9 this got moved to top level by Chris Lattner · 15 years ago
  37. fab98c4 Fix an inconsistance in objc2's meta-data related to by Fariborz Jahanian · 15 years ago
  38. 1f484f4 Fix <rdar://problem/6614945> method not found. by Steve Naroff · 15 years ago
  39. b06b012 move this makefile goop up to the top level llvm makefile. by Chris Lattner · 15 years ago
  40. 730f909 Add test for enum types by Anders Carlsson · 15 years ago
  41. a2bdaf5 For scan-build based analyses, use the '-analyzer-eargely-assume' setting by default (turning it on to test how it impacts users). by Ted Kremenek · 15 years ago
  42. e7a249c Set tab width to 2 on a number of CG related files by Anders Carlsson · 15 years ago
  43. 708762b Classify enum types correctly by Anders Carlsson · 15 years ago
  44. f1afaf6 Fix http://llvm.org/bugs/show_bug.cgi?id=3544. by Steve Naroff · 15 years ago
  45. 2850784 Make more AST nodes and semantic checkers dependent-expression-aware. by Sebastian Redl · 15 years ago
  46. b558422 Fix ObjCInterfaceDecl::lookupInstanceMethod()/lookupClassMethod() to search in inherited protocols. by Steve Naroff · 15 years ago
  47. 33ef145 Remove short-circuit evaluation and the extension warnings. I'm by Eli Friedman · 15 years ago
  48. e28d719 Rewrite of isIntegerConstantExpr to be centered around Evaluate. This by Eli Friedman · 15 years ago
  49. 2488261 Enable export maps also on {Free, Net}BSD. by Anton Korobeynikov · 15 years ago
  50. 54cc43f Fixup spacing. by Mike Stump · 15 years ago
  51. 9a8c2e9 x86_64 ABI: Qualified id types are passed as pointers. by Daniel Dunbar · 15 years ago
  52. aa95c3b Add an export map for clang on Linux. by Owen Anderson · 15 years ago
  53. 2129828 Zap the Sema constant initializer checking code that we aren't using by Eli Friedman · 15 years ago
  54. bc592e6 Fix for PR3663/3669: use TryToFixInvalidVariablyModifiedType for by Eli Friedman · 15 years ago
  55. 6510079 Use RecordFirst/RecordLast range checks in DeclContext by Douglas Gregor · 16 years ago
  56. 7f43d67 Implementing parsing of template-ids as class-names, so that we can by Douglas Gregor · 16 years ago
  57. 8a2b4b1 CodeGen support for copied BlockDeclRefExprs. by Mike Stump · 16 years ago
  58. b293902 Fix subtle bug in EvalEagerlyAssume: Check if the previous node was at the same statement. by Ted Kremenek · 16 years ago
  59. 3579073 Fix recently introduced switch case fallthrough bug. by Ted Kremenek · 16 years ago
  60. 3965b7b Cope with use of the token '>>' inside a template argument list, e.g., by Douglas Gregor · 16 years ago
  61. ce87b92 scan-build now looks for ccc-analyzer first in the 'bin' subdirectory and then the directory where scan-build lives. by Ted Kremenek · 16 years ago
  62. 48af2a9 Add experimental logic in GRExprEngine::EvalEagerlyAssume() to handle by Ted Kremenek · 16 years ago
  63. 6bc9f7e Improve location information on "reused" class template specialization by Douglas Gregor · 16 years ago
  64. 88b7094 Perform additional semantic checking of class template by Douglas Gregor · 16 years ago
  65. d76c6a3 Do not automatically run the 'missing -dealloc' check until we have adequate time to make it much smarter (too much noise). by Ted Kremenek · 16 years ago
  66. 0334a4e Temporarily disable clearing of insert point (to indicate unreachable by Daniel Dunbar · 16 years ago
  67. e5731f8 Allow constant initializers to reference their defining decl. - PR3662. by Daniel Dunbar · 16 years ago
  68. ac1afdc Include the appropriate header for malloc by Douglas Gregor · 16 years ago
  69. a985b31 Fold GeneraticStaticBlockVarDecl into callers. - No functionality change. by Daniel Dunbar · 16 years ago
  70. 39a8de1 Implement parsing of nested-name-specifiers that involve template-ids, e.g., by Douglas Gregor · 16 years ago
  71. 0096acf Pull COdeGenFunction::CreateStaticBlockVarDecl (just for creating the by Daniel Dunbar · 16 years ago
  72. 01e4b5c add c++ search path for GCC 4.2, PR3668, patch by Pawel Worach! by Chris Lattner · 16 years ago
  73. b90052a Use CheckAssignmentConstraints for checking the cleanup attr function. Fixes PR3656. by Anders Carlsson · 16 years ago
  74. 2224f84 C99 DR #316 implies that the function parameter types that are known by Douglas Gregor · 16 years ago
  75. 70f2a04 fix (hopefully) some validation errors by Gabor Greif · 16 years ago
  76. 6cd81e8 minor tweaks to readability by Gabor Greif · 16 years ago
  77. ddb85a7 update by Chris Lattner · 16 years ago
  78. 12f708d Headers are basically done, debug info is just about done (and by Chris Lattner · 16 years ago
  79. d825883 clang seems "generally useful" for c and objc by now, though obviously bugs by Chris Lattner · 16 years ago
  80. d8f4f43 Minor cleanup for IntToBlockPointer so it applies to all callers of by Eli Friedman · 16 years ago
  81. 6c4becb retain/release checker: Implement basic tracking of autorelease stack. Next thing is to wire up pools with their contents. by Ted Kremenek · 16 years ago
  82. 2201791 Implement 'Add' method for GRStatePartialTrait<ImmutableList<T>>. by Ted Kremenek · 16 years ago
  83. 65e99f2 Fix comments. by Devang Patel · 16 years ago
  84. 1d6a451 Enable debug info emission for objc methods. by Devang Patel · 16 years ago
  85. f4f5fa0 Update checker build. by Ted Kremenek · 16 years ago
  86. 5ec41c2 Remove a FIXME; I was mistaken in believing gcc rejected this. by Daniel Dunbar · 16 years ago
  87. 0e0eb8b Fix condition in ccc-analyzer that would cause the analyzer never to be run. by Ted Kremenek · 16 years ago
  88. 84d0133 Minor refactoring. by Fariborz Jahanian · 16 years ago
  89. 66a5c2c patch for two things. by Fariborz Jahanian · 16 years ago
  90. 6431a26 Fix broken logic from my last commit. Branches only occur at basic blocks that end with terminators. by Ted Kremenek · 16 years ago
  91. 4094b34 Fix diagnostic regression where the leak diagnostic could appear earlier in the path than the branches taken. by Ted Kremenek · 16 years ago
  92. 7782022 If Loc is invalid (e.g. "self" in Objective-C) then use MainFileID's compile unit. by Devang Patel · 16 years ago
  93. 79e079d handle @encode interactions with array initializers. by Chris Lattner · 16 years ago
  94. 19da8cd rename CheckStringLiteralInit to CheckStringInit and pass in the by Chris Lattner · 16 years ago
  95. 0820254 make SemaRef be a reference to sema, not a pointer. by Chris Lattner · 16 years ago
  96. 8b419b9 move InitListChecker to be private to SemaInit.cpp by Chris Lattner · 16 years ago
  97. 95e8d65 Make CheckSingleInitializer a static function in SemaInit.cpp by Chris Lattner · 16 years ago
  98. f71ae8d make CheckStringLiteralInit a static function in SemaInit.cpp by Chris Lattner · 16 years ago
  99. 6c291a8 change IsStringLiteralInit into a static function in SemaInit.cpp by Chris Lattner · 16 years ago
  100. dd8e006 move some initialization checking code from SemaDecl.cpp by Chris Lattner · 16 years ago