aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-08-09Thread Safety: Added basic argument parsing for all new attributes.Caitlin Sadowski
2011-08-09Cleanup; no functionality change.Eli Friedman
2011-08-09Move the creation of the record type for the state of Objective-C fastDouglas Gregor
2011-08-09Don't serialize the block descriptor or block extended descriptorDouglas Gregor
2011-08-09Move the construction of the RecordDecl representing the runtimeDouglas Gregor
2011-08-09Migrate the serialization of ASTContext's AutoDeduceTy andDouglas Gregor
2011-08-09Place back previous order of add_subdirectory()'s to reflect build depedencies.Ted Kremenek
2011-08-09Add libsupport to list of libraries to link into diagtoolTed Kremenek
2011-08-09Add 'diagtool' to the 'tools/' directory. diagtool is a new tool (WIP) for a...Ted Kremenek
2011-08-09Provide diag_iterator for iterating over the built-in diagnostic IDs/names in...Ted Kremenek
2011-08-09Sort CMakeLists.txt.Ted Kremenek
2011-08-09Make sure to canonicalize the argument type of a non-type templateDouglas Gregor
2011-08-09Hand materialization of temporary expressions when emitting a scalarDouglas Gregor
2011-08-09Don't emit memcpy for copying fields of arrays of volatile elements.Fariborz Jahanian
2011-08-08If no -miphoneos-version-min specified, see if we can set the default based onChad Rosier
2011-08-08Fix another -Wuninitialized assertion failure (this one involving bit casts) ...Ted Kremenek
2011-08-08Add -W flag for ARC warning "performSelector may cause a leak because its sel...Ted Kremenek
2011-08-08objective-c: diagnose protocol inconsistencies in following Fariborz Jahanian
2011-08-08Make sure FunctionDecls aren't considered during overload resolution if thereKaelyn Uhrain
2011-08-08Silence the category-replacing-class-method warning for +load: categoryDavid Chisnall
2011-08-08Fix typo so we don't use the wrong function for ending ObjC++ catch blocks (G...David Chisnall
2011-08-08Improved efficiency by using iterator returned by erase, rather then restarting.Chad Rosier
2011-08-08Fix comment (test commit)Craig Topper
2011-08-07Avoid fallthrough-branching to an inactive cleanup even if it'sJohn McCall
2011-08-07Add a __has_feature macro for generalized initializers, turned offSean Hunt
2011-08-06Do l-value conversion, etc., on a switch condition expression inJohn McCall
2011-08-06[analyzer] Start sketching out a new BugReporterVisitor that inspects branche...Ted Kremenek
2011-08-06Be sure to destroy the normal entry block of a cleanup that weJohn McCall
2011-08-06Fix HTML.Benjamin Kramer
2011-08-06Only look at decls after the current one when checking if it's the last field...Benjamin Kramer
2011-08-06[analyzer] add more buffer overflow tests to show we handle sizeof(VLA) in ob...Ted Kremenek
2011-08-06[analyzer] Simplify logic for ExprEngine::VisitUnaryExprOrTypeTraitExpr to av...Ted Kremenek
2011-08-06[analyzer] Change SymbolReaper to store region roots implied by the Environme...Ted Kremenek
2011-08-05KeychainAPI checker: Track SymbolMetadata instead of MemRegion in checker sta...Anna Zaks
2011-08-05Static Analyzer: Add a convinience API. Add comment.Anna Zaks
2011-08-05Revert 136984 and 136927.Ted Kremenek
2011-08-05Perform array bounds checking in more situations and properly handle specialKaelyn Uhrain
2011-08-05Add workaround for built va list (and other builtins) so that running ReadAST...Jonathan D. Turner
2011-08-05Add support for using anonymous bitfields (e.g., int : 0) to enforce alignment.Chad Rosier
2011-08-05Wire up -import-module to run ReadAST for each module loaded.Jonathan D. Turner
2011-08-05Make test/SemaObjC/qualified-protocol-method-conflicts.m always fail and mark...Ted Kremenek
2011-08-05Let attribute((cdecl)) and company override -mrtd default calling convention.Roman Divacky
2011-08-05Flesh out the -Warray-bounds detection of C89 tail-padded one-elementChandler Carruth
2011-08-05Finally getting around to re-working this to more accurately white-listChandler Carruth
2011-08-05Fixed FieldDecl source range.Abramo Bagnara
2011-08-05Change the this -W flag to 'return-stack-address'.Chandler Carruth
2011-08-05Output to /dev/null, not "0"Matt Beaumont-Gay
2011-08-05KeychainAPI checker: Generate an error on double allocation. Pull out getAsPo...Anna Zaks
2011-08-05Extend memset/memcpy/memmove checking to include memcmpMatt Beaumont-Gay
2011-08-05The continue label in an ARC for-in loop should not involveJohn McCall