2008-02-29 |
Ted Kremenek | Added extra check for calls to functions where we pass... |
commit | commitdiff | tree | snapshot |
2008-02-29 |
Steve Naroff | Fix http://llvm.org/bugs/show_bug.cgi?id=2103. |
commit | commitdiff | tree | snapshot |
2008-02-29 |
Ted Kremenek | Add checks for function calls via a function pointer... |
commit | commitdiff | tree | snapshot |
2008-02-29 |
Ted Kremenek | Minor CFG optimization: don't create separate block... |
commit | commitdiff | tree | snapshot |
2008-02-29 |
Ted Kremenek | When AST-dumping ObjCMessageExpr, output the selector. |
commit | commitdiff | tree | snapshot |
2008-02-29 |
Steve Naroff | Fix http://llvm.org/bugs/show_bug.cgi?id=2106. |
commit | commitdiff | tree | snapshot |
2008-02-29 |
Gabor Greif | Fix a crash where PI.TypeInfo has not been filled in... |
commit | commitdiff | tree | snapshot |
2008-02-29 |
Ted Kremenek | "Refinement" of hack to bound loop-traversals: visit... |
commit | commitdiff | tree | snapshot |
2008-02-29 |
Chris Lattner | testcase for attr deprecated, by Nuno Lopes. |
commit | commitdiff | tree | snapshot |
2008-02-29 |
Chris Lattner | make include guards more unique. |
commit | commitdiff | tree | snapshot |
2008-02-29 |
Chris Lattner | Add support for attribute(deprecated), patch by Nuno... |
commit | commitdiff | tree | snapshot |
2008-02-28 |
Ted Kremenek | Added simple hack to reduce redundant warnings from... |
commit | commitdiff | tree | snapshot |
2008-02-28 |
Ted Kremenek | Added checking for undefined results of '<<' and '... |
commit | commitdiff | tree | snapshot |
2008-02-28 |
Eli Friedman | Implementation of the first clang-native header, stdboo... |
commit | commitdiff | tree | snapshot |
2008-02-28 |
Gabor Greif | Updated clang webpage to hint at "make update". Also |
commit | commitdiff | tree | snapshot |
2008-02-28 |
Ted Kremenek | Merged ValueState and ValueStateImpl into just ValueSta... |
commit | commitdiff | tree | snapshot |
2008-02-28 |
Ted Kremenek | Renamed "Uninitialized" -> "Undefined" in path-sensitiv... |
commit | commitdiff | tree | snapshot |
2008-02-27 |
Ted Kremenek | Added parsing of attributes for functions. |
commit | commitdiff | tree | snapshot |
2008-02-27 |
Ted Kremenek | Fixed use of an uninitialized variable. |
commit | commitdiff | tree | snapshot |
2008-02-27 |
Ted Kremenek | End paths when calling a function marked "noreturn." |
commit | commitdiff | tree | snapshot |
2008-02-27 |
Ted Kremenek | Added support for attribute "noreturn." |
commit | commitdiff | tree | snapshot |
2008-02-27 |
Ted Kremenek | Small tweaks to the transfer function for DeclStmt... |
commit | commitdiff | tree | snapshot |
2008-02-27 |
Lauro Ramos... | Disable internalize. Unfortunately, the configure scrip... |
commit | commitdiff | tree | snapshot |
2008-02-27 |
Ted Kremenek | Removed VarDecl::hasStaticStorage() (redundant with... |
commit | commitdiff | tree | snapshot |
2008-02-27 |
Ted Kremenek | Added string "[CHECKER]" to the output diagnostics... |
commit | commitdiff | tree | snapshot |
2008-02-27 |
Ted Kremenek | Fixed edge-case in CFG construction where goto jumps... |
commit | commitdiff | tree | snapshot |
2008-02-27 |
Lauro Ramos... | A, q and Z are valid LLVM inline asm constraints. |
commit | commitdiff | tree | snapshot |
2008-02-27 |
Ted Kremenek | Bug fix in CFG construction: Properly register the... |
commit | commitdiff | tree | snapshot |
2008-02-27 |
Ted Kremenek | Small fix to VisitLVal: this method can be called on... |
commit | commitdiff | tree | snapshot |
2008-02-27 |
Ted Kremenek | When analyzing a function, eagerly create symbolic... |
commit | commitdiff | tree | snapshot |
2008-02-27 |
Ted Kremenek | Header file cleanups: reduce number of includes; move... |
commit | commitdiff | tree | snapshot |
2008-02-27 |
Ted Kremenek | Similar bug fix to r47650; when processing CallExprs... |
commit | commitdiff | tree | snapshot |
2008-02-27 |
Ted Kremenek | Fixed bug in the core transfer function logic for CallE... |
commit | commitdiff | tree | snapshot |
2008-02-27 |
Ted Kremenek | Fixed CFG construction bug that occurred when a conditi... |
commit | commitdiff | tree | snapshot |
2008-02-26 |
Chris Lattner | fix an interaction between -isystem . and isysroot. |
commit | commitdiff | tree | snapshot |
2008-02-26 |
Ted Kremenek | Fix bug when processing '?' operator: invalidate the... |
commit | commitdiff | tree | snapshot |
2008-02-26 |
Ted Kremenek | Added boilerplate for plug-in transfer function support... |
commit | commitdiff | tree | snapshot |
2008-02-26 |
Ted Kremenek | Don't emit divide-by-zero errors when we divide by... |
commit | commitdiff | tree | snapshot |
2008-02-26 |
Ted Kremenek | Changed VarDecl::hasGlobalStorage() to be the negation... |
commit | commitdiff | tree | snapshot |
2008-02-26 |
Lauro Ramos... | Implement codegen for the following static var init. |
commit | commitdiff | tree | snapshot |
2008-02-26 |
Ted Kremenek | Removed static analysis-specific diagnostics from Diagn... |
commit | commitdiff | tree | snapshot |
2008-02-26 |
Ted Kremenek | Removed hack with toggling the signedness flag of the... |
commit | commitdiff | tree | snapshot |
2008-02-26 |
Ted Kremenek | Small fixes to shore up overhauling of transfer functio... |
commit | commitdiff | tree | snapshot |
2008-02-26 |
Lauro Ramos... | Fix a bug in ConvertAsmString function. |
commit | commitdiff | tree | snapshot |
2008-02-26 |
Ted Kremenek | optimization: no longer create ExplodedNodes for Intege... |
commit | commitdiff | tree | snapshot |
2008-02-26 |
Ted Kremenek | Major cleanup of the transfer function logic for '... |
commit | commitdiff | tree | snapshot |
2008-02-26 |
Lauro Ramos... | Convert x86 target specific inline asm constraints... |
commit | commitdiff | tree | snapshot |
2008-02-26 |
Ted Kremenek | Fixed inverted condition. |
commit | commitdiff | tree | snapshot |
2008-02-26 |
Ted Kremenek | Do include ParenExpr in the CFG; only include their... |
commit | commitdiff | tree | snapshot |
2008-02-26 |
Ted Kremenek | Added lazy "symbolication" of parameter variables and... |
commit | commitdiff | tree | snapshot |
2008-02-26 |
Chris Lattner | add parsing, ast building and pretty printing support... |
commit | commitdiff | tree | snapshot |
2008-02-26 |
Chris Lattner | Fix PR2092 by making sure the sign of the enum value... |
commit | commitdiff | tree | snapshot |
2008-02-26 |
Chris Lattner | fix const correctness. |
commit | commitdiff | tree | snapshot |
2008-02-26 |
Ted Kremenek | Fixed bug in CFG construction when a CompoundStmt ended... |
commit | commitdiff | tree | snapshot |
2008-02-26 |
Ted Kremenek | Added FIXME. |
commit | commitdiff | tree | snapshot |
2008-02-25 |
Ted Kremenek | Minor bug fix in LiveVariables: don't "kill" decls... |
commit | commitdiff | tree | snapshot |
2008-02-25 |
Eli Friedman | Fix a little typo... per cfe-dev, this was apparently... |
commit | commitdiff | tree | snapshot |
2008-02-25 |
Chris Lattner | clarify comment, this is undefined behavior in any... |
commit | commitdiff | tree | snapshot |
2008-02-25 |
Ted Kremenek | doxygenify some comments. |
commit | commitdiff | tree | snapshot |
2008-02-25 |
Ted Kremenek | Better handling of calls to functions via function... |
commit | commitdiff | tree | snapshot |
2008-02-25 |
Chris Lattner | convert tabs to spaces, patch by Mike Stump! |
commit | commitdiff | tree | snapshot |
2008-02-25 |
Lauro Ramos... | Revert an incorrect part of my previuos patch. |
commit | commitdiff | tree | snapshot |
2008-02-25 |
Lauro Ramos... | Fix PR2086. |
commit | commitdiff | tree | snapshot |
2008-02-25 |
Ted Kremenek | Fixed bug in RemoveDeadBindings when performing the... |
commit | commitdiff | tree | snapshot |
2008-02-25 |
Ted Kremenek | Expanded transfer function support for divide-by-zero... |
commit | commitdiff | tree | snapshot |
2008-02-25 |
Ted Kremenek | Added hack to transfer function logic to handle the... |
commit | commitdiff | tree | snapshot |
2008-02-25 |
Ted Kremenek | Added transfer function support for checking for divide... |
commit | commitdiff | tree | snapshot |
2008-02-25 |
Chris Lattner | enable digraphs for C94, thanks to Neil for pointing... |
commit | commitdiff | tree | snapshot |
2008-02-24 |
Chris Lattner | Fix PR2090, a typo in digraph processing. |
commit | commitdiff | tree | snapshot |
2008-02-24 |
Chris Lattner | Update comment. |
commit | commitdiff | tree | snapshot |
2008-02-24 |
Steve Naroff | Move the initialization of SEL/objc_selector from Sema... |
commit | commitdiff | tree | snapshot |
2008-02-24 |
Ted Kremenek | Two more Windows-related fixes: |
commit | commitdiff | tree | snapshot |
2008-02-24 |
Ted Kremenek | In FileManager: use full paths to unique files and... |
commit | commitdiff | tree | snapshot |
2008-02-23 |
Eli Friedman | Minor code cleanup. |
commit | commitdiff | tree | snapshot |
2008-02-23 |
Ted Kremenek | Change encoding of TokenKind in IdentifierTable to... |
commit | commitdiff | tree | snapshot |
2008-02-23 |
Ted Kremenek | Patch from Argiris Kirtzidis: |
commit | commitdiff | tree | snapshot |
2008-02-22 |
Ted Kremenek | Fixed horrid bug in LiveVariables analysis where we... |
commit | commitdiff | tree | snapshot |
2008-02-22 |
Ted Kremenek | Modified clang driver option -dump-live-variables to... |
commit | commitdiff | tree | snapshot |
2008-02-22 |
Ted Kremenek | clang driver options --dump-cfg and --view-cfg now... |
commit | commitdiff | tree | snapshot |
2008-02-22 |
Ted Kremenek | When running the GRSimpleVals analysis, skip functions... |
commit | commitdiff | tree | snapshot |
2008-02-22 |
Ted Kremenek | Punt on unifying symbolic lvalues. This won't be neede... |
commit | commitdiff | tree | snapshot |
2008-02-22 |
Ted Kremenek | Added "assumption" logic for lval::FuncVal and lval... |
commit | commitdiff | tree | snapshot |
2008-02-22 |
Ted Kremenek | Bug fix: For transfer function for unary "!", compare... |
commit | commitdiff | tree | snapshot |
2008-02-22 |
Ted Kremenek | Bug fix in liveness: Only compute liveness information... |
commit | commitdiff | tree | snapshot |
2008-02-21 |
Ted Kremenek | Return "Unknown" when using the value of a function... |
commit | commitdiff | tree | snapshot |
2008-02-21 |
Ted Kremenek | Regression fix: Handle binary operators where both... |
commit | commitdiff | tree | snapshot |
2008-02-21 |
Ted Kremenek | Added transfer function support for dispatching to... |
commit | commitdiff | tree | snapshot |
2008-02-21 |
Nate Begeman | add a test case |
commit | commitdiff | tree | snapshot |
2008-02-21 |
Nate Begeman | Handle __attribute__((annotate("string"))) |
commit | commitdiff | tree | snapshot |
2008-02-21 |
Ted Kremenek | RemoveDeadBindings should now check for UninitalizedVal... |
commit | commitdiff | tree | snapshot |
2008-02-21 |
Ted Kremenek | Regression fix: Handle pointer arithmetic in unary... |
commit | commitdiff | tree | snapshot |
2008-02-21 |
Ted Kremenek | Removed bogus assertions regard LValues binding to... |
commit | commitdiff | tree | snapshot |
2008-02-21 |
Ted Kremenek | Remove incorrect casts from UnknownVal to NonLVal. |
commit | commitdiff | tree | snapshot |
2008-02-21 |
Ted Kremenek | FIX: Promote the correct operand. |
commit | commitdiff | tree | snapshot |
2008-02-21 |
Ted Kremenek | Simplified and generalized transfer function logic... |
commit | commitdiff | tree | snapshot |
2008-02-21 |
Ted Kremenek | Added transfer function support for sizeof(void) |
commit | commitdiff | tree | snapshot |
2008-02-21 |
Eli Friedman | Some const initializer tests for stuff I just committed. |
commit | commitdiff | tree | snapshot |
2008-02-21 |
Ted Kremenek | Major cleanup of path-sensitive analysis engine and... |
commit | commitdiff | tree | snapshot |
2008-02-21 |
Eli Friedman | Clean up constant implicit cast emission; fixes a few... |
commit | commitdiff | tree | snapshot |
2008-02-21 |
Eli Friedman | Fix brace-enclosed string initializers for char arrays... |
commit | commitdiff | tree | snapshot |
next |