1. 1053d24 static analyzer: refactor checking logic for returning the address of a stack variable or a garbage by Ted Kremenek · 15 years ago
  2. 2c791bd Minor cleanup: use BuiltinBug (which will soon be renamed) for DeferenceChecker and friends so that they always report the same bug type. by Ted Kremenek · 15 years ago
  3. 40d1bb6 Eliminate tabls by John Thompson · 15 years ago
  4. 9099e7b clean up integer preprocessor type definitions, patch by Ken Dyck! by Chris Lattner · 15 years ago
  5. a6fda12 Adding -fshort-wchar option. by John Thompson · 15 years ago
  6. 6e82475 Don't allow definitions of array variables without some size information in C++. Fixed PR5401 by Sebastian Redl · 15 years ago
  7. 6ddf478 Adds doxygen comment for HasSideEffects method. by Fariborz Jahanian · 15 years ago
  8. 393c247 Added support for static variables which require by Fariborz Jahanian · 15 years ago
  9. 9c4b838 Eliminate some false positives due to a thinko in the "'blah' is by Douglas Gregor · 15 years ago
  10. 2ac6723 Parse C++0x constexpr. Test case follows when this does something useful. by Sebastian Redl · 15 years ago
  11. b13c87f Implement the conditional-operator part of -Wsign-compare. Turn by John McCall · 15 years ago
  12. ae78447 Tweak wording and classifications of analyzer diagnostics. by Ted Kremenek · 15 years ago
  13. efcbe94 Replace DiagnosticClient::setLangOptions with {Begin,End}SourceFile, and clarify by Daniel Dunbar · 15 years ago
  14. efceabd Convert CreateAnalysisConsumer and friends to just take a const Preprocessor&, and simplify. by Daniel Dunbar · 15 years ago
  15. eb6aeb5 Remove unused SetPreprocessor method. by Daniel Dunbar · 15 years ago
  16. b01f06c AnalysisManager: Don't rely on PathDiagnosicClients flushing their diagnostics when they are destroyed. by Ted Kremenek · 15 years ago
  17. b697a4e Acting on Daniel's nagging, remove PathDiagnosticClientFactory() and by Ted Kremenek · 15 years ago
  18. ff6912b Make html::{SyntaxHighlight,HighlightMacros} take a const Preprocessor. by Daniel Dunbar · 15 years ago
  19. c322209 Make LookUpIdentifierInfo const. This makes the Identifiers table mutable and is by Daniel Dunbar · 15 years ago
  20. 3da736c StringRefize Preprocessor::getIdentifierInfo. by Daniel Dunbar · 15 years ago
  21. 50ecd15 Modify GRExprEngine::EvalBind() to take both a "store expression" and by Ted Kremenek · 15 years ago
  22. 45aa455 Implement -Wsign-compare, or at least the actual comparison part of it. by John McCall · 15 years ago
  23. 90b1827 Kill PreprocessorFactory, which was both morally repugnant and totally unused. by Daniel Dunbar · 15 years ago
  24. 3926a1f Tweak formatting. by Daniel Dunbar · 15 years ago
  25. b419004 Diagnose using a field to initialize itself. Patch by Brandon Pearcy! by John McCall · 15 years ago
  26. 655fe9b ignore two new -W flags, patch by Tom Jablin! by Chris Lattner · 15 years ago
  27. 938963f InitializePreprocessor cannot fail. by Daniel Dunbar · 15 years ago
  28. 468fe24 Move -undef flag into PreprocessorInitOptions by Daniel Dunbar · 15 years ago
  29. 1cf7f0a Eliminate the "old" ways of parsing operator-function-ids and by Douglas Gregor · 15 years ago
  30. 12c118a Switch parsing of using declarations over to ParseUnqualifiedId. by Douglas Gregor · 15 years ago
  31. 5ab7517 Preserve type source information in sizeof/alignof expressions, and pass it by John McCall · 15 years ago
  32. ac9cf4d Fix commento. by Daniel Dunbar · 15 years ago
  33. eace874 Factor out a diagnostic options class. by Daniel Dunbar · 15 years ago
  34. b107c4b Catch uses of undefined values when they are used in assignment, thus catching such bugs closer to the source. by Ted Kremenek · 15 years ago
  35. bf960cb Add mising #ifdef guards. by Ted Kremenek · 15 years ago
  36. 9112b93 Diagnose the use of 'fastcall' on functions without prototypes or with by John McCall · 15 years ago
  37. d00f200 Diagnose __builtin_offsetof on incomplete types. Fixes rdar://problem/7222956 by John McCall · 15 years ago
  38. 54abf7d Change our basic strategy for avoiding deprecation warnings when the decl use by John McCall · 15 years ago
  39. 05a2338 Merge ZeroSizedVLAChecker and UndefSizedVLAChecker. by Zhongxing Xu · 15 years ago
  40. 59876c2 Merge constant array and structures. This will create a global variables for arrays and structs that are constant and their initializer is constant. It is on by default but can be disable with the flag -fno-merge-all-constants. by Tanya Lattner · 15 years ago
  41. ca1bdd7 Implement support for parsing dependent template-ids that refer to by Douglas Gregor · 15 years ago
  42. 082fb9a Use unsigned char instead of unsigned : 8 to make the optimizer happier. by Daniel Dunbar · 15 years ago
  43. f6f56d4 Refactor StoreManager::BindDecl() to take a VarRegion* instead of a VarDecl*, and modify GRExprEngine::EvalBind() to handle decl initialization as well. This paves the way for adding "checker" visitation in EvalBind(). by Ted Kremenek · 15 years ago
  44. 1fb7d0c Change GRTransferFuncs::RegisterChecks() to take a GRExprEngine& instead of a BugReporter&. This paves the way for pulling some of the retain/release checker into a "Checker" class. by Ted Kremenek · 15 years ago
  45. df317bf Refine volatile handling, specifically, we must have the canonical by Mike Stump · 15 years ago
  46. 014e88d Parsing and semantic analysis for template-ids that name overloaded by Douglas Gregor · 15 years ago
  47. e6113de Implement support for the -undef command line option, patch by by Chris Lattner · 15 years ago
  48. 2d1c214 Replace the code that parses member access expressions after "." or by Douglas Gregor · 15 years ago
  49. 6c94a6d Silence a warning by giving Parser::FieldCallback a virtual destructor, and by John McCall · 15 years ago
  50. d8ac057 Reorganize the parsing of decl groups / function definitions so that by John McCall · 15 years ago
  51. dc998c1 Merge NullDerefChecker.[h,cpp] and UndefDerefChecker.[h,cpp]. They are essentially two parts of the same check. by Ted Kremenek · 15 years ago
  52. 02a24ee Use ParseUnqualifiedId when parsing id-expressions. This eliminates by Douglas Gregor · 15 years ago
  53. 5206f0b Pull VLA size checker into its own files. by Zhongxing Xu · 15 years ago
  54. 54cb7cc Implement: <rdar://problem/6250216> Warn against using -[NSAutoreleasePool release] in GC mode by Ted Kremenek · 15 years ago
  55. d5925bd Move 'static inline' functions GetNullarySelector() and GetUnarySelector() from CFRefCount.cpp to ASTContext.h. These functions are likely to be generally useful. by Ted Kremenek · 15 years ago
  56. 94943b6 Pull AttrNonNullChecker into its own files. by Zhongxing Xu · 15 years ago
  57. 8958fff Pull UndefinedArgChecker into its own files. by Zhongxing Xu · 15 years ago
  58. 4f64e5f Pull BadCallChecker into its own files. by Zhongxing Xu · 15 years ago
  59. bdd563e Switch ParseStructDeclaration to a callback-based API. This will make by John McCall · 15 years ago
  60. 3f9a056 Introduce a new class, UnqualifiedId, that provides a parsed by Douglas Gregor · 15 years ago
  61. 0296c22 Remove GRExprEngine::CheckerVisitLocation(). It was only called in one place, so we inlined it in to GRExprEngine::EvalLocation(). by Ted Kremenek · 15 years ago
  62. a6f14e1 Property declared in continuation class can only be used to by Fariborz Jahanian · 15 years ago
  63. 92bd8c7 Added __has_include and __has_include_next. by John Thompson · 15 years ago
  64. cf9c789 Hopefully make gcc-4.0 happy with respect to the following warning: by Ted Kremenek · 15 years ago
  65. 3abf3ad Add "virtual" keywords for clarity. by Ted Kremenek · 15 years ago
  66. 3684bd4 Diagnose implementation of a property declared in a category by Fariborz Jahanian · 15 years ago
  67. df7c3b9 Fix the type of __builtin_expect, from Ed Schouten! by Douglas Gregor · 15 years ago
  68. 08b0e8d Add two missing CINDEX_LINKAGE uses, in libCIndex, from Kovarththanan by Douglas Gregor · 15 years ago
  69. 7e36e95 Update CMake file. by Benjamin Kramer · 15 years ago
  70. 9e56d23 Move CheckDivZero into its own files. by Zhongxing Xu · 15 years ago
  71. 246a9ad Move UndefDerefChecker into its own file. by Zhongxing Xu · 15 years ago
  72. 507eec8 Add header comments. by Zhongxing Xu · 15 years ago
  73. c78c06d Improved fix for PR3844, which recovers better for class template by Douglas Gregor · 15 years ago
  74. 2cc782f Improve diagnostics when parsing something like by Douglas Gregor · 15 years ago
  75. cbe1273 Finally suppress a compiler warning from gcc on release-asserts. Also fixes by John McCall · 15 years ago
  76. 094bef5 Make checkers run in deterministic order. by Ted Kremenek · 15 years ago
  77. d86caaa Move NullDerefChecker.h instead a 'Checkers' subdirectory. by Ted Kremenek · 15 years ago
  78. bc3a021 Move all logic for the null dereference checker from GRExprEngineInternalChecks.cpp to a separate .cpp file. by Ted Kremenek · 15 years ago
  79. 3f7c7f4 Include macros in code-completion results by Douglas Gregor · 15 years ago
  80. a28cc09 Re-arranged some internal functions for coming __has_include changes. by John Thompson · 15 years ago
  81. 662174ca Fix PR5316: make assignment expressions can be visited as lvalue. Then we by Zhongxing Xu · 15 years ago
  82. 9e6b37a warn about returning the address of a label. by Chris Lattner · 15 years ago
  83. e23fa2d This patch computes composite type of two objective-c expressions by Fariborz Jahanian · 15 years ago
  84. 1a31a18 Add a CK_DerivedToBaseMemberPointer cast kind and use it in Sema (Still no codegen). by Anders Carlsson · 15 years ago
  85. ac40605 Include pointee type information in the diagnostic for creating bad pointers or by John McCall · 15 years ago
  86. 85737a7 Report accurate source-location information when rebuilding types during by John McCall · 15 years ago
  87. 7c475ee Silence a gcc warning where it notices that default-constructing a class by John McCall · 15 years ago
  88. 0d69b8c - Add/tweak some comments. by Steve Naroff · 15 years ago
  89. 8cb6562 Move some clang-cc errors to use diagnostics, and simplify. by Daniel Dunbar · 15 years ago
  90. 828bff2 A few TemplateArgumentLoc clean-ups. Try to remember the Expr for a declaration. by John McCall · 15 years ago
  91. 8de39b4 Fix Release-Asserts build breakage by Douglas Gregor · 15 years ago
  92. 4fff4b3 Apparently when is now. by John McCall · 15 years ago
  93. 833ca99 Track source information for template arguments and template specialization by John McCall · 15 years ago
  94. 275c10a Extract TemplateArgument into a new header just for common template by John McCall · 15 years ago
  95. ec9227f Move NullDeref and UndefDeref into their own checker. by Zhongxing Xu · 15 years ago
  96. 607d7f6 Reject -I- in driver instead of clang-cc. by Daniel Dunbar · 15 years ago
  97. ed9c0f9 Implement support for semantic checking and template instantiation of by Douglas Gregor · 15 years ago
  98. f96b524 Remove _clang_initCXLookupHint() and _clang_getCursorWithHint(). Related to <rdar://problem/7310688>. by Steve Naroff · 15 years ago
  99. 457e281 Mangle based on the declaration we're given, not the canonical by Douglas Gregor · 15 years ago
  100. f20288c make CallGraph more flexible by letting it accept ASTContext instead of ASTUnit. by Zhongxing Xu · 15 years ago