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