Age | Commit message (Expand) | Author |
2009-11-05 | Remove unused SetPreprocessor method. | Daniel Dunbar |
2009-11-05 | AnalysisManager: Don't rely on PathDiagnosicClients flushing their diagnostic... | Ted Kremenek |
2009-11-05 | Acting on Daniel's nagging, remove PathDiagnosticClientFactory() and | Ted Kremenek |
2009-11-05 | Make html::{SyntaxHighlight,HighlightMacros} take a const Preprocessor. | Daniel Dunbar |
2009-11-05 | Make LookUpIdentifierInfo const. This makes the Identifiers table mutable and is | Daniel Dunbar |
2009-11-05 | StringRefize Preprocessor::getIdentifierInfo. | Daniel Dunbar |
2009-11-05 | Modify GRExprEngine::EvalBind() to take both a "store expression" and | Ted Kremenek |
2009-11-05 | Implement -Wsign-compare, or at least the actual comparison part of it. | John McCall |
2009-11-04 | Kill PreprocessorFactory, which was both morally repugnant and totally unused. | Daniel Dunbar |
2009-11-04 | Tweak formatting. | Daniel Dunbar |
2009-11-04 | Diagnose using a field to initialize itself. Patch by Brandon Pearcy! | John McCall |
2009-11-04 | ignore two new -W flags, patch by Tom Jablin! | Chris Lattner |
2009-11-04 | InitializePreprocessor cannot fail. | Daniel Dunbar |
2009-11-04 | Move -undef flag into PreprocessorInitOptions | Daniel Dunbar |
2009-11-04 | Eliminate the "old" ways of parsing operator-function-ids and | Douglas Gregor |
2009-11-04 | Switch parsing of using declarations over to ParseUnqualifiedId. | Douglas Gregor |
2009-11-04 | Preserve type source information in sizeof/alignof expressions, and pass it | John McCall |
2009-11-04 | Fix commento. | Daniel Dunbar |
2009-11-04 | Factor out a diagnostic options class. | Daniel Dunbar |
2009-11-04 | Catch uses of undefined values when they are used in assignment, thus catchin... | Ted Kremenek |
2009-11-04 | Add mising #ifdef guards. | Ted Kremenek |
2009-11-04 | Diagnose the use of 'fastcall' on functions without prototypes or with | John McCall |
2009-11-04 | Diagnose __builtin_offsetof on incomplete types. Fixes | John McCall |
2009-11-04 | Change our basic strategy for avoiding deprecation warnings when the decl use | John McCall |
2009-11-04 | Merge ZeroSizedVLAChecker and UndefSizedVLAChecker. | Zhongxing Xu |
2009-11-04 | Merge constant array and structures. This will create a global variables for ... | Tanya Lattner |
2009-11-04 | Implement support for parsing dependent template-ids that refer to | Douglas Gregor |
2009-11-04 | Use unsigned char instead of unsigned : 8 to make the optimizer happier. | Daniel Dunbar |
2009-11-04 | Refactor StoreManager::BindDecl() to take a VarRegion* instead of a VarDecl*,... | Ted Kremenek |
2009-11-03 | Change GRTransferFuncs::RegisterChecks() to take a GRExprEngine& instead of a... | Ted Kremenek |
2009-11-03 | Refine volatile handling, specifically, we must have the canonical | Mike Stump |
2009-11-03 | Parsing and semantic analysis for template-ids that name overloaded | Douglas Gregor |
2009-11-03 | Implement support for the -undef command line option, patch by | Chris Lattner |
2009-11-03 | Replace the code that parses member access expressions after "." or | Douglas Gregor |
2009-11-03 | Silence a warning by giving Parser::FieldCallback a virtual destructor, and | John McCall |
2009-11-03 | Reorganize the parsing of decl groups / function definitions so that | John McCall |
2009-11-03 | Merge NullDerefChecker.[h,cpp] and UndefDerefChecker.[h,cpp]. They are essen... | Ted Kremenek |
2009-11-03 | Use ParseUnqualifiedId when parsing id-expressions. This eliminates | Douglas Gregor |
2009-11-03 | Pull VLA size checker into its own files. | Zhongxing Xu |
2009-11-03 | Implement: <rdar://problem/6250216> Warn against using -[NSAutoreleasePool re... | Ted Kremenek |
2009-11-03 | Move 'static inline' functions GetNullarySelector() and GetUnarySelector() fr... | Ted Kremenek |
2009-11-03 | Pull AttrNonNullChecker into its own files. | Zhongxing Xu |
2009-11-03 | Pull UndefinedArgChecker into its own files. | Zhongxing Xu |
2009-11-03 | Pull BadCallChecker into its own files. | Zhongxing Xu |
2009-11-03 | Switch ParseStructDeclaration to a callback-based API. This will make | John McCall |
2009-11-03 | Introduce a new class, UnqualifiedId, that provides a parsed | Douglas Gregor |
2009-11-02 | Remove GRExprEngine::CheckerVisitLocation(). It was only called in one place... | Ted Kremenek |
2009-11-02 | Property declared in continuation class can only be used to | Fariborz Jahanian |
2009-11-02 | Added __has_include and __has_include_next. | John Thompson |
2009-11-02 | Hopefully make gcc-4.0 happy with respect to the following warning: | Ted Kremenek |