1. 5618d88 Add a bunch of comments, move RewriteRope::MakeRopeString out of line. by Chris Lattner · 17 years ago
  2. e93705f Fix comment. by Steve Naroff · 17 years ago
  3. cf7e958 Use isFromMainFile instead of comparing FileIDs directly. by Ted Kremenek · 17 years ago
  4. d0734e5 Fix regression in Diagnostic that caused it to not register the number by Ted Kremenek · 17 years ago
  5. 080c40b Use SourceManager::isFromMainFile() by Ted Kremenek · 17 years ago
  6. 3004be0 Convert over to new SourceManager::isFromMainFile() instead of doing direct by Ted Kremenek · 17 years ago
  7. 5dd0041 HTMLDiagnostics now uses the new "getCanonicalID()", "isFromMainFileID()" methods from by Ted Kremenek · 17 years ago
  8. 9fd87b1 Added "getCanonicalID()", "isFromSameFile", and "isFromMainFile" to compare by Ted Kremenek · 17 years ago
  9. 70778c8 fix more uninit ivars, who wrote this junk? :) by Chris Lattner · 17 years ago
  10. b442e21 Fix an assertion ted was hitting, due to an uninitialized variable. by Chris Lattner · 17 years ago
  11. 06bdb3a Only increment the number of diagnostics when the DiagnosticClient used by Ted Kremenek · 17 years ago
  12. 55af98c Added driver option "-checker-opt-analyze-headers" to force the static by Ted Kremenek · 17 years ago
  13. 1c86b15 Don't flag dead stores that occur in macros. by Ted Kremenek · 17 years ago
  14. 5fcca68 Have BugReporter::EmitWarning use the PathDiagnosticClient if it is available. by Ted Kremenek · 17 years ago
  15. 5fd3e26 move a ton of code out of line, from RewriteRope.h -> RewriteRope.cpp by Chris Lattner · 17 years ago
  16. c967c9d Bug fix in dead-store checker when walking the Decls in a DeclStmt: don't by Ted Kremenek · 17 years ago
  17. 7ded73c Treat calls to unresolved functions in the CF-ref count checker as calls by Ted Kremenek · 17 years ago
  18. 896436e Updated test cases so that they do not emit warnings for dead stores. by Ted Kremenek · 17 years ago
  19. d2f642b Hooked up the dead-store checker to the BugReporter interface. Now dead-store by Ted Kremenek · 17 years ago
  20. 2bf78fb Added version of "getClient()" for class Diagnostic that returns a non-const by Ted Kremenek · 17 years ago
  21. e5cd857 remove ifdefs by Chris Lattner · 17 years ago
  22. 49a2fd2 Added test case to dead stores checker. by Ted Kremenek · 17 years ago
  23. 1102d6b Handle -D and -U options in order, so that they can cancel each other out when by Sam Bishop · 17 years ago
  24. febe719 Change the RewriteRope::Chunks data structure from an std::list into by Chris Lattner · 17 years ago
  25. e772210 Enable clang to codegen emmintrin.h until we have our own emmintrin.h by Nate Begeman · 17 years ago
  26. 5253c7f Fix typo by Nate Begeman · 17 years ago
  27. f8d9e76 Argiris Kirtzidis's fix for handling empty IdDeclInfo's in IdentifierResolver::AddDecl by Douglas Gregor · 17 years ago
  28. 1b7f898 Make Parser::getAccessSpecifierIfPresent const, since it does not modify the state by Douglas Gregor · 17 years ago
  29. 7bc198f Move IdDeclInfoMap class in an anonymous namespace. Suggestion by Chris Lattner. by Argyrios Kyrtzidis · 17 years ago
  30. e37ac4f This patch adds very basic support for parsing and type-checking class by Douglas Gregor · 17 years ago
  31. 2ce52f3 Introduce support for finding class and enum names via ordinary name lookup in C++ by Douglas Gregor · 17 years ago
  32. d98d975 Fix PR2220, making diagnostics for unexpected tokens in pp expressions by Chris Lattner · 17 years ago
  33. 72e1c6c this started failing because a GEP was constant folded, by Chris Lattner · 17 years ago
  34. be432b3 Test commit: fix a typo by Douglas Gregor · 17 years ago
  35. 99dc914 This patch is just the easy part of the class names patch, which by Chris Lattner · 17 years ago
  36. 3b7ff0d Change the btree algorithm to split nodes bottom-up instead of top-down. by Chris Lattner · 17 years ago
  37. b169e90 split node splitting from interior node restructuring. by Chris Lattner · 17 years ago
  38. 50b3674 update to follow mainline llvm API change. by Chris Lattner · 17 years ago
  39. 1b30cb2 Use static_cast<> instead of cast<> in Decl::Destroy(). Suggestion by Argiris by Sam Bishop · 17 years ago
  40. 9e97955 Default argument cleanups and minor improvements, patch by Doug Gregor! by Chris Lattner · 17 years ago
  41. 22cb282 final cleanup, the code is now in a reviewable state. by Chris Lattner · 17 years ago
  42. 8100d74 move the DeltaTree implementation out of line, remove debugging printfs etc. by Chris Lattner · 17 years ago
  43. 7725788 remove ifdefs by Chris Lattner · 17 years ago
  44. 5c9dc5a Do an initial hack at replacing one of the incredibly inefficient by Chris Lattner · 17 years ago
  45. 72e62b0 Use std::list's push_back instead of resize to add an element. by Argyrios Kyrtzidis · 17 years ago
  46. b25e5d7 don't diagnose empty source files, thanks Neil! by Chris Lattner · 17 years ago
  47. 321f278 Fixed comments. by Argyrios Kyrtzidis · 17 years ago
  48. 87f3ff0 Added PushOnScopeChains method to Sema, that adds a decl to both the IdResolver and the Scope. by Argyrios Kyrtzidis · 17 years ago
  49. dae1a1a AST generation for objc2's property declarations. by Fariborz Jahanian · 17 years ago
  50. e7bd9c2 Add some boilerplate to report memory leaks at the end of an analyzed function. by Ted Kremenek · 17 years ago
  51. 52f3795 Added "EvalEndPath" to GRTransferFuncs: the default implementation does not by Ted Kremenek · 17 years ago
  52. 11062b1 Added "GREndPathNodeBuilder", a new node builder that will be used for by Ted Kremenek · 17 years ago
  53. b887355 Added FIXME by Ted Kremenek · 17 years ago
  54. f9561e5 Fix regression introduced by my last commit. by Ted Kremenek · 17 years ago
  55. a0df99f Changed behavior of how we handle "NULL" summaries: just call by Ted Kremenek · 17 years ago
  56. d6a07aa Add class and super class location info to ObjCInterfaceDecl... by Steve Naroff · 17 years ago
  57. bcf50ad Use RangedBugReport to report better ranges for reference count errors. by Ted Kremenek · 17 years ago
  58. 5e55cda Added "RangedBugReport". by Ted Kremenek · 17 years ago
  59. 405cbb4 Update Xcode project with missing files. by Ted Kremenek · 17 years ago
  60. 1bb1963 Invoke destructors in Decl::Destroy(). by Sam Bishop · 17 years ago
  61. 45bc03f Minor changes per Chris L's review. by Fariborz Jahanian · 17 years ago
  62. 8fa3078 don't read off the front of the buffer. Thanks to Sam for pointing this out. by Chris Lattner · 17 years ago
  63. bb45c51 Stub out and start using a Decl::Destroy() method. by Sam Bishop · 17 years ago
  64. f3c63ae Use the ASTContext allocator when creating deserialized Decl objects. by Sam Bishop · 17 years ago
  65. a2f42b1 two new files for previous patch, by Argiris Kirtzidis by Chris Lattner · 17 years ago
  66. 7f925cc Switch sema to maintaining its own scope chain information for variable by Chris Lattner · 17 years ago
  67. 8808f00 Fix rdar://5843510 don't assert and die when an invalid output by Chris Lattner · 17 years ago
  68. 940b1d8 Fixed some logic errors in the CF ref count checker; we now can detect simple by Ted Kremenek · 17 years ago
  69. 1d78cc4 Patch for: by Fariborz Jahanian · 17 years ago
  70. 61b9f87 Simplify CF ref. count checker state machine. by Ted Kremenek · 17 years ago
  71. 3ea0b6a Fix some bonehead bugs in summary generation in CFRefCount. by Ted Kremenek · 17 years ago
  72. 7d311ab Used --checker-simple. by Ted Kremenek · 17 years ago
  73. d71ed26 Refactored all logic to run the GRSimpleVals and CFRef checker into a common by Ted Kremenek · 17 years ago
  74. ebe457c reduce the amount of 'C++ magic' this code depends on :) by Chris Lattner · 17 years ago
  75. f84afb7 CFRefCount analysis now properly calls "EmitWarnings" after analyzing a function. by Ted Kremenek · 17 years ago
  76. 4bb6ac2 When not emitting path diagnostics in BugReporter::EmitWarning(), use the by Ted Kremenek · 17 years ago
  77. 4d35dac Fixed regressions in error reporting due to copy-paste errors (using the "begin" by Ted Kremenek · 17 years ago
  78. e135942 refactor Parser::ParseStructDeclaration to return a vector of uninterpreted by Chris Lattner · 17 years ago
  79. 60b1e3e Simplify lifetime of location object. by Chris Lattner · 17 years ago
  80. 97d0205 Fix typo. by Eric Christopher · 17 years ago
  81. def026a typedef void T; void f(T); by Chris Lattner · 17 years ago
  82. 8123a95 Several improvements from Doug Gregor related to default by Chris Lattner · 17 years ago
  83. 05cbe1a Hooked up initial reference-count checks to the BugReporter interface. by Ted Kremenek · 17 years ago
  84. 50a6d0c Major refactoring/cleanup of GRExprEngine, ExplodedGraph, and BugReporter. by Ted Kremenek · 17 years ago
  85. 2979ec7 The dtor CGObjCRuntime::~CGObjCRuntime() was implemented twice, once by Ted Kremenek · 17 years ago
  86. 393be15 Add SemaDeclCXX.cpp to Xcode project. by Ted Kremenek · 17 years ago
  87. 70bcba6 Micro-optimization: Don't use ostringstream when using a C-string literal by Ted Kremenek · 17 years ago
  88. fa34b33 Added some boilerplate for emitting warnings from the CF-reference count checker. by Ted Kremenek · 17 years ago
  89. 6837faa Added new "BugReporterHelper" class which is used by BugReporter to emit by Ted Kremenek · 17 years ago
  90. f5749aa For -emit-html, use the Rewriter to expand tabs. by Ted Kremenek · 17 years ago
  91. fa5be36 Don't expand tabs in EscapeText, but rather expand them when writing out by Ted Kremenek · 17 years ago
  92. 5dd18b7 Add HTMLRewrite.h to Xcode project. by Ted Kremenek · 17 years ago
  93. 4ce32cb When substituting tabs during HTMLification, only add "&nbsp;" when we are by Ted Kremenek · 17 years ago
  94. dab4ead Improve range highlighting in HTMLDiagnostic to correctly highlight ranges by Ted Kremenek · 17 years ago
  95. 25ba026 Make SourceManager::getFullFilePos() public. by Ted Kremenek · 17 years ago
  96. 670aa9d Changed the Decl::Kind enum of the ObjCPropertyDecl class, so that it follows by Sam Bishop · 17 years ago
  97. 0b6c153 Set the location of ccc-analyzer to be the same directory as where scan-build by Ted Kremenek · 17 years ago
  98. 0676751 silence some warnings when assertions are disabled. by Chris Lattner · 17 years ago
  99. 3d1cee3 Add support for C++ default arguments, and rework Parse-Sema by Chris Lattner · 17 years ago
  100. 0442108 Add support for C++ default arguments, and rework Parse-Sema by Chris Lattner · 17 years ago