1. 05eb244 Add setters/getters to CXXMethodDecl so it can keep track of which virtual member functions it overrides (if any) by Anders Carlsson · 16 years ago
  2. 8b0b475 Implement instantiation of a few boring, simple expressions. I don't think these are testable yet, though. by Sebastian Redl · 16 years ago
  3. c55666f Missing change for r71941 (PR2044). by Eli Friedman · 16 years ago
  4. c6e35aa Implement a FIXME, we now pass in the locations of the braces for enums. by Mike Stump · 16 years ago
  5. 5f1b9e6 Template instantiation for IndirectGotoStmt. Now my life is complete. by Douglas Gregor · 16 years ago
  6. dbb26db Template instantiation for switch statements by Douglas Gregor · 16 years ago
  7. ffce2df Basic support for member exprs where the base expr type is dependent. by Anders Carlsson · 16 years ago
  8. 861ce31 Template instantiation for break and continue statements. by Douglas Gregor · 16 years ago
  9. 20ecb9e Introduce the EXPR macro into StmtNodes.def, so that we can by Douglas Gregor · 16 years ago
  10. 5831c6a Template instantiation for "for" loops by Douglas Gregor · 16 years ago
  11. 9f3ca2a Template instantiation for do-while statements. by Douglas Gregor · 16 years ago
  12. 4a2e204 Template instantiation for WhileStmt and CXXConditionDeclExpr. by Douglas Gregor · 16 years ago
  13. 3bba33d improved on diagnosing misplacement of sentinel attributes. by Fariborz Jahanian · 16 years ago
  14. daf0415 This patch finishes off the sentinel attribute handling for by Fariborz Jahanian · 16 years ago
  15. aafc0cc Make sure that the type associated with a class template is dependent. by Douglas Gregor · 16 years ago
  16. d06f6ca Template instantiation for "if" statements. Also: by Douglas Gregor · 16 years ago
  17. d19cd90 Add NullStmt::Clone and use it by Anders Carlsson · 16 years ago
  18. 77b7f1d Check that the function being overridden is virtual. by Anders Carlsson · 16 years ago
  19. a75e853 Improvements to the FunctionDecl getters/setters. by Anders Carlsson · 16 years ago
  20. 1eee0e7 Link FunctionDecls instantiated from the member functions of a class by Douglas Gregor · 16 years ago
  21. 67a1ead Fix a speling error. by Anders Carlsson · 16 years ago
  22. 2f7c392 Adds recognition of sentinel attribute on block declarations. by Fariborz Jahanian · 16 years ago
  23. c3a68b2 Better diagnostics for covariance when checking overriding return types. by Anders Carlsson · 16 years ago
  24. 236673e Diagnose missing sentinel argument on a funciton call with sentinel attribute. by Fariborz Jahanian · 16 years ago
  25. 501c5ce In C++, warn when something previously declared as a "struct" is later by Douglas Gregor · 16 years ago
  26. 7633ab8 Add forward declaration of Token. Thanks to Martin Doucha for pointing this out by Douglas Gregor · 16 years ago
  27. d7ba27d Add return type checking for overriding virtual functions. We currently don't check covariance but that's next. by Anders Carlsson · 16 years ago
  28. 3f5b61c Implement explicit instantiations of member classes of class templates, e.g., by Douglas Gregor · 16 years ago
  29. 88f1ba0 Look for and diagnose missing sentinel argument on message by Fariborz Jahanian · 16 years ago
  30. 5dc53c9 Add some basic type checking for attributes ns_returns_retained and by Ted Kremenek · 16 years ago
  31. a33d9b4 Disable access control by default. It can be enabled with the -faccess-control option. When we have better support for it, we can enable it by default again. by Anders Carlsson · 16 years ago
  32. 6bad354 Add PostStmt::getStmtAs(). This unbreaks the build. by Ted Kremenek · 16 years ago
  33. 52c3196 Add ExplodedNode utility methods 'getLocationAs()' and 'getFirstPred()' by Ted Kremenek · 16 years ago
  34. 95a0da7 Driver: Emit an unsupported error on -iframework. by Daniel Dunbar · 16 years ago
  35. ff66803 Improve the semantic checking for explicit instantiations of by Douglas Gregor · 16 years ago
  36. 5b53005 Some early declarations to support sentinel attribute on by Fariborz Jahanian · 16 years ago
  37. 8f12f65 reject use of the GNU _Decimal32 extension with a diagnostic, not an abort. by Chris Lattner · 16 years ago
  38. 2db15bd Fix rdar://6881069, a crash on a form of vector_size that we by Chris Lattner · 16 years ago
  39. 09d04e5 Changed wording of warning when attribute is on method definition. by Fariborz Jahanian · 16 years ago
  40. 93dfdb1 Semantic analysis for explicit instantiation of class templates. We by Douglas Gregor · 16 years ago
  41. 4d9a16f Implement parsing for explicit instantiations of class templates, e.g., by Douglas Gregor · 16 years ago
  42. d4b19d5 improve the diagnostic for uses of the GCC "global variable in a register" extension. by Chris Lattner · 16 years ago
  43. 7091319 Parser::ParseDeclarationOrFunctionDefinition no longer needs to accept by Douglas Gregor · 16 years ago
  44. 5d36ac2 Method attributes may only be specified on method declarations. by Fariborz Jahanian · 16 years ago
  45. 1426e53 Refactor the parsing of declarations so that template declarations can by Douglas Gregor · 16 years ago
  46. 2df0716 Diagnostic wording fix, from Anders Johnsen by Douglas Gregor · 16 years ago
  47. 9820074 Patch to implement ivar synthesis of properties declared in protocols by Fariborz Jahanian · 16 years ago
  48. 264e937 Add logic for invalidating array region to CFRefCount.cpp. When invalidating by Zhongxing Xu · 16 years ago
  49. b64c193 Make precompiled headers work with -E. When we're only preprocessing by Douglas Gregor · 16 years ago
  50. 7e06390 Encapsulate template arguments lists in a new class, by Douglas Gregor · 16 years ago
  51. 3ef538d BugReport::getEndPath() - Only add a Stmt's range to the constructed PathDiagnosticEventPiece if the BugReport contained no explicit ranges. by Ted Kremenek · 16 years ago
  52. 0033836 Friend declarations are only valid inside class definitions. by Anders Carlsson · 16 years ago
  53. 66e9977 Add an ActOnFriendDecl and call it for friend class decls. by Anders Carlsson · 16 years ago
  54. 42af25f Implement the notions of the "current instantiation" and "unknown by Douglas Gregor · 16 years ago
  55. b1b9f68 Add ParentMap:getParentIgnoreParens(). by Ted Kremenek · 16 years ago
  56. 7da97d0 Implement the semantics of the injected-class-name within a class by Douglas Gregor · 16 years ago
  57. 6e8ed16 Implement C++0x nullptr. by Sebastian Redl · 16 years ago
  58. d9b6ad6 Rename: by Zhongxing Xu · 16 years ago
  59. a82d8aa As discussed with Ted, rename TypedRegion::getObjectType() to by Zhongxing Xu · 16 years ago
  60. b71368d Add back Parse/Sema support for attributes cf_returns_retained and by Ted Kremenek · 16 years ago
  61. c1c739b Fix lurking bug in one of the versions of by Ted Kremenek · 16 years ago
  62. ff69782 rename: MemRegion: RValueType => ObjectType LValueType => LocationType by Zhongxing Xu · 16 years ago
  63. 9f8f026 We want to diagnose sending message to a forward class by Fariborz Jahanian · 16 years ago
  64. ab422d1 Make BlockEntrace program points taggable. by Ted Kremenek · 16 years ago
  65. cbc8c79 Fix typo in method name. by Ted Kremenek · 16 years ago
  66. 89bc314 Warn if forward class is used as a receiver. by Fariborz Jahanian · 16 years ago
  67. 4c2743f More type checking for properties, accessors and by Fariborz Jahanian · 16 years ago
  68. 008fc73 Remove experimental ownership attributes from Clang. by Ted Kremenek · 16 years ago
  69. 5caa370 reimplement __sync_* builtins to be variadic and to follow the same by Chris Lattner · 16 years ago
  70. a15f7ac Revert r71079. by Zhongxing Xu · 16 years ago
  71. 046efd9 Add a warning for a missing copy attribute on a property that is a by Mike Stump · 16 years ago
  72. 913af35 Remove -fobjc-tight-layout, seems to work! by Daniel Dunbar · 16 years ago
  73. 7704a33 More attribute renaming: by Ted Kremenek · 16 years ago
  74. 9081168 add isFriendSpecified. by Anders Carlsson · 16 years ago
  75. 7090d54 analyzer: Add ProgramPoint 'PostLValue' just to distinguish (for by Ted Kremenek · 16 years ago
  76. 25a3ef7 Start canonicalizing template names. This is not yet complete, but it by Douglas Gregor · 16 years ago
  77. dd3e166 Improve semantic checking for blocks. Radar 6441502 by Mike Stump · 16 years ago
  78. dd986cc Add preliminary support for enhancing null-pointer dereference diagnostics. by Ted Kremenek · 16 years ago
  79. 46a54eb Bug fix: Not all ConstraintManagers always return a null state when setting by Ted Kremenek · 16 years ago
  80. bfa2fcb Back out r70506 (exception spec in AST) again. We won't have exception specs until we've had a lot more discussion. by Sebastian Redl · 16 years ago
  81. 8966bc1 Refactor BugReporter interface to have a new 'BugReporterContext' and by Ted Kremenek · 16 years ago
  82. 17ca363 More x86 target feature support. by Daniel Dunbar · 16 years ago
  83. 33c37b9 add getTargetInfo() method to ASTContext. by Zhongxing Xu · 16 years ago
  84. 4c44e24 The super region of ElementRegion no longer needs to be TypedRegion. In the by Zhongxing Xu · 16 years ago
  85. f47f7a1 Add parsing of friend specifiers. by Anders Carlsson · 16 years ago
  86. 2cc2b9c Eliminate extra vertical space in Clang diagnostics by Douglas Gregor · 16 years ago
  87. 868bd0a Improve handling of (X86) target features. - This is a WIP... by Daniel Dunbar · 16 years ago
  88. 8898059 Make StoreManager::CastRegion() virtual and implement a new CastRegion() for by Zhongxing Xu · 16 years ago
  89. 63be57a Add --analyze-auto. by Daniel Dunbar · 16 years ago
  90. 69aa080 Implement attribute 'ns_autorelease'. by Ted Kremenek · 16 years ago
  91. 041f2fd Issue a warning in odd case of instance method used by Fariborz Jahanian · 16 years ago
  92. b0ed302 remove some incorrect and unimplemented atomic builtins (e.g. by Chris Lattner · 16 years ago
  93. e351aa1 Implement attribute 'cf_returns_owned' (mirrors 'ns_returns_owned'). by Ted Kremenek · 16 years ago
  94. d331dd7 Rename ownership attributes: by Ted Kremenek · 16 years ago
  95. 6a08469 Rename attribute 'ns_ownership_returns' to 'ns_returns_ownership'. by Ted Kremenek · 16 years ago
  96. d99b345 Remove experimental attribute 'ns_ownership_make_collectable.' by Ted Kremenek · 16 years ago
  97. c2e57bf Add ASTRecordLayout::getFieldCount accessor, change NextOffset field to 64-bits. by Daniel Dunbar · 16 years ago
  98. f773737 Add ASTRecordLayout::getNextOffset accessor, and some doxygen comments. by Daniel Dunbar · 16 years ago
  99. bc6ea81 Initialize NextOffset correctly, otherwise tight layout fails for empty classes. by Daniel Dunbar · 16 years ago
  100. 75494ff Rename attributes 'objc_ownership...' to 'ns_ownership...'. by Ted Kremenek · 16 years ago