1. b49ef00 Update based upon comments. Explain why we have an assert. by Mike Stump · 15 years ago
  2. 90f6708 We'll also need a vtable pointer if we have virtual bases. by Mike Stump · 15 years ago
  3. c5b8c9b What luck! Clang obtains support for refering to members of the by Douglas Gregor · 15 years ago
  4. 426cc38 Patch for future ir-gen for destructor calls. by Fariborz Jahanian · 15 years ago
  5. 4b5acc5 Lexically order files. by Ted Kremenek · 15 years ago
  6. b88e888 Support out-of-line definitions of the members of class template by Douglas Gregor · 15 years ago
  7. 17edea8 Initialize an otherwise-wild pointer. Fixes a crashy analyzer by Douglas Gregor · 15 years ago
  8. a29e52e fix cmake build by Benjamin Kramer · 15 years ago
  9. 7d49c71 simple fixes. by Zhongxing Xu · 15 years ago
  10. fda7832 Make AnalysisManager into its own source file and a pure data management class. by Zhongxing Xu · 15 years ago
  11. a0a2c7d Update CMakeLists.txt by Daniel Dunbar · 15 years ago
  12. ab5f311 Fix Selector <-> GlobalSelector conversion. by Argyrios Kyrtzidis · 15 years ago
  13. e25ff83 PR3679 - handle #pragma weak by Ryan Flynn · 15 years ago
  14. 218e0b7 Add -fblocks. by Daniel Dunbar · 15 years ago
  15. cddab4a MultiTestRunner: Stop printing XFAILs on every run, this doesn't really have any by Daniel Dunbar · 15 years ago
  16. 97ab394 This patch collects all analysis context data into a new class AnalysisContext. by Zhongxing Xu · 15 years ago
  17. d254a25 Remove bogus "unsupported" case for vectors (which shouldn't by Eli Friedman · 15 years ago
  18. f66eab0 Fix type to be consistent with the rest of the code. by Mike Stump · 15 years ago
  19. 3dee6ef Add ability to layout the vtable pointer in trivial cases. I noticed by Mike Stump · 15 years ago
  20. bebc467 Fix gcc warning. by Eli Friedman · 15 years ago
  21. c238a79 ir-gen for nested non-virtual base member access in current class. by Fariborz Jahanian · 15 years ago
  22. dbb8d81 Add support for -Wno-long-long. by Eli Friedman · 15 years ago
  23. 19b732a Add support for ObjC message expressions, in the Analyzer: by Argyrios Kyrtzidis · 15 years ago
  24. 1e16847 Update CMake. by Argyrios Kyrtzidis · 15 years ago
  25. 87bcb50 Support ObjC methods as Entities. by Argyrios Kyrtzidis · 15 years ago
  26. e5bb6d4 There's no point in going through the getAs<TagType> stuff to find the definition of a tag, since tags rarely have more than one or two declarations by Douglas Gregor · 15 years ago
  27. b325146 Use a STL helper template 'pair_value_iterator', by both DeclReferenceMap and SelectorMap. by Argyrios Kyrtzidis · 15 years ago
  28. 66570b2 Add ObjCMethodDecl::isThisDeclarationADefinition(). by Argyrios Kyrtzidis · 15 years ago
  29. d88284b Index the selectors and provide the translation units that contain them by Argyrios Kyrtzidis · 15 years ago
  30. 0f39848 Add TranslationUnit::getSelectorMap(). by Argyrios Kyrtzidis · 15 years ago
  31. 557b1d2 Introduce SelectorMap whose purpose is to map selectors to objc methods and message exprs, by Argyrios Kyrtzidis · 15 years ago
  32. ad6e5d1 Find references inside blocks. by Argyrios Kyrtzidis · 15 years ago
  33. 81e8456 Use helper class ASTVisitor to fully traverse an AST. by Argyrios Kyrtzidis · 15 years ago
  34. 27bd0dc Introduce the GlobalSelector class in the Indexing library. by Argyrios Kyrtzidis · 15 years ago
  35. dc1792c Use an IdentifierTable for names used for Entities. by Argyrios Kyrtzidis · 15 years ago
  36. 7f4656e -Introduce the idx::Analyzer class used for getting indexing information, like finding by Argyrios Kyrtzidis · 15 years ago
  37. 40c0e73 Introduce TULocation and TULocationHandler classes. by Argyrios Kyrtzidis · 15 years ago
  38. 52f1d47 Modify the Indexer class so that it can return the TranslationUnit that internal by Argyrios Kyrtzidis · 15 years ago
  39. e380c51 Add Entity::getInternalDecl() to be used only on Entities that refer to internal by Argyrios Kyrtzidis · 15 years ago
  40. 6dbbc0e Constify ASTLocation::print. by Argyrios Kyrtzidis · 15 years ago
  41. 614455c Fix some comments. by Argyrios Kyrtzidis · 15 years ago
  42. 768a6c9 Add getDeclReferenceMap() to the abstract interface of TranslationUnit class. by Argyrios Kyrtzidis · 15 years ago
  43. 0594545 Remove the TranslationUnit usage from clang-wpa.cpp since it's not really by Argyrios Kyrtzidis · 15 years ago
  44. 94431b5 Introduce a helper template for the Handler classes and use it instead by Argyrios Kyrtzidis · 15 years ago
  45. daf253d Add an assert. by Argyrios Kyrtzidis · 15 years ago
  46. 16d8bcf Accept Handler objects in parameters as references. by Argyrios Kyrtzidis · 15 years ago
  47. 77b4a79 Rename EntityHandler::HandleEntity to Handle. by Argyrios Kyrtzidis · 15 years ago
  48. b17dc46 -Make IndexProvider an abstract interface for getting indexing information. by Argyrios Kyrtzidis · 15 years ago
  49. 8e9e9ef Make tag declarations redeclarable. This change has three purposes: by Douglas Gregor · 15 years ago
  50. 5266d2e Eliminate an unused-variable warning by Douglas Gregor · 15 years ago
  51. 96e0fc7 Update for LLVM API change. by Owen Anderson · 15 years ago
  52. 6217b80 Change uses of: by Ted Kremenek · 15 years ago
  53. f7a0cf4 Remove 'StoreManager::OldCastRegion()', TypedViewRegion (which only by Ted Kremenek · 15 years ago
  54. b7b6c4c Fixed test. by Fariborz Jahanian · 15 years ago
  55. 96e2fa9 Some refactoring of member access for performace sake. Also added a test case. by Fariborz Jahanian · 15 years ago
  56. 59c0437 Refactor base/member initializers, and construct them correctly in cases by Eli Friedman · 15 years ago
  57. f3e53d3 Check accessibility when converting object to the base class. by Fariborz Jahanian · 15 years ago
  58. 3c4972d Update for LLVM API change. by Owen Anderson · 15 years ago
  59. 8a8a629 No longer need to keep base class offsets in the offset by Fariborz Jahanian · 15 years ago
  60. 98a541e Patch to provide cast of objects in member access by Fariborz Jahanian · 15 years ago
  61. d99cbe6 [llvm up] by Douglas Gregor · 15 years ago
  62. 6075e00 Add an XFAILed test case that currently crashes for RegionStore. This case will by Ted Kremenek · 15 years ago
  63. 0aeaf5a Add another analyzer test case involving an OSAtomic function. by Ted Kremenek · 15 years ago
  64. 5e77eba Remove some uses of TypedViewRegion, and use getBaseRegion() in a context where by Ted Kremenek · 15 years ago
  65. 1004a9f Make StoreManager::InvalidateRegion() virtual, move the current implementation by Ted Kremenek · 15 years ago
  66. 0e3ec3f Add 'MemRegion::getBaseRegion()', a utility method to strip ElementRegions with by Ted Kremenek · 15 years ago
  67. 4e6e0d7 canSymbolicate() should only return true for integer types that are scalars. by Ted Kremenek · 15 years ago
  68. c447aba Check for identical types in C++ catch expression. Patch by Erik Verbruggen. by Sebastian Redl · 15 years ago
  69. 12e85fc Don't use a formatted ostream when writing .ll either. by Daniel Dunbar · 15 years ago
  70. 8c01cad Don't use a formatted ostream when writing .bc files. I don't really understand by Daniel Dunbar · 15 years ago
  71. f511e47 When lookup of an identifier preceding a '<' finds a set of overloaded by Douglas Gregor · 15 years ago
  72. 1182502 scan-build: Don't try to index plist-html output directories by Daniel Dunbar · 15 years ago
  73. 1f27ac6 Remove an obsolete kludge based on the previous, completely broken handling of function templates by Douglas Gregor · 15 years ago
  74. f61ef4f Test redefinition of class template partial specializations by Douglas Gregor · 15 years ago
  75. 828e226 Use the new statement/expression profiling code to unique dependent by Douglas Gregor · 15 years ago
  76. 5a8503b Use the existing API for base offset. Use suitable llvm type for offset ir-gen. by Fariborz Jahanian · 15 years ago
  77. c50315b Make the Python TestRunner work for individual tests by Douglas Gregor · 15 years ago
  78. ddc4b81 Remove an ObjC-specific XFAIL (and tweak test). by Steve Naroff · 15 years ago
  79. c715e78 Fix <rdar://problem/7100524> regression: "error: incompatible operand types ('void *' and 'NSString *')". by Steve Naroff · 15 years ago
  80. 99b10be Incorporate feedback from Chris (on r76979). by Steve Naroff · 15 years ago
  81. ef0cb8e Make functional-style casts emit correct messages, and fix a crash-on-invalid. by Sebastian Redl · 15 years ago
  82. d9b401c add a fixme by Zhongxing Xu · 15 years ago
  83. 5a5c60d delete an undefined method. by Zhongxing Xu · 15 years ago
  84. 9a676b7 MultiTestRunner: Reenable --vg option. by Daniel Dunbar · 15 years ago
  85. 70186ab Destroy the ASTConsumer prior to the Context, HTMLPrinter for example wants to by Daniel Dunbar · 15 years ago
  86. 1d2154c BlockScopeInfo::hasPrototype was uninitialized. by Daniel Dunbar · 15 years ago
  87. 930b71a CharLiteralParser::IsMultiChar was sometimes uninitialized. by Daniel Dunbar · 15 years ago
  88. 3c41544 Add missing '"' by Daniel Dunbar · 15 years ago
  89. a91d6a6 Code refactoring to define getCXXRecordDeclForPointerType by Fariborz Jahanian · 15 years ago
  90. 87e5732 Be sure to turn on -fblocks. by Mike Stump · 15 years ago
  91. f711c41 Some minor cleanups, thanks Chris. by Mike Stump · 15 years ago
  92. fd612db Some style fixes, thanks Chris. by Mike Stump · 15 years ago
  93. 4d9d51a Add support for -Wmissing-noreturn. by Mike Stump · 15 years ago
  94. 1275ae0 Refactor the code that produces a TemplateSpecializationType, so that by Douglas Gregor · 15 years ago
  95. 9a5a7e7 remove extraneous braces by Chris Lattner · 15 years ago
  96. 5692586 Add noreturn support for blocks. by Mike Stump · 15 years ago
  97. fa9f8b4 ir-gen derived-to-base conversion in implicit casts. by Fariborz Jahanian · 15 years ago
  98. 4a28932 Update for LLVM API change. by Owen Anderson · 15 years ago
  99. dfcb538 Remove the old RecordOrganizer. by Anders Carlsson · 15 years ago
  100. f3bfa21 Fix PR 4631. The compound initializers of unions were not being evaluated, which by Ted Kremenek · 15 years ago