1. 18c7c06 add a bunch of routine methods to AnalysisContext. by Zhongxing Xu · 15 years ago
  2. d764090 Tweak diagnostic wording; patch by Sean Hunt. by Eli Friedman · 15 years ago
  3. d07a0d0 now we can let AnalysisManager to own the PathDiagnosticClient. by Zhongxing Xu · 15 years ago
  4. c471e7b Create only one AnalysisManager for each translation unit. In HandleCode(), by Zhongxing Xu · 15 years ago
  5. 2e31244 Add LocationContext classes to enable creation of cross function by Zhongxing Xu · 15 years ago
  6. 1f561c1 Produce a warning that partial ordering of function templates is not yet supported by Douglas Gregor · 15 years ago
  7. 37d93e9 Keep track of the template arguments deduced when matching a class by Douglas Gregor · 15 years ago
  8. 714179b Use the correct cast kind for dynamic_cast. by Anders Carlsson · 15 years ago
  9. df74e25 Remove RegionViews and RegionCasts. These are no longer used. by Ted Kremenek · 15 years ago
  10. 093569c RegionStoreManager::RemoveDeadBindings() now removes dead 'default' bindings as well. by Ted Kremenek · 15 years ago
  11. 2f26bc3 Generalize the interface of 'StoreManager::RemoveDeadBindings()' to manipulate the entire GRState, not just the Store. by Ted Kremenek · 15 years ago
  12. 19e1f0b This is a fairly large patch, which resulted from a cascade of changes by Ted Kremenek · 15 years ago
  13. 738f8c2 Add beginnigs of rtti generation, wire up more of -fno-exceptions. by Mike Stump · 15 years ago
  14. 82b5696 And now we can generate a simple vtable. Still a work in progress... by Mike Stump · 15 years ago
  15. 5296afa Allow one to update the type representation of the declaration specifiers. Will be used by an upcoming commit. by Douglas Gregor · 15 years ago
  16. 78b89b0 Fix 80-col violation by Douglas Gregor · 15 years ago
  17. 2ec09f1 Canonicalize dependent extended vector types. by Douglas Gregor · 15 years ago
  18. 0f434ec Rename Action::TagKind to Action::TagUseKind, which removes both a misnomer by John McCall · 15 years ago
  19. 5c15fe1 sp. by John McCall · 15 years ago
  20. 3503d04 Add CK_DerivedToBase and use it PerformObjectMemberConversion. by Anders Carlsson · 15 years ago
  21. cdef2b7 Add a CastKind enum to CastExpr. Right now it's not used for much but it will be :) by Anders Carlsson · 15 years ago
  22. 82ec2e9 Fix use-after-release bug introduced in r77585 where the PathDiagnosticClient by Ted Kremenek · 15 years ago
  23. 04d4bee Build canonical types for dependently-sized array types. by Douglas Gregor · 15 years ago
  24. 9d702ae Canonicalization of dependent C++0x decltype types. by Douglas Gregor · 15 years ago
  25. b197572 Canonicalization for dependent typeof(expr) types. by Douglas Gregor · 15 years ago
  26. 426cc38 Patch for future ir-gen for destructor calls. by Fariborz Jahanian · 15 years ago
  27. b88e888 Support out-of-line definitions of the members of class template by Douglas Gregor · 15 years ago
  28. fda7832 Make AnalysisManager into its own source file and a pure data management class. by Zhongxing Xu · 15 years ago
  29. e25ff83 PR3679 - handle #pragma weak by Ryan Flynn · 15 years ago
  30. 97ab394 This patch collects all analysis context data into a new class AnalysisContext. by Zhongxing Xu · 15 years ago
  31. f66eab0 Fix type to be consistent with the rest of the code. by Mike Stump · 15 years ago
  32. dbb8d81 Add support for -Wno-long-long. by Eli Friedman · 15 years ago
  33. 19b732a Add support for ObjC message expressions, in the Analyzer: by Argyrios Kyrtzidis · 15 years ago
  34. 87bcb50 Support ObjC methods as Entities. by Argyrios Kyrtzidis · 15 years ago
  35. b325146 Use a STL helper template 'pair_value_iterator', by both DeclReferenceMap and SelectorMap. by Argyrios Kyrtzidis · 15 years ago
  36. 66570b2 Add ObjCMethodDecl::isThisDeclarationADefinition(). by Argyrios Kyrtzidis · 15 years ago
  37. d88284b Index the selectors and provide the translation units that contain them by Argyrios Kyrtzidis · 15 years ago
  38. 0f39848 Add TranslationUnit::getSelectorMap(). by Argyrios Kyrtzidis · 15 years ago
  39. 557b1d2 Introduce SelectorMap whose purpose is to map selectors to objc methods and message exprs, by Argyrios Kyrtzidis · 15 years ago
  40. 27bd0dc Introduce the GlobalSelector class in the Indexing library. by Argyrios Kyrtzidis · 15 years ago
  41. 7f4656e -Introduce the idx::Analyzer class used for getting indexing information, like finding by Argyrios Kyrtzidis · 15 years ago
  42. 40c0e73 Introduce TULocation and TULocationHandler classes. by Argyrios Kyrtzidis · 15 years ago
  43. 52f1d47 Modify the Indexer class so that it can return the TranslationUnit that internal by Argyrios Kyrtzidis · 15 years ago
  44. e380c51 Add Entity::getInternalDecl() to be used only on Entities that refer to internal by Argyrios Kyrtzidis · 15 years ago
  45. 6dbbc0e Constify ASTLocation::print. by Argyrios Kyrtzidis · 15 years ago
  46. 614455c Fix some comments. by Argyrios Kyrtzidis · 15 years ago
  47. 768a6c9 Add getDeclReferenceMap() to the abstract interface of TranslationUnit class. by Argyrios Kyrtzidis · 15 years ago
  48. 94431b5 Introduce a helper template for the Handler classes and use it instead by Argyrios Kyrtzidis · 15 years ago
  49. 16d8bcf Accept Handler objects in parameters as references. by Argyrios Kyrtzidis · 15 years ago
  50. 77b4a79 Rename EntityHandler::HandleEntity to Handle. by Argyrios Kyrtzidis · 15 years ago
  51. b17dc46 -Make IndexProvider an abstract interface for getting indexing information. by Argyrios Kyrtzidis · 15 years ago
  52. 8e9e9ef Make tag declarations redeclarable. This change has three purposes: by Douglas Gregor · 15 years ago
  53. 6217b80 Change uses of: by Ted Kremenek · 15 years ago
  54. f7a0cf4 Remove 'StoreManager::OldCastRegion()', TypedViewRegion (which only by Ted Kremenek · 15 years ago
  55. d99cbe6 [llvm up] by Douglas Gregor · 15 years ago
  56. 1004a9f Make StoreManager::InvalidateRegion() virtual, move the current implementation by Ted Kremenek · 15 years ago
  57. 0e3ec3f Add 'MemRegion::getBaseRegion()', a utility method to strip ElementRegions with by Ted Kremenek · 15 years ago
  58. c447aba Check for identical types in C++ catch expression. Patch by Erik Verbruggen. by Sebastian Redl · 15 years ago
  59. 828e226 Use the new statement/expression profiling code to unique dependent by Douglas Gregor · 15 years ago
  60. 99b10be Incorporate feedback from Chris (on r76979). by Steve Naroff · 15 years ago
  61. 5a5c60d delete an undefined method. by Zhongxing Xu · 15 years ago
  62. a91d6a6 Code refactoring to define getCXXRecordDeclForPointerType by Fariborz Jahanian · 15 years ago
  63. f711c41 Some minor cleanups, thanks Chris. by Mike Stump · 15 years ago
  64. fd612db Some style fixes, thanks Chris. by Mike Stump · 15 years ago
  65. 4d9d51a Add support for -Wmissing-noreturn. by Mike Stump · 15 years ago
  66. 1275ae0 Refactor the code that produces a TemplateSpecializationType, so that by Douglas Gregor · 15 years ago
  67. 5692586 Add noreturn support for blocks. by Mike Stump · 15 years ago
  68. c4e4acb Add missing break statement. by Ted Kremenek · 15 years ago
  69. 8fad994 Update comments. by Mike Stump · 15 years ago
  70. bb97722 Fix regression in attribute 'nonnull' checking when a transition node by Ted Kremenek · 15 years ago
  71. b2fafd4 Add a field for C++ specific data to ASTRecordLayout. Use it to store the non-virtual size and alignment + base offsets. by Anders Carlsson · 15 years ago
  72. efadb77 Bounds checking for address spaces. by John McCall · 15 years ago
  73. 7a1bcdf Reimplement QualifierSet using a single word, as requested by dgregor. by John McCall · 15 years ago
  74. e7f9d30 Implement ObjCMethodDecl::getCanonicalDecl(). by Argyrios Kyrtzidis · 15 years ago
  75. 4292073 -Add ObjCCategoryImplDecl::getCategoryClass() which returns the category interface decl. by Argyrios Kyrtzidis · 15 years ago
  76. 782fa30 Make longjmp a real builtin. by Mike Stump · 15 years ago
  77. 0cfeb63 Allow functions to be marked "implicit return zero" and so mark main(). by John McCall · 15 years ago
  78. 41ef0c3 Add a Profile function for statements so that we can (eventually) determine by Douglas Gregor · 15 years ago
  79. 523a8fd Make sure to move the comment with the code. by Mike Stump · 15 years ago
  80. f755606 (1) Enable PlistDiagnostics to take an option "PathDiagnosticClientFactory" by Ted Kremenek · 15 years ago
  81. bc0a222 Update for LLVM API change. by Owen Anderson · 15 years ago
  82. 0feecbb Add noreturn for exit. by Mike Stump · 15 years ago
  83. aecae62 Make ObjCImplDecl inherit from ObjCContainerDecl. by Argyrios Kyrtzidis · 15 years ago
  84. 550b732 Fix typo in error message by Douglas Gregor · 15 years ago
  85. 478fbc6 PR3575 - warn on declared variable or function attributes after a definition, which are currently ignored. by Ryan Flynn · 15 years ago
  86. 16f06bb Refactor ObjCImplDecl::getInstanceMethod/getClassMethod into one by Argyrios Kyrtzidis · 15 years ago
  87. aa5420c Refactor ObjCInterfaceDecl::lookupInstanceMethod/lookupClassMethod into one by Argyrios Kyrtzidis · 15 years ago
  88. 094e2bb Refactor ObjCProtocolDecl::lookupInstanceMethod/lookupClassMethod into one by Argyrios Kyrtzidis · 15 years ago
  89. 467c0b1 Refactor ObjCContainerDecl::getInstanceMethod/getClassMethod into one by Argyrios Kyrtzidis · 15 years ago
  90. ae92140 Improve comments (Thanks Fariborz). by Mike Stump · 15 years ago
  91. 2455636 Add noreturn as a type attribute, handle printing for them and handle by Mike Stump · 15 years ago
  92. 9cc11e7 Implement C++ semantics for C-style and functional-style casts. This regresses Clang extension conversions, like vectors, but allows conversions via constructors and conversion operators. by Sebastian Redl · 15 years ago
  93. 13591ed Semantic checking for main(). by John McCall · 15 years ago
  94. 8fceb57 Flesh out the QualifierSet API. by John McCall · 15 years ago
  95. 7caa682 Template instantiation for static data members that are defined out-of-line. by Douglas Gregor · 15 years ago
  96. 7252f51 More Sema check for constructor's member initializer along by Fariborz Jahanian · 15 years ago
  97. 50b8eea More work toward initialization of objects in constructors. by Fariborz Jahanian · 15 years ago
  98. f242b1b Allow front-end 'isa' access on object's of type 'id'. by Steve Naroff · 15 years ago
  99. e3e643f Add getDecl() to CallGraph and CallGraphNode. by Zhongxing Xu · 15 years ago
  100. 6d8f56f Constify methods. by Zhongxing Xu · 15 years ago