- c1e9dea TranslationUnit now owns IdentifierTable, TargetInfo, and Selectors objects by Ted Kremenek · 17 years ago
- 5014ab1 Remove false path where the default branch in a switch statement would by Ted Kremenek · 17 years ago
- c66d0aa fix a rewriter crash on zero length files. by Chris Lattner · 17 years ago
- 688738f Added panic function "assfail". by Ted Kremenek · 17 years ago
- 628b96f Patch to build AST for property implementation declarations and by Fariborz Jahanian · 17 years ago
- 8b90455 For default branches in switch statements with no default label, print out by Ted Kremenek · 17 years ago
- 5b7dcce Rewrote VisitDeclStmt to properly handle initializers that can do anything. by Ted Kremenek · 17 years ago
- a548846 Added lval type (and tracking) for StringLiterals. by Ted Kremenek · 17 years ago
- 0fe33bc Added "nonlval::LValAsInteger" to represent abstract LVals casted to integers, allowing us to track lvals when they are casted back to pointers. by Ted Kremenek · 17 years ago
- 9fdf9c6 "This patch renames by Chris Lattner · 17 years ago
- 5585114 PathDiagnosticClients now retain ownership of passed PathDiagnostics, requiring by Ted Kremenek · 17 years ago
- 5fc073f Use back() instead of end()-1 by Argyrios Kyrtzidis · 17 years ago
- 9a108ae Added panic function "dtrace_assfail". by Ted Kremenek · 17 years ago
- 9a094cb Hardcode "Assert" as a no-return function (panic). by Ted Kremenek · 17 years ago
- ad487f4 Add some basic ARM asm constraints by Nate Begeman · 17 years ago
- 540cbe2 Added null-dereference check for ArraySubscriptExpr. by Ted Kremenek · 17 years ago
- c70bee8 Allow property in base class to be implemented in a derived class. by Fariborz Jahanian · 17 years ago
- 469ecbd Added support for detected bad dereferences involving MemberExprs, e.g. x->f where "x" is NULL. by Ted Kremenek · 17 years ago
- 6cdf16d More semantics checks of properties. Property implementation can implicitly use by Fariborz Jahanian · 17 years ago
- c35b9e4 Support for @dynamic AST build. by Fariborz Jahanian · 17 years ago
- d0c33d3 Fix pasto, thanks to Anders for pointing this out. by Chris Lattner · 17 years ago
- 559c0c4 Continuation of work on ObjC2's properties. by Fariborz Jahanian · 17 years ago
- 393ff04 add arm support by Chris Lattner · 17 years ago
- f009795 Clean up handling of function redeclarations by Douglas Gregor · 17 years ago
- 7b98957 Fix improper dereference of end() iterator. Patch by Argiris Kirtzidis! by Ted Kremenek · 17 years ago
- 1a1d92a Fix PR2236 Add test Implement feedback from Chris re: PR1998 by Nate Begeman · 17 years ago
- 65bb89c Two improvements to initializer parsing: by Chris Lattner · 17 years ago
- 70f66ab for exponent-related errors, emit the diagnostic on the 'e' or 'p'. by Chris Lattner · 17 years ago
- 0b7f69d when emitting diagnostics about some character in a numeric by Chris Lattner · 17 years ago
- 4c13b7a Only generate code for static functions and global variables that are actually used. by Nate Begeman · 17 years ago
- b1698cf Restructure and simplify Sema::ObjCQualifiedIdTypesAreCompatible, by Chris Lattner · 17 years ago
- 25ddea7 implement a fixme, add support for ++/-- on long double. by Chris Lattner · 17 years ago
- 59138ba use simplified ConstantFP:get method. by Chris Lattner · 17 years ago
- f3d8d19 replace form feeds with an <hr> tag. by Chris Lattner · 17 years ago
- aa39197 simplify ownership of the predefines buffer. by Chris Lattner · 17 years ago
- 6bdafbf Gracefully handle when the receiver of a message expression is not a pointer type. by Ted Kremenek · 17 years ago
- 8bd4afe Generate code for annotation attributes. by Nate Begeman · 17 years ago
- 532485c Add support to module codegen for adding and emitting annotations by Nate Begeman · 17 years ago
- d6595fa Ignore qualifiers when attempting to match arguments to parameter types for by Nate Begeman · 17 years ago
- 213541a OCUVector -> ExtVector, shorthand for extended vector, per feedback from Chris. by Nate Begeman · 17 years ago
- 2f0e89e Another bug fix in emitting warnings without a path: construct a unit PathDiagnostic as we did by Ted Kremenek · 17 years ago
- 59b6d5a fix __attribute__(format) for struct function pointer fields by Nuno Lopes · 17 years ago
- 27fd586 Reenable using the PathDiagnosticClient for BugReports without paths. by Ted Kremenek · 17 years ago
- 95cc1ba Generalize caching mechanism for bugs reports. Now individual BugTypes by Ted Kremenek · 17 years ago
- b053396 Fixed more caching bugs related to the one fixed in r49914. Silence by Ted Kremenek · 17 years ago
- eaa9eda Fixed elusive caching bug that led to false positives. by Ted Kremenek · 17 years ago
- cb61292 Added "GetErrorNodes()" to BugType so that -trim-egraph can recognize errors by Ted Kremenek · 17 years ago
- 550a0f9 Added "EvalAssume" virtual method to GRTransferFuncs; this is for evaluating by Ted Kremenek · 17 years ago
- 3d29206 Tabs -> spaces by Nate Begeman · 17 years ago
- 4f28515 Fixed bug in GREndPathNodeBuilder: only return a node if it wasn't in the node cache. by Ted Kremenek · 17 years ago
- d5e2d87 Initialize default double width and alignment by Nate Begeman · 17 years ago
- c8b1227 Allow targets to override double size, alignment, and semantics, and tie this by Nate Begeman · 17 years ago
- fb58609 Provide a version of html::HighlightMacros that takes a Preprocessor&. by Ted Kremenek · 17 years ago
- 79c140b More grammar fixes. by Ted Kremenek · 17 years ago
- 5e770ca Fix plurality debacle. by Ted Kremenek · 17 years ago
- 2cf943a Added path diagnostics for reference counts. by Ted Kremenek · 17 years ago
- 5c176f7 Make tab insertion really right: the number of spaces inserted by Chris Lattner · 17 years ago
- 8dd5646 BugReport::VisitNode now takes BugReporter& instead of ASTContext&. by Ted Kremenek · 17 years ago
- 38941b5 Use HTML5 doctype when generating HTML. by Ted Kremenek · 17 years ago
- 329d2cc Added null check. by Ted Kremenek · 17 years ago
- f501626 Updated CSS colors. Patch by Cedric Venet! by Ted Kremenek · 17 years ago
- 75840e1 Simplified internal logic of BugReporter, consolidating EmitWarning and by Ted Kremenek · 17 years ago
- 5833b90 Fixed a bug in categories and properties. by Fariborz Jahanian · 17 years ago
- f624f81 Initial work for property implementation declarations. by Fariborz Jahanian · 17 years ago
- bd7efa8 Modified BugReport::getEndPath() to handle the case where end path is at by Ted Kremenek · 17 years ago
- 989d519 Hook up reporting reference count memory leaks to the BugReporter mechanism. by Ted Kremenek · 17 years ago
- 9227c69 Fix a problem noticed by Nuno, where we wouldn't escape characters in by Chris Lattner · 17 years ago
- 339b9c2 class Preprocessor: Now owns the "predefines" char*; it deletes [] it in its dstor. by Ted Kremenek · 17 years ago
- dc5be47 don't give macros a background by Chris Lattner · 17 years ago
- 8aa06ac Make sure popup is on top over other spans. wrap long line. by Chris Lattner · 17 years ago
- ec6c574 Added "PreprocessorFactory", an interface for lazily creating Preprocessor objects on-demand. by Ted Kremenek · 17 years ago
- 07339a6 Add support in HTML macro expansion for hovering over a macro and automatically by Ted Kremenek · 17 years ago
- 3dd4ba4 Added property decl support for protocols. by Fariborz Jahanian · 17 years ago
- 4fd8897 Added transfer function support for ReturnStmt to support detecting leaks by Ted Kremenek · 17 years ago
- ff898cd Use TranslationUnitDecl as DeclContext of builtin functions. by Argyrios Kyrtzidis · 17 years ago
- ef17782 Addition of TranslationUnitDecl to the AST: by Argyrios Kyrtzidis · 17 years ago
- 5da6b25 Fix MSVC compiler error: "initialization of 'VD' is skipped by 'case' label" by Argyrios Kyrtzidis · 17 years ago
- 6f46be2 insert macro expansions into floating divs. For now, they are always displayed, by Chris Lattner · 17 years ago
- 5deb96d correctly hilight multi-line macro definitions and other by Chris Lattner · 17 years ago
- 9402b57 Make HighlightRange correctly handle multi-line ranges. This causes us to by Chris Lattner · 17 years ago
- 6b31e8e Handle ReturnStmts by dispatching to "EvalReturn" in the transfer function object. by Ted Kremenek · 17 years ago
- 5ef3e2c add a new HighlightRange API, it doesn't handle multiline ranges by Chris Lattner · 17 years ago
- db86371 CF ref. count checker: Register memory leaks at the end of a path. by Ted Kremenek · 17 years ago
- 5eb1044 Bug fix in GREndPathNodeBuilderImpl: Use the specified state to construct by Ted Kremenek · 17 years ago
- 61d4615 New AST class for property implementation declarations. by Fariborz Jahanian · 17 years ago
- d9a3c33 Fixed a comment. by Fariborz Jahanian · 17 years ago
- 411cdee Added CFGBlock::getTerminatorCondition() to get the Expr* of the condition a block's terminator. by Ted Kremenek · 17 years ago
- 7e7e387 This patch adds support for declaraing properties in categories, by Fariborz Jahanian · 17 years ago
- 678c635 reenable highlighting of (the first line of) comments by Chris Lattner · 17 years ago
- a745e8c switch from relexing with the preprocessor to do syntax highlighting to relexing by Chris Lattner · 17 years ago
- 1392261 Small tweaks to EvalStore: pass an "RVal" instead of "LVal" for the TargetLV to by Ted Kremenek · 17 years ago
- 2798e17 Add missing file. by Ted Kremenek · 17 years ago
- ec96a2d Hook up "EvalStore" from GRTransferFuncs to GRExprEngine. by Ted Kremenek · 17 years ago
- e38718e Take first step to migrating handling of "stores" to values from GRExprEngine by Ted Kremenek · 17 years ago
- 5cd2438 LiveVariables now updates the liveness state of block-level expressions that by Ted Kremenek · 17 years ago
- 33c6369 In ExplodedGraphImpl::Trim, prioritize for paths that don't span loops by using by Ted Kremenek · 17 years ago
- 74ea3e5 Take a stab at highlighting #defines and #includes. This doesn't work yet. by Chris Lattner · 17 years ago
- c4586c2 Syntax highlight keywords. I assume someone else will pick less appaling colors. by Chris Lattner · 17 years ago
- c54d50a split syntax highlighting of macros from keywords and comments, by Chris Lattner · 17 years ago
- 3245a0a Add a mode of hackily syntax highlighting comments. This has a number of by Chris Lattner · 17 years ago