2009-05-01 |
Mike Stump | Don't assert when we think we need copy/dispose, but... |
commit | commitdiff | tree | snapshot |
2009-05-01 |
Anders Carlsson | Don't use indirect memory destinations for inline asm... |
commit | commitdiff | tree | snapshot |
2009-04-30 |
Anders Carlsson | C++ destructors can have a single unnamed void paramete... |
commit | commitdiff | tree | snapshot |
2009-04-30 |
Fariborz Jahanian | Remove a warning when this file is compiled optimized. |
commit | commitdiff | tree | snapshot |
2009-04-30 |
Anders Carlsson | Rework the way we handle constructor decls to be less... |
commit | commitdiff | tree | snapshot |
2009-04-30 |
Fariborz Jahanian | Use of super class ivar to synthesize property is back... |
commit | commitdiff | tree | snapshot |
2009-04-30 |
Ted Kremenek | retain/release checker: Hook up attributes 'objc_owners... |
commit | commitdiff | tree | snapshot |
2009-04-30 |
Sebastian Redl | Make a home for exception specs in the AST. Now Sema... |
commit | commitdiff | tree | snapshot |
2009-04-30 |
Ted Kremenek | Allow attributes 'objc_ownership_retain' and 'objc_owne... |
commit | commitdiff | tree | snapshot |
2009-04-30 |
Ted Kremenek | Hook up Sema support for attributes on Objective-C... |
commit | commitdiff | tree | snapshot |
2009-04-30 |
Ted Kremenek | Add parsing support in an Objective-C method declaratio... |
commit | commitdiff | tree | snapshot |
2009-04-30 |
Steve Naroff | Name the "return-type" DiagGroup and reference it in... |
commit | commitdiff | tree | snapshot |
2009-04-30 |
Douglas Gregor | Properly compute the alignment of typedefs that make... |
commit | commitdiff | tree | snapshot |
2009-04-30 |
Fariborz Jahanian | API for message dispatch of methods returning floats |
commit | commitdiff | tree | snapshot |
2009-04-30 |
Steve Naroff | Warn about invalid return statements by default. |
commit | commitdiff | tree | snapshot |
2009-04-30 |
Ted Kremenek | Update checker build. |
commit | commitdiff | tree | snapshot |
2009-04-30 |
Eli Friedman | Fix for PR4108: be a bit looser with the casts that... |
commit | commitdiff | tree | snapshot |
2009-04-30 |
Chris Lattner | accept and ignore two new warning specifiers. -Wno... |
commit | commitdiff | tree | snapshot |
2009-04-30 |
Chris Lattner | fix i128 to return in 2 64-bit registers (rax/rdx on... |
commit | commitdiff | tree | snapshot |
2009-04-30 |
Chris Lattner | only support int128_t on 64-bit and larger targets... |
commit | commitdiff | tree | snapshot |
2009-04-30 |
Ted Kremenek | Handle case in EvalReturn where we cache out in the... |
commit | commitdiff | tree | snapshot |
2009-04-30 |
Ted Kremenek | retain/release checker: Use the ObjCMethodDecl in the... |
commit | commitdiff | tree | snapshot |
2009-04-30 |
Ted Kremenek | retain/release checker: Resolve method decl in @interfa... |
commit | commitdiff | tree | snapshot |
2009-04-30 |
Chris Lattner | int128_t is apparently 128-bit aligned on all 64-bit... |
commit | commitdiff | tree | snapshot |
2009-04-30 |
Chris Lattner | initial support for __[u]int128_t, which should be... |
commit | commitdiff | tree | snapshot |
2009-04-30 |
Bill Wendling | Remove two unused options. |
commit | commitdiff | tree | snapshot |
2009-04-30 |
Mike Stump | Sema checking for incorrect placement of __block. ... |
commit | commitdiff | tree | snapshot |
2009-04-29 |
Bill Wendling | Use the new code gen optimization enum instead of passi... |
commit | commitdiff | tree | snapshot |
2009-04-29 |
Douglas Gregor | Make DISABLE_SMART_POINTERS work, again |
commit | commitdiff | tree | snapshot |
2009-04-29 |
Fariborz Jahanian | Change to warning when property uses an ivar in super... |
commit | commitdiff | tree | snapshot |
2009-04-29 |
Anders Carlsson | Just because a declaration has the same name as its... |
commit | commitdiff | tree | snapshot |
2009-04-29 |
Douglas Gregor | Revert r70424. We don't need it |
commit | commitdiff | tree | snapshot |
2009-04-29 |
Ted Kremenek | retain/release checker: When determining whether an... |
commit | commitdiff | tree | snapshot |
2009-04-29 |
Douglas Gregor | Add PCH version to the -v output |
commit | commitdiff | tree | snapshot |
2009-04-29 |
Fariborz Jahanian | Undid setting of the flag for msg_Send for 32bit code... |
commit | commitdiff | tree | snapshot |
2009-04-29 |
Ted Kremenek | Format cleanup. No functionality change. |
commit | commitdiff | tree | snapshot |
2009-04-29 |
Douglas Gregor | Implement semantic analysis for transparent unions... |
commit | commitdiff | tree | snapshot |
2009-04-29 |
Mike Stump | Remove extra line. |
commit | commitdiff | tree | snapshot |
2009-04-29 |
Ted Kremenek | Fix null dereference. |
commit | commitdiff | tree | snapshot |
2009-04-29 |
Ted Kremenek | BugReporter/PathDiagnostics: |
commit | commitdiff | tree | snapshot |
2009-04-29 |
Fariborz Jahanian | use of an ivar specified on a property @synthesize |
commit | commitdiff | tree | snapshot |
2009-04-29 |
Mike Stump | Fixup Sema and CodeGen for block literal attributes... |
commit | commitdiff | tree | snapshot |
2009-04-29 |
Ted Kremenek | Reformat long line. No functionality change. |
commit | commitdiff | tree | snapshot |
2009-04-29 |
Evan Cheng | Match addPassesToEmitFile API change. |
commit | commitdiff | tree | snapshot |
2009-04-29 |
Fariborz Jahanian | Export lazy references of .objc_class_name of class... |
commit | commitdiff | tree | snapshot |
2009-04-29 |
Eli Friedman | Minor simplification; also silences gcc warning. |
commit | commitdiff | tree | snapshot |
2009-04-29 |
Fariborz Jahanian | Type of msgSend message dispatch API is a vararg. |
commit | commitdiff | tree | snapshot |
2009-04-29 |
Mike Stump | Sema and CodeGen support for attributes on blocks.... |
commit | commitdiff | tree | snapshot |
2009-04-29 |
Ted Kremenek | retain/release checker: Hoist code for bug reports... |
commit | commitdiff | tree | snapshot |
2009-04-29 |
Daniel Dunbar | Make sure to pass the same options to the static analyz... |
commit | commitdiff | tree | snapshot |
2009-04-29 |
Chris Lattner | accept and ignore two new warning options. PR410[45] |
commit | commitdiff | tree | snapshot |
2009-04-29 |
Eli Friedman | PR4103: improve source location information for members... |
commit | commitdiff | tree | snapshot |
2009-04-29 |
Sebastian Redl | Have the parser communicate the exception specification... |
commit | commitdiff | tree | snapshot |
2009-04-29 |
Ted Kremenek | Add version of getMethodSummary() that can be used... |
commit | commitdiff | tree | snapshot |
2009-04-29 |
Ted Kremenek | Rename getMethodSummary() -> getInstanceMethodSummary(). |
commit | commitdiff | tree | snapshot |
2009-04-29 |
Steve Naroff | Integrate 3 months of ObjC rewriter fixes (from the... |
commit | commitdiff | tree | snapshot |
2009-04-29 |
Eli Friedman | PR4103: Silence bogus unused expression warning. |
commit | commitdiff | tree | snapshot |
2009-04-29 |
Ted Kremenek | Add test case for transfer function logic for OSCompare... |
commit | commitdiff | tree | snapshot |
2009-04-29 |
Ted Kremenek | Add corner case logic to BasicStoreManager and GRSimple... |
commit | commitdiff | tree | snapshot |
2009-04-29 |
Ted Kremenek | MemRegion pretty-printing: Convert DeclName to a string... |
commit | commitdiff | tree | snapshot |
2009-04-29 |
Zhongxing Xu | SymbolicRegions may also be live roots. |
commit | commitdiff | tree | snapshot |
2009-04-29 |
Zhongxing Xu | Added comments to test case. |
commit | commitdiff | tree | snapshot |
2009-04-29 |
Chris Lattner | fix PR4021, array and functions decay in the receiver... |
commit | commitdiff | tree | snapshot |
2009-04-29 |
Chris Lattner | Fix PR4092 by improving error recovery in two ways: |
commit | commitdiff | tree | snapshot |
2009-04-29 |
Ted Kremenek | retain/release checker: Refactor getMethodSummary(... |
commit | commitdiff | tree | snapshot |
2009-04-29 |
Chris Lattner | implement -Wformat-security properly, which is enabled... |
commit | commitdiff | tree | snapshot |
2009-04-29 |
Chris Lattner | code simplification, no functionality change. |
commit | commitdiff | tree | snapshot |
2009-04-29 |
Chris Lattner | add a bunch of individual warnings to -Wformat (which is |
commit | commitdiff | tree | snapshot |
2009-04-29 |
Chris Lattner | Wire up -Wformat=2 and -Wformat-extra-args |
commit | commitdiff | tree | snapshot |
2009-04-29 |
Chris Lattner | -Wformat should depend on format-extra-args so that... |
commit | commitdiff | tree | snapshot |
2009-04-29 |
Chris Lattner | tweak warning options to be more like gcc: |
commit | commitdiff | tree | snapshot |
2009-04-29 |
Chris Lattner | minor code cleanup |
commit | commitdiff | tree | snapshot |
2009-04-29 |
Zhongxing Xu | Update test case. |
commit | commitdiff | tree | snapshot |
2009-04-29 |
Zhongxing Xu | As discussed with Ted offline, re-apply r70293. |
commit | commitdiff | tree | snapshot |
2009-04-29 |
Zhongxing Xu | XFAIL the test case. |
commit | commitdiff | tree | snapshot |
2009-04-29 |
Daniel Dunbar | Add incredibly bare bones docs/tools. |
commit | commitdiff | tree | snapshot |
2009-04-29 |
Mike Stump | Implement sema checking for noreturn. |
commit | commitdiff | tree | snapshot |
2009-04-29 |
Ted Kremenek | retain/release checker: Refactor the guts of getClassMe... |
commit | commitdiff | tree | snapshot |
2009-04-29 |
Ted Kremenek | Add regression test case provided by <rdar://problem... |
commit | commitdiff | tree | snapshot |
2009-04-28 |
Douglas Gregor | Enable PCH by default |
commit | commitdiff | tree | snapshot |
2009-04-28 |
Douglas Gregor | Force driver's PTH test to use PTH |
commit | commitdiff | tree | snapshot |
2009-04-28 |
Chris Lattner | In -fdiagnostics-print-source-range-info mode, print... |
commit | commitdiff | tree | snapshot |
2009-04-28 |
Ted Kremenek | Implement ownership attribute 'objc_ownership_make_coll... |
commit | commitdiff | tree | snapshot |
2009-04-28 |
Chris Lattner | add support for -Wendif-labels, PR4101 |
commit | commitdiff | tree | snapshot |
2009-04-28 |
Douglas Gregor | Make all PCH-incompatibility warnings into errors,... |
commit | commitdiff | tree | snapshot |
2009-04-28 |
Douglas Gregor | Make the PCH reader use the diagnostics system for... |
commit | commitdiff | tree | snapshot |
2009-04-28 |
Chris Lattner | Implement -Wfour-char-constants, which is an extension... |
commit | commitdiff | tree | snapshot |
2009-04-28 |
Ted Kremenek | Improve retain/release test cases for ownership attributes. |
commit | commitdiff | tree | snapshot |
2009-04-28 |
Douglas Gregor | Optimize IdentifierInfo storage within the precompiled... |
commit | commitdiff | tree | snapshot |
2009-04-28 |
Douglas Gregor | Implement a minor space optimization for the PCH identi... |
commit | commitdiff | tree | snapshot |
2009-04-28 |
Douglas Gregor | Fix a typo noticed by Gabor |
commit | commitdiff | tree | snapshot |
2009-04-28 |
Douglas Gregor | Replace a lame fprintf with a slightly-less lame diagnostic |
commit | commitdiff | tree | snapshot |
2009-04-28 |
Douglas Gregor | Implement checking for macro definitions that occur... |
commit | commitdiff | tree | snapshot |
2009-04-28 |
Douglas Gregor | Revert r70075 and r70078, which reorganized the PCH... |
commit | commitdiff | tree | snapshot |
2009-04-28 |
Daniel Dunbar | With -ccc-pch-is-pch, always treat precompiled inputs... |
commit | commitdiff | tree | snapshot |
2009-04-28 |
Eli Friedman | PR4097: add logic to Evaluate to handle pointer equalit... |
commit | commitdiff | tree | snapshot |
2009-04-28 |
Douglas Gregor | Allow some differences between the predefines buffer... |
commit | commitdiff | tree | snapshot |
2009-04-28 |
Chris Lattner | implement -Wmultichar |
commit | commitdiff | tree | snapshot |
2009-04-28 |
Eli Friedman | Add some text to the user manual describing the current... |
commit | commitdiff | tree | snapshot |
2009-04-28 |
Ted Kremenek | Revert 70293. |
commit | commitdiff | tree | snapshot |
next |