2009-05-03 |
Ted Kremenek | Rename isTrackedObjectType() -> isTrackedObjCObjectType(). |
commit | commitdiff | tree | snapshot |
2009-05-03 |
Douglas Gregor | When a fix-it hint would span multiple lines, don't... |
commit | commitdiff | tree | snapshot |
2009-05-03 |
Douglas Gregor | When we truncate a source line to fit it within the... |
commit | commitdiff | tree | snapshot |
2009-05-03 |
Douglas Gregor | Respect the COLUMNS environment variable for word-wrapp... |
commit | commitdiff | tree | snapshot |
2009-05-03 |
Daniel Dunbar | Fix invalid error about duplicate declaration of paddin... |
commit | commitdiff | tree | snapshot |
2009-05-03 |
Zhongxing Xu | region store: make Retrieve() can retrieve embedded... |
commit | commitdiff | tree | snapshot |
2009-05-02 |
Daniel Dunbar | Remove ccc from the makefile as well. |
commit | commitdiff | tree | snapshot |
2009-05-02 |
Daniel Dunbar | ccc is dead. |
commit | commitdiff | tree | snapshot |
2009-05-02 |
Daniel Dunbar | Driver: Treat -m32 and -m64 as "driver-only" arguments. |
commit | commitdiff | tree | snapshot |
2009-05-02 |
Daniel Dunbar | Driver: When using the generic gcc tool, pass -m32... |
commit | commitdiff | tree | snapshot |
2009-05-02 |
Daniel Dunbar | Driver: Generate an error when trying to pass an LLVM... |
commit | commitdiff | tree | snapshot |
2009-05-02 |
Daniel Dunbar | Use clang to find clang-cc, if it isn't in path. |
commit | commitdiff | tree | snapshot |
2009-05-02 |
Chris Lattner | when creating custom warning diagnostics, do not attemp... |
commit | commitdiff | tree | snapshot |
2009-05-02 |
Ted Kremenek | retain/release checker: Enhance leak description to... |
commit | commitdiff | tree | snapshot |
2009-05-02 |
Anders Carlsson | Fix a thinko and a test. |
commit | commitdiff | tree | snapshot |
2009-05-02 |
Daniel Dunbar | DragonFly ToolChain definition for driver. |
commit | commitdiff | tree | snapshot |
2009-05-02 |
Anders Carlsson | Downgrade the invalid offsetof error to a warning. |
commit | commitdiff | tree | snapshot |
2009-05-02 |
Douglas Gregor | When determining whether an expression refers to a... |
commit | commitdiff | tree | snapshot |
2009-05-02 |
Ted Kremenek | Add CFG support for @synchronized. This fixes <rdar... |
commit | commitdiff | tree | snapshot |
2009-05-02 |
Chris Lattner | When creating a dwarf record type for an objc interface... |
commit | commitdiff | tree | snapshot |
2009-05-02 |
Chris Lattner | capture whether optimizations are enabled or not in... |
commit | commitdiff | tree | snapshot |
2009-05-02 |
Chris Lattner | encode the version of the objc runtime into the dwarf... |
commit | commitdiff | tree | snapshot |
2009-05-02 |
Ted Kremenek | Update checker build. |
commit | commitdiff | tree | snapshot |
2009-05-02 |
Ted Kremenek | Add another null pointer check test case. |
commit | commitdiff | tree | snapshot |
2009-05-02 |
Douglas Gregor | Fix bitfield promotions in several more cases. We don... |
commit | commitdiff | tree | snapshot |
2009-05-02 |
Ted Kremenek | Fix crasher in CFG construction when not properly handl... |
commit | commitdiff | tree | snapshot |
2009-05-02 |
Douglas Gregor | When -fmessage-length=N is not specified, and if standa... |
commit | commitdiff | tree | snapshot |
2009-05-01 |
Chris Lattner | explicitly know that the alignment of Type* is 3 bits. |
commit | commitdiff | tree | snapshot |
2009-05-01 |
Mike Stump | Add Sema checking for __block on vm declarations. ... |
commit | commitdiff | tree | snapshot |
2009-05-01 |
Ted Kremenek | Add another test case found due to an analyzer regression. |
commit | commitdiff | tree | snapshot |
2009-05-01 |
Daniel Dunbar | Make install target actually work, dependencies FTW. |
commit | commitdiff | tree | snapshot |
2009-05-01 |
Douglas Gregor | When printing a source line as part of a diagnostic... |
commit | commitdiff | tree | snapshot |
2009-05-01 |
Anders Carlsson | It's an error to call offsetof on a non-POD type. |
commit | commitdiff | tree | snapshot |
2009-05-01 |
Daniel Dunbar | Add ONLY_MAN_DOCS variable to only install the man... |
commit | commitdiff | tree | snapshot |
2009-05-01 |
Anders Carlsson | Get rid of CXXDestroyExpr. |
commit | commitdiff | tree | snapshot |
2009-05-01 |
Ted Kremenek | Add a new BFS GRWorkList and make it the default workli... |
commit | commitdiff | tree | snapshot |
2009-05-01 |
Anders Carlsson | Rename CXXExprWithCleanup to CXXExprWithTemporaries. |
commit | commitdiff | tree | snapshot |
2009-05-01 |
Anders Carlsson | We can now call member functions where the base is... |
commit | commitdiff | tree | snapshot |
2009-05-01 |
Douglas Gregor | Implement -fmessage-length=N, which word-wraps diagnost... |
commit | commitdiff | tree | snapshot |
2009-05-01 |
Douglas Gregor | Implement bit-field promotion rules for C99. Fixes... |
commit | commitdiff | tree | snapshot |
2009-05-01 |
Eli Friedman | Add support for -Wno-format-zero-length. |
commit | commitdiff | tree | snapshot |
2009-05-01 |
Fariborz Jahanian | Check for method type conflict between declaration in |
commit | commitdiff | tree | snapshot |
2009-05-01 |
Anders Carlsson | Replace more release+static_cast with takeAs. |
commit | commitdiff | tree | snapshot |
2009-05-01 |
Anders Carlsson | Replace a bunch of static_cast + release with takeAs. |
commit | commitdiff | tree | snapshot |
2009-05-01 |
Ted Kremenek | StoreManager::CastRegion: |
commit | commitdiff | tree | snapshot |
2009-05-01 |
Ted Kremenek | Basic Store: Always convert a non::LocAsInteger to... |
commit | commitdiff | tree | snapshot |
2009-05-01 |
Ted Kremenek | Update CMake file. |
commit | commitdiff | tree | snapshot |
2009-05-01 |
Anders Carlsson | Get rid of the implicit deref call when calling member... |
commit | commitdiff | tree | snapshot |
2009-05-01 |
Ted Kremenek | Add function prototype for OSAtomicCompareAndSwap32Barrier. |
commit | commitdiff | tree | snapshot |
2009-05-01 |
Ted Kremenek | Fix run line in failing test case (it was missing the... |
commit | commitdiff | tree | snapshot |
2009-05-01 |
Chris Lattner | teach -parse-noop about int128_t and friends. |
commit | commitdiff | tree | snapshot |
2009-05-01 |
Ted Kremenek | BugReporter (extensive diagnostics): introduce the... |
commit | commitdiff | tree | snapshot |
2009-05-01 |
Douglas Gregor | Finish a thought in CheckVariableDeclaration's comment... |
commit | commitdiff | tree | snapshot |
2009-05-01 |
Douglas Gregor | Add testcase that illustrates the problem from r69699... |
commit | commitdiff | tree | snapshot |
2009-05-01 |
Ted Kremenek | Remove #if 0'ed code. |
commit | commitdiff | tree | snapshot |
2009-05-01 |
Ted Kremenek | Add failing static analyzer case (this crashes). |
commit | commitdiff | tree | snapshot |
2009-05-01 |
Eli Friedman | PR4013 and PR4105: pointer-like types can only be cast... |
commit | commitdiff | tree | snapshot |
2009-05-01 |
Chris Lattner | C/ObjC work well enough with clang for them not to... |
commit | commitdiff | tree | snapshot |
2009-05-01 |
Chris Lattner | add word |
commit | commitdiff | tree | snapshot |
2009-05-01 |
Chris Lattner | C/ObjC work well enough to claim support for them now. |
commit | commitdiff | tree | snapshot |
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 |
next |