2011-08-11 |
John McCall | Simplify EH control flow by observing that EH scopes... |
commit | commitdiff | tree | snapshot |
2011-08-11 |
Anna Zaks | Make SymbolManager comments doxygen friendly. |
commit | commitdiff | tree | snapshot |
2011-08-11 |
Anna Zaks | Cleanup: remove CleanedSate member and GetState() wrapp... |
commit | commitdiff | tree | snapshot |
2011-08-10 |
Anna Zaks | Cleanup: remove GetState() wrapper from ExprEngine... |
commit | commitdiff | tree | snapshot |
2011-08-10 |
Anna Zaks | Analyzer Core: In checkDeadSymbols checker callback... |
commit | commitdiff | tree | snapshot |
2011-08-10 |
Richard Trieu | Refactoring of DiagnoseBitwisePrecedence() in SemaExpr... |
commit | commitdiff | tree | snapshot |
2011-08-10 |
Douglas Gregor | When performing the lookup in the current scope for... |
commit | commitdiff | tree | snapshot |
2011-08-10 |
Argyrios Kyrtzidis | [arcmt] When checking whether properties needs to be... |
commit | commitdiff | tree | snapshot |
2011-08-10 |
Argyrios Kyrtzidis | [libclang] When pointing at an objc property don't... |
commit | commitdiff | tree | snapshot |
2011-08-10 |
Kaelyn Uhrain | Add the new unit test that I managed to leave out of... |
commit | commitdiff | tree | snapshot |
2011-08-10 |
Kaelyn Uhrain | Add a test case for the divide-by-zero fix in r137234 |
commit | commitdiff | tree | snapshot |
2011-08-10 |
Kaelyn Uhrain | Make sure ptrarith_typesize is at least 1 to avoid... |
commit | commitdiff | tree | snapshot |
2011-08-10 |
Richard Smith | Renamings to consistently use 'Constexpr' not 'ConstExp... |
commit | commitdiff | tree | snapshot |
2011-08-10 |
Fariborz Jahanian | objective-c: Using existing infrastructure for finding |
commit | commitdiff | tree | snapshot |
2011-08-10 |
Douglas Gregor | Expand test of C++0x [class.copymove]p15 to make sure... |
commit | commitdiff | tree | snapshot |
2011-08-10 |
Douglas Gregor | When adding the base and member initializers for an... |
commit | commitdiff | tree | snapshot |
2011-08-10 |
Douglas Gregor | Switch a C-style cast over to a const_cast. No function... |
commit | commitdiff | tree | snapshot |
2011-08-10 |
Douglas Gregor | Update a comment to match the recently-changed code |
commit | commitdiff | tree | snapshot |
2011-08-10 |
Douglas Gregor | For the availability attribute, allow a declaration... |
commit | commitdiff | tree | snapshot |
2011-08-10 |
Douglas Gregor | Rewrite default initialization of anonymous structs... |
commit | commitdiff | tree | snapshot |
2011-08-10 |
John McCall | Change an assert into a check. I'm pretty sure there... |
commit | commitdiff | tree | snapshot |
2011-08-10 |
John McCall | Formatting. |
commit | commitdiff | tree | snapshot |
2011-08-09 |
Eli Friedman | Revert bad change. (It may look equivalent, but it... |
commit | commitdiff | tree | snapshot |
2011-08-09 |
Caitlin Sadowski | Thread Safety: Added basic argument parsing for all... |
commit | commitdiff | tree | snapshot |
2011-08-09 |
Eli Friedman | Cleanup; no functionality change. |
commit | commitdiff | tree | snapshot |
2011-08-09 |
Douglas Gregor | Move the creation of the record type for the state... |
commit | commitdiff | tree | snapshot |
2011-08-09 |
Douglas Gregor | Don't serialize the block descriptor or block extended... |
commit | commitdiff | tree | snapshot |
2011-08-09 |
Douglas Gregor | Move the construction of the RecordDecl representing... |
commit | commitdiff | tree | snapshot |
2011-08-09 |
Douglas Gregor | Migrate the serialization of ASTContext's AutoDeduceTy and |
commit | commitdiff | tree | snapshot |
2011-08-09 |
Ted Kremenek | Place back previous order of add_subdirectory()'s to... |
commit | commitdiff | tree | snapshot |
2011-08-09 |
Ted Kremenek | Add libsupport to list of libraries to link into diagtool |
commit | commitdiff | tree | snapshot |
2011-08-09 |
Ted Kremenek | Add 'diagtool' to the 'tools/' directory. diagtool... |
commit | commitdiff | tree | snapshot |
2011-08-09 |
Ted Kremenek | Provide diag_iterator for iterating over the built... |
commit | commitdiff | tree | snapshot |
2011-08-09 |
Ted Kremenek | Sort CMakeLists.txt. |
commit | commitdiff | tree | snapshot |
2011-08-09 |
Douglas Gregor | Make sure to canonicalize the argument type of a non... |
commit | commitdiff | tree | snapshot |
2011-08-09 |
Douglas Gregor | Hand materialization of temporary expressions when... |
commit | commitdiff | tree | snapshot |
2011-08-09 |
Fariborz Jahanian | Don't emit memcpy for copying fields of arrays of volat... |
commit | commitdiff | tree | snapshot |
2011-08-08 |
Chad Rosier | If no -miphoneos-version-min specified, see if we can... |
commit | commitdiff | tree | snapshot |
2011-08-08 |
Ted Kremenek | Fix another -Wuninitialized assertion failure (this... |
commit | commitdiff | tree | snapshot |
2011-08-08 |
Ted Kremenek | Add -W flag for ARC warning "performSelector may cause... |
commit | commitdiff | tree | snapshot |
2011-08-08 |
Fariborz Jahanian | objective-c: diagnose protocol inconsistencies in following |
commit | commitdiff | tree | snapshot |
2011-08-08 |
Kaelyn Uhrain | Make sure FunctionDecls aren't considered during overlo... |
commit | commitdiff | tree | snapshot |
2011-08-08 |
David Chisnall | Silence the category-replacing-class-method warning... |
commit | commitdiff | tree | snapshot |
2011-08-08 |
David Chisnall | Fix typo so we don't use the wrong function for ending... |
commit | commitdiff | tree | snapshot |
2011-08-08 |
Chad Rosier | Improved efficiency by using iterator returned by erase... |
commit | commitdiff | tree | snapshot |
2011-08-08 |
Craig Topper | Fix comment (test commit) |
commit | commitdiff | tree | snapshot |
2011-08-07 |
John McCall | Avoid fallthrough-branching to an inactive cleanup... |
commit | commitdiff | tree | snapshot |
2011-08-07 |
Sean Hunt | Add a __has_feature macro for generalized initializers... |
commit | commitdiff | tree | snapshot |
2011-08-06 |
John McCall | Do l-value conversion, etc., on a switch condition... |
commit | commitdiff | tree | snapshot |
2011-08-06 |
Ted Kremenek | [analyzer] Start sketching out a new BugReporterVisitor... |
commit | commitdiff | tree | snapshot |
2011-08-06 |
John McCall | Be sure to destroy the normal entry block of a cleanup... |
commit | commitdiff | tree | snapshot |
2011-08-06 |
Benjamin Kramer | Fix HTML. |
commit | commitdiff | tree | snapshot |
2011-08-06 |
Benjamin Kramer | Only look at decls after the current one when checking... |
commit | commitdiff | tree | snapshot |
2011-08-06 |
Ted Kremenek | [analyzer] add more buffer overflow tests to show we... |
commit | commitdiff | tree | snapshot |
2011-08-06 |
Ted Kremenek | [analyzer] Simplify logic for ExprEngine::VisitUnaryExp... |
commit | commitdiff | tree | snapshot |
2011-08-06 |
Ted Kremenek | [analyzer] Change SymbolReaper to store region roots... |
commit | commitdiff | tree | snapshot |
2011-08-05 |
Anna Zaks | KeychainAPI checker: Track SymbolMetadata instead of... |
commit | commitdiff | tree | snapshot |
2011-08-05 |
Anna Zaks | Static Analyzer: Add a convinience API. Add comment. |
commit | commitdiff | tree | snapshot |
2011-08-05 |
Ted Kremenek | Revert 136984 and 136927. |
commit | commitdiff | tree | snapshot |
2011-08-05 |
Kaelyn Uhrain | Perform array bounds checking in more situations and... |
commit | commitdiff | tree | snapshot |
2011-08-05 |
Jonathan D... | Add workaround for built va list (and other builtins... |
commit | commitdiff | tree | snapshot |
2011-08-05 |
Chad Rosier | Add support for using anonymous bitfields (e.g., int... |
commit | commitdiff | tree | snapshot |
2011-08-05 |
Jonathan D... | Wire up -import-module to run ReadAST for each module... |
commit | commitdiff | tree | snapshot |
2011-08-05 |
Ted Kremenek | Make test/SemaObjC/qualified-protocol-method-conflicts... |
commit | commitdiff | tree | snapshot |
2011-08-05 |
Roman Divacky | Let attribute((cdecl)) and company override -mrtd defau... |
commit | commitdiff | tree | snapshot |
2011-08-05 |
Chandler Carruth | Flesh out the -Warray-bounds detection of C89 tail... |
commit | commitdiff | tree | snapshot |
2011-08-05 |
Chandler Carruth | Finally getting around to re-working this to more accur... |
commit | commitdiff | tree | snapshot |
2011-08-05 |
Abramo Bagnara | Fixed FieldDecl source range. |
commit | commitdiff | tree | snapshot |
2011-08-05 |
Chandler Carruth | Change the this -W flag to 'return-stack-address'. |
commit | commitdiff | tree | snapshot |
2011-08-05 |
Matt Beaumont-Gay | Output to /dev/null, not "0" |
commit | commitdiff | tree | snapshot |
2011-08-05 |
Anna Zaks | KeychainAPI checker: Generate an error on double alloca... |
commit | commitdiff | tree | snapshot |
2011-08-05 |
Matt Beaumont-Gay | Extend memset/memcpy/memmove checking to include memcmp |
commit | commitdiff | tree | snapshot |
2011-08-05 |
John McCall | The continue label in an ARC for-in loop should not... |
commit | commitdiff | tree | snapshot |
2011-08-05 |
Kaelyn Uhrain | Have the typo correction in DiagnoseEmptyLookup properl... |
commit | commitdiff | tree | snapshot |
2011-08-04 |
Fariborz Jahanian | objc rewriter: Fixes a rewriting of implicit casting... |
commit | commitdiff | tree | snapshot |
2011-08-04 |
Chad Rosier | More whitespace and naming fixup. No functionality... |
commit | commitdiff | tree | snapshot |
2011-08-04 |
Kaelyn Uhrain | Fix a small bug where DiagnoseEmptyLookup would no... |
commit | commitdiff | tree | snapshot |
2011-08-04 |
Matt Beaumont-Gay | Specialize diag::warn_unused_call for the "warn_unused_... |
commit | commitdiff | tree | snapshot |
2011-08-04 |
Ted Kremenek | Fix assertion failure in -Wuninitialized involving... |
commit | commitdiff | tree | snapshot |
2011-08-04 |
Anna Zaks | KeychainAPI checker: forgot to commit the test with... |
commit | commitdiff | tree | snapshot |
2011-08-04 |
Matt Beaumont-Gay | Put a few warnings into a DiagGroup. Feel free to impro... |
commit | commitdiff | tree | snapshot |
2011-08-04 |
Anna Zaks | KeychainAPI checker: Track additional pair of SecKeycha... |
commit | commitdiff | tree | snapshot |
2011-08-04 |
Chad Rosier | Whitespace. |
commit | commitdiff | tree | snapshot |
2011-08-04 |
Fariborz Jahanian | objective-c: diagnose protocol inconsistencies in following |
commit | commitdiff | tree | snapshot |
2011-08-04 |
Chad Rosier | Formatting. |
commit | commitdiff | tree | snapshot |
2011-08-04 |
Douglas Gregor | Add a new libclang API to return a CXCompletionString... |
commit | commitdiff | tree | snapshot |
2011-08-04 |
Chad Rosier | Fix style and remove obviously redundant code. |
commit | commitdiff | tree | snapshot |
2011-08-04 |
Douglas Gregor | Clean up the debug dump for a Module, so the local... |
commit | commitdiff | tree | snapshot |
2011-08-04 |
Douglas Gregor | Introduce local -> global mapping for preprocessed... |
commit | commitdiff | tree | snapshot |
2011-08-04 |
Douglas Gregor | Remove the unset, unused return value of |
commit | commitdiff | tree | snapshot |
2011-08-04 |
Chad Rosier | Additional comments and whitespace. |
commit | commitdiff | tree | snapshot |
2011-08-04 |
Kaelyn Uhrain | Match type names and give more info for out-of-line... |
commit | commitdiff | tree | snapshot |
2011-08-04 |
Anna Zaks | KeychainAPI checker: Refactor to make it easier to... |
commit | commitdiff | tree | snapshot |
2011-08-04 |
Douglas Gregor | In the AST reader and writer, slide the preprocessed... |
commit | commitdiff | tree | snapshot |
2011-08-04 |
Douglas Gregor | Add some missing record names to the AST output. No... |
commit | commitdiff | tree | snapshot |
2011-08-04 |
Douglas Gregor | Implement the local -> global remapping for macro defin... |
commit | commitdiff | tree | snapshot |
2011-08-04 |
Douglas Gregor | The AST reader was forgetting to parse ObjCInferRelated... |
commit | commitdiff | tree | snapshot |
2011-08-04 |
Douglas Gregor | Parsing of C++0x lambda expressions, from John Freeman... |
commit | commitdiff | tree | snapshot |
2011-08-04 |
Ted Kremenek | This test still hangs on win32, despite XFAIL it. ... |
commit | commitdiff | tree | snapshot |
2011-08-04 |
John McCall | Take -Wvector-conversions out of -Wmost; it needs... |
commit | commitdiff | tree | snapshot |
next |