1. 321f278 Fixed comments. by Argyrios Kyrtzidis · 16 years ago
  2. 87f3ff0 Added PushOnScopeChains method to Sema, that adds a decl to both the IdResolver and the Scope. by Argyrios Kyrtzidis · 16 years ago
  3. dae1a1a AST generation for objc2's property declarations. by Fariborz Jahanian · 16 years ago
  4. e7bd9c2 Add some boilerplate to report memory leaks at the end of an analyzed function. by Ted Kremenek · 16 years ago
  5. 52f3795 Added "EvalEndPath" to GRTransferFuncs: the default implementation does not by Ted Kremenek · 16 years ago
  6. 11062b1 Added "GREndPathNodeBuilder", a new node builder that will be used for by Ted Kremenek · 16 years ago
  7. b887355 Added FIXME by Ted Kremenek · 16 years ago
  8. f9561e5 Fix regression introduced by my last commit. by Ted Kremenek · 16 years ago
  9. a0df99f Changed behavior of how we handle "NULL" summaries: just call by Ted Kremenek · 16 years ago
  10. d6a07aa Add class and super class location info to ObjCInterfaceDecl... by Steve Naroff · 16 years ago
  11. bcf50ad Use RangedBugReport to report better ranges for reference count errors. by Ted Kremenek · 16 years ago
  12. 5e55cda Added "RangedBugReport". by Ted Kremenek · 16 years ago
  13. 405cbb4 Update Xcode project with missing files. by Ted Kremenek · 16 years ago
  14. 1bb1963 Invoke destructors in Decl::Destroy(). by Sam Bishop · 16 years ago
  15. 45bc03f Minor changes per Chris L's review. by Fariborz Jahanian · 16 years ago
  16. 8fa3078 don't read off the front of the buffer. Thanks to Sam for pointing this out. by Chris Lattner · 16 years ago
  17. bb45c51 Stub out and start using a Decl::Destroy() method. by Sam Bishop · 16 years ago
  18. f3c63ae Use the ASTContext allocator when creating deserialized Decl objects. by Sam Bishop · 16 years ago
  19. a2f42b1 two new files for previous patch, by Argiris Kirtzidis by Chris Lattner · 16 years ago
  20. 7f925cc Switch sema to maintaining its own scope chain information for variable by Chris Lattner · 16 years ago
  21. 8808f00 Fix rdar://5843510 don't assert and die when an invalid output by Chris Lattner · 16 years ago
  22. 940b1d8 Fixed some logic errors in the CF ref count checker; we now can detect simple by Ted Kremenek · 16 years ago
  23. 1d78cc4 Patch for: by Fariborz Jahanian · 16 years ago
  24. 61b9f87 Simplify CF ref. count checker state machine. by Ted Kremenek · 16 years ago
  25. 3ea0b6a Fix some bonehead bugs in summary generation in CFRefCount. by Ted Kremenek · 16 years ago
  26. 7d311ab Used --checker-simple. by Ted Kremenek · 16 years ago
  27. d71ed26 Refactored all logic to run the GRSimpleVals and CFRef checker into a common by Ted Kremenek · 16 years ago
  28. ebe457c reduce the amount of 'C++ magic' this code depends on :) by Chris Lattner · 16 years ago
  29. f84afb7 CFRefCount analysis now properly calls "EmitWarnings" after analyzing a function. by Ted Kremenek · 16 years ago
  30. 4bb6ac2 When not emitting path diagnostics in BugReporter::EmitWarning(), use the by Ted Kremenek · 16 years ago
  31. 4d35dac Fixed regressions in error reporting due to copy-paste errors (using the "begin" by Ted Kremenek · 16 years ago
  32. e135942 refactor Parser::ParseStructDeclaration to return a vector of uninterpreted by Chris Lattner · 16 years ago
  33. 60b1e3e Simplify lifetime of location object. by Chris Lattner · 16 years ago
  34. 97d0205 Fix typo. by Eric Christopher · 16 years ago
  35. def026a typedef void T; void f(T); by Chris Lattner · 16 years ago
  36. 8123a95 Several improvements from Doug Gregor related to default by Chris Lattner · 16 years ago
  37. 05cbe1a Hooked up initial reference-count checks to the BugReporter interface. by Ted Kremenek · 16 years ago
  38. 50a6d0c Major refactoring/cleanup of GRExprEngine, ExplodedGraph, and BugReporter. by Ted Kremenek · 16 years ago
  39. 2979ec7 The dtor CGObjCRuntime::~CGObjCRuntime() was implemented twice, once by Ted Kremenek · 16 years ago
  40. 393be15 Add SemaDeclCXX.cpp to Xcode project. by Ted Kremenek · 16 years ago
  41. 70bcba6 Micro-optimization: Don't use ostringstream when using a C-string literal by Ted Kremenek · 16 years ago
  42. fa34b33 Added some boilerplate for emitting warnings from the CF-reference count checker. by Ted Kremenek · 16 years ago
  43. 6837faa Added new "BugReporterHelper" class which is used by BugReporter to emit by Ted Kremenek · 16 years ago
  44. f5749aa For -emit-html, use the Rewriter to expand tabs. by Ted Kremenek · 16 years ago
  45. fa5be36 Don't expand tabs in EscapeText, but rather expand them when writing out by Ted Kremenek · 16 years ago
  46. 5dd18b7 Add HTMLRewrite.h to Xcode project. by Ted Kremenek · 16 years ago
  47. 4ce32cb When substituting tabs during HTMLification, only add " " when we are by Ted Kremenek · 16 years ago
  48. dab4ead Improve range highlighting in HTMLDiagnostic to correctly highlight ranges by Ted Kremenek · 16 years ago
  49. 25ba026 Make SourceManager::getFullFilePos() public. by Ted Kremenek · 16 years ago
  50. 670aa9d Changed the Decl::Kind enum of the ObjCPropertyDecl class, so that it follows by Sam Bishop · 16 years ago
  51. 0b6c153 Set the location of ccc-analyzer to be the same directory as where scan-build by Ted Kremenek · 16 years ago
  52. 0676751 silence some warnings when assertions are disabled. by Chris Lattner · 16 years ago
  53. 3d1cee3 Add support for C++ default arguments, and rework Parse-Sema by Chris Lattner · 16 years ago
  54. 0442108 Add support for C++ default arguments, and rework Parse-Sema by Chris Lattner · 16 years ago
  55. 5db17c9 Fix rdar://5846705: "clang -E foo.c -o foo.i" should remove foo.i on error. by Chris Lattner · 16 years ago
  56. 356708c Add ids for line numbers, allowing us to jump to arbitrary line numbers within by Ted Kremenek · 16 years ago
  57. d8c6d0c Left-justify text in report table. by Ted Kremenek · 16 years ago
  58. 7e54eed Tweak message bubble color (gold) by Ted Kremenek · 16 years ago
  59. 706e3cf Improve BugReport diagnostics for loops and ? operator. by Ted Kremenek · 16 years ago
  60. 6e9d38e Fix analyzer breakage introduced by r49213: http://llvm.org/viewvc/llvm-project?rev=49213&view=rev by Ted Kremenek · 16 years ago
  61. e2563ca Pass the ASTContext object around when deserializing Decl and Stmt objects, so by Sam Bishop · 16 years ago
  62. d77bc28 Have Parser::FuzzyParseMicrosoftAsmStatement() return the null statement (';'). by Steve Naroff · 16 years ago
  63. 5426bf6 random whitespace fixes. by Chris Lattner · 16 years ago
  64. 8c7bbb5 fix a bug I introduced in my previous checkin. by Chris Lattner · 16 years ago
  65. acc9972 simplify array compatibility testing. by Chris Lattner · 16 years ago
  66. 8f8fc7b simplify reference handling. by Chris Lattner · 16 years ago
  67. 6ac46a4 move some code around, no other change. by Chris Lattner · 16 years ago
  68. 78eca28 simplify compatibility testing for tag types. by Chris Lattner · 16 years ago
  69. b048981 merge compatibility testing of qualified/unqualified interfaces together by Chris Lattner · 16 years ago
  70. 1ee0700 Fix a really bad bug where type uniquing would merge a<x> with b<x> as the same by Chris Lattner · 16 years ago
  71. 42a997c MyOtherClass<MyProtocol>* is compatible with MyClass* by Chris Lattner · 16 years ago
  72. 3cc4c0c Remove a dead check for compatible builtin types by Chris Lattner · 16 years ago
  73. 6e26f5d futher simplify compatibility testing of objc interface types. by Chris Lattner · 16 years ago
  74. a36a61f ocuvector and vector should be compatible. Fix ASQual compatibility. by Chris Lattner · 16 years ago
  75. f3692dc Fix comment typo, do reference eval at the correct type. by Chris Lattner · 16 years ago
  76. f62f9cd simplify vector type compatibility testing. by Chris Lattner · 16 years ago
  77. eca7be6 move ObjCQualifiedIdTypesAreCompatible out of ASTContext into Sema. by Chris Lattner · 16 years ago
  78. 821a01b Replace an O(n^2) algorithm in areCompatObjCQualInterfaces with by Chris Lattner · 16 years ago
  79. 372bed0 improve comments. by Chris Lattner · 16 years ago
  80. 88cb27a move sorting of qualifying protocols from the parser into by Chris Lattner · 16 years ago
  81. 28c0b7d add an example. by Chris Lattner · 16 years ago
  82. 065f0d7 eliminate getReferencedProtocols from by Chris Lattner · 16 years ago
  83. 3b27546 make QualifiedInterfaceTypesAreCompatible a static function by Chris Lattner · 16 years ago
  84. 53efc25 This predicate is just a generic "issuperclass" predicate, move it to the by Chris Lattner · 16 years ago
  85. c4e4059 Simplify some objc compatibility testing, make interfaceTypesAreCompatible by Chris Lattner · 16 years ago
  86. 439dbad simplify the logic in ASTContext::objcTypesAreCompatible by Chris Lattner · 16 years ago
  87. 368eefa clean up some logic in objc type handling. Specifically, make it so that by Chris Lattner · 16 years ago
  88. 1361b11 trivial changes to getFloatingTypeOfSizeWithinDomain, nothing significant. by Chris Lattner · 16 years ago
  89. 7cfeb08 simplify max type computation by making it return an integer (like by Chris Lattner · 16 years ago
  90. a75cea3 minor simplifications/cleanups to type comparisons. by Chris Lattner · 16 years ago
  91. 8bcfc5b remove the Decl::getCanonicalType() method. by Chris Lattner · 16 years ago
  92. d8bdba5 remove a use of getCanonicalType. by Chris Lattner · 16 years ago
  93. f52ab25 Start switching clients over from CT.getCanonicalType() to Context.getCanonicalType(CT) for PR2189. by Chris Lattner · 16 years ago
  94. 77c9647 introduce a new ASTContext::getCanonicalType method. This is the first by Chris Lattner · 16 years ago
  95. 9d294b9 remove the old non-parallel test system. 'make' in clang/test now runs by Chris Lattner · 16 years ago
  96. 37c1b78 Use EnumType to simplify some code. by Chris Lattner · 16 years ago
  97. 7176331 make use of EnumType to simplify some code, eliminate warnings by Chris Lattner · 16 years ago
  98. 2daa5df Make EnumType/RecordType classof predicates simpler and more efficient in by Chris Lattner · 16 years ago
  99. 5edb8bf add a helper EnumType object for asking about tagtypes for enums. by Chris Lattner · 16 years ago
  100. 984d0b4 tracking API changes arising from r49277 by Gabor Greif · 16 years ago