2008-09-28 |
Steve Naroff | Fix <rdar://problem/6252108> assigning to argument... |
commit | commitdiff | tree | snapshot |
2008-09-28 |
Chris Lattner | Fix rdar://6252231 - cannot call vsnprintf with va_list... |
commit | commitdiff | tree | snapshot |
2008-09-28 |
Chris Lattner | Replace a comparison with a static list of builtins... |
commit | commitdiff | tree | snapshot |
2008-09-28 |
Chris Lattner | Fix rdar://6251437, references to enum constant decls... |
commit | commitdiff | tree | snapshot |
2008-09-28 |
Ted Kremenek | Add "Path Length" back to the table of bug reports. |
commit | commitdiff | tree | snapshot |
2008-09-28 |
Steve Naroff | Fix <rdar://problem/6252216> compare block to NULL. |
commit | commitdiff | tree | snapshot |
2008-09-28 |
Daniel Dunbar | Add support for implicit rethrows in @catch blocks. |
commit | commitdiff | tree | snapshot |
2008-09-28 |
Daniel Dunbar | Skip redundant if. |
commit | commitdiff | tree | snapshot |
2008-09-28 |
Steve Naroff | Fix <rdar://problem/6252226> parser thinks block argume... |
commit | commitdiff | tree | snapshot |
2008-09-27 |
Daniel Dunbar | (Update LLVM) Clean up obj-c exception generation to... |
commit | commitdiff | tree | snapshot |
2008-09-27 |
Daniel Dunbar | Bug fix, codegen @catch(id<X> ...) acceptably. |
commit | commitdiff | tree | snapshot |
2008-09-27 |
Ted Kremenek | Revert 56735. The old bug categories were more informa... |
commit | commitdiff | tree | snapshot |
2008-09-27 |
Daniel Dunbar | Simplify generate code for exceptions: |
commit | commitdiff | tree | snapshot |
2008-09-27 |
Daniel Dunbar | Prefer llvm::Function::addFnAttr(...) to F->addAttribut... |
commit | commitdiff | tree | snapshot |
2008-09-27 |
Daniel Dunbar | Simplify code to emit the unified return block and... |
commit | commitdiff | tree | snapshot |
2008-09-27 |
Daniel Dunbar | Bug fix, make sure to initialize exception object ... |
commit | commitdiff | tree | snapshot |
2008-09-27 |
Daniel Dunbar | Easy fix for nasty bug, exception data buffer had wrong... |
commit | commitdiff | tree | snapshot |
2008-09-27 |
Zhongxing Xu | Delete trailing white space. It's over 80 columns. |
commit | commitdiff | tree | snapshot |
2008-09-27 |
Daniel Dunbar | Remove automagic substitution of %llvmgcc |
commit | commitdiff | tree | snapshot |
2008-09-27 |
Ted Kremenek | Change "leaks" to have the category "Performance". |
commit | commitdiff | tree | snapshot |
2008-09-27 |
Daniel Dunbar | Fix function-attributes test case to not rely on llvm... |
commit | commitdiff | tree | snapshot |
2008-09-27 |
Daniel Dunbar | Fix attributes test case to not run clang umpteen times. |
commit | commitdiff | tree | snapshot |
2008-09-26 |
Ted Kremenek | Internally store the body of a BlockExpr using a Stmt... |
commit | commitdiff | tree | snapshot |
2008-09-26 |
Ted Kremenek | Forgot to check in header file with last commit. |
commit | commitdiff | tree | snapshot |
2008-09-26 |
Ted Kremenek | Use a union instead of a bunch of magic casts to implem... |
commit | commitdiff | tree | snapshot |
2008-09-26 |
Ted Kremenek | Add more control-flow to test case. |
commit | commitdiff | tree | snapshot |
2008-09-26 |
Ted Kremenek | Add CFG support for implicit-control flow for VLA size... |
commit | commitdiff | tree | snapshot |
2008-09-26 |
Devang Patel | Now Attributes are divided in three groups |
commit | commitdiff | tree | snapshot |
2008-09-26 |
Ted Kremenek | Updated checker build. |
commit | commitdiff | tree | snapshot |
2008-09-26 |
Chris Lattner | clean up a bunch of fixme's I added, by moving |
commit | commitdiff | tree | snapshot |
2008-09-26 |
Chris Lattner | Fix the rest of rdar://6243860 hopefully. This require... |
commit | commitdiff | tree | snapshot |
2008-09-26 |
Chris Lattner | fit in 80 cols. |
commit | commitdiff | tree | snapshot |
2008-09-26 |
Chris Lattner | alphabetize files |
commit | commitdiff | tree | snapshot |
2008-09-26 |
Ted Kremenek | Do not create CFGs for functions/methods using blocks... |
commit | commitdiff | tree | snapshot |
2008-09-26 |
Chris Lattner | testcase for my previous patch. |
commit | commitdiff | tree | snapshot |
2008-09-26 |
Chris Lattner | emulate a bit of GCC path lookup weirdness: if a system |
commit | commitdiff | tree | snapshot |
2008-09-26 |
Ted Kremenek | Enter a new scope for a @try block. |
commit | commitdiff | tree | snapshot |
2008-09-26 |
Ted Kremenek | Updated checker build. |
commit | commitdiff | tree | snapshot |
2008-09-26 |
Ted Kremenek | Move VLA processing logic from LiveVariables to CFG... |
commit | commitdiff | tree | snapshot |
2008-09-26 |
Steve Naroff | Tweak Expr::isModifiableLvalue() and Expr::isLvalue... |
commit | commitdiff | tree | snapshot |
2008-09-26 |
Ted Kremenek | Examine VLA size expressions when computing liveness... |
commit | commitdiff | tree | snapshot |
2008-09-26 |
Daniel Dunbar | Change Radar reproducibility to "Always". |
commit | commitdiff | tree | snapshot |
2008-09-26 |
Daniel Dunbar | Parser support for prefix __attribute__ on @protocol. |
commit | commitdiff | tree | snapshot |
2008-09-26 |
Daniel Dunbar | Sema support for format and noreturn attributes on... |
commit | commitdiff | tree | snapshot |
2008-09-26 |
Daniel Dunbar | Add support for CFString in format attribute. |
commit | commitdiff | tree | snapshot |
2008-09-26 |
Daniel Dunbar | Add # of block pointer types to -print-stats. |
commit | commitdiff | tree | snapshot |
2008-09-26 |
Daniel Dunbar | Make clang preprocessed output a bit more like gcc... |
commit | commitdiff | tree | snapshot |
2008-09-26 |
Daniel Dunbar | Update clang to pretend to be gcc-4.2. |
commit | commitdiff | tree | snapshot |
2008-09-26 |
Daniel Dunbar | Comment fix. |
commit | commitdiff | tree | snapshot |
2008-09-26 |
Ted Kremenek | Updated checker build. |
commit | commitdiff | tree | snapshot |
2008-09-26 |
Ted Kremenek | Have @finally introduce a new scope. |
commit | commitdiff | tree | snapshot |
2008-09-25 |
Devang Patel | Large mechanical patch. |
commit | commitdiff | tree | snapshot |
2008-09-25 |
Ted Kremenek | Emulate gcc driver-driver functionality: run analyzer... |
commit | commitdiff | tree | snapshot |
2008-09-25 |
Daniel Dunbar | Disable report crashes link for the time being. |
commit | commitdiff | tree | snapshot |
2008-09-25 |
Ted Kremenek | Update Xcode project. |
commit | commitdiff | tree | snapshot |
2008-09-25 |
Ted Kremenek | Added prototype implementation of the DeclGroup, DeclGr... |
commit | commitdiff | tree | snapshot |
2008-09-25 |
Daniel Dunbar | Add link to report analyzer failures (parse errors... |
commit | commitdiff | tree | snapshot |
2008-09-25 |
Daniel Dunbar | Update scan-build to add markers about crashes. |
commit | commitdiff | tree | snapshot |
2008-09-25 |
Ted Kremenek | Include clang preprocessed sources as well with "crashe... |
commit | commitdiff | tree | snapshot |
2008-09-25 |
Ted Kremenek | Use .txt extension for info files. |
commit | commitdiff | tree | snapshot |
2008-09-24 |
Steve Naroff | Downgrade incompatible block pointer error to a warning... |
commit | commitdiff | tree | snapshot |
2008-09-24 |
Steve Naroff | Fix a couple harmless warnings when compiling optimized... |
commit | commitdiff | tree | snapshot |
2008-09-24 |
Steve Naroff | Fix <rdar://problem/6243788> clang: Incorrect return... |
commit | commitdiff | tree | snapshot |
2008-09-24 |
Daniel Dunbar | Add more testing of Obj-C property synthesis. |
commit | commitdiff | tree | snapshot |
2008-09-24 |
Daniel Dunbar | Add scan-view '--allow-all-hosts' option, by default... |
commit | commitdiff | tree | snapshot |
2008-09-24 |
Ted Kremenek | Update checker build. |
commit | commitdiff | tree | snapshot |
2008-09-24 |
Steve Naroff | Fix some const-ness to keep the VisualStudio C++ compil... |
commit | commitdiff | tree | snapshot |
2008-09-24 |
Steve Naroff | Extend ASTContext::getTypeInfo() and ASTContext::getObj... |
commit | commitdiff | tree | snapshot |
2008-09-24 |
Ted Kremenek | Updated test case. |
commit | commitdiff | tree | snapshot |
2008-09-24 |
Daniel Dunbar | Implement Obj-C synthesized setters for copy / retain. |
commit | commitdiff | tree | snapshot |
2008-09-24 |
Daniel Dunbar | Implement Obj-C getter synthesis for copy and retain. |
commit | commitdiff | tree | snapshot |
2008-09-24 |
Daniel Dunbar | Refactor some CodeGen functionality: |
commit | commitdiff | tree | snapshot |
2008-09-24 |
Daniel Dunbar | Add Obj-C runtime methods to get runtime specific funct... |
commit | commitdiff | tree | snapshot |
2008-09-24 |
Devang Patel | Adjust whitespaces. |
commit | commitdiff | tree | snapshot |
2008-09-24 |
Devang Patel | s/ParamAttrsWithIndex/FnAttributeWithIndex/g |
commit | commitdiff | tree | snapshot |
2008-09-23 |
Ted Kremenek | For generated index.html, look for "scan-view.css"... |
commit | commitdiff | tree | snapshot |
2008-09-23 |
Daniel Dunbar | Implement type checking of Objective-C property attributes. |
commit | commitdiff | tree | snapshot |
2008-09-23 |
Steve Naroff | Fix <rdar://problem/6240065> clang: __BLOCKS__ should... |
commit | commitdiff | tree | snapshot |
2008-09-23 |
Steve Naroff | RewriteBlocks::RewriteBlockPointerDecl(): Handle Typede... |
commit | commitdiff | tree | snapshot |
2008-09-23 |
Steve Naroff | Teach block rewriter to replace '^' with '*' in VarDecls. |
commit | commitdiff | tree | snapshot |
2008-09-23 |
Ted Kremenek | Added test case. |
commit | commitdiff | tree | snapshot |
2008-09-23 |
Ted Kremenek | Fix PR 2819: Compute dataflow values for all CFG blocks... |
commit | commitdiff | tree | snapshot |
2008-09-23 |
Daniel Dunbar | Add x86_64 Linux target. |
commit | commitdiff | tree | snapshot |
2008-09-23 |
Ted Kremenek | Updated checker build. |
commit | commitdiff | tree | snapshot |
2008-09-22 |
Daniel Dunbar | Bug fix, result of isIntegerConstantExpr could be of... |
commit | commitdiff | tree | snapshot |
2008-09-22 |
Daniel Dunbar | scan-view: Add header and "report bug" links to report... |
commit | commitdiff | tree | snapshot |
2008-09-22 |
Daniel Dunbar | scan-view: Add links to open files using default file... |
commit | commitdiff | tree | snapshot |
2008-09-22 |
Ted Kremenek | Yank out special CSS for button rendering (not very... |
commit | commitdiff | tree | snapshot |
2008-09-22 |
Daniel Dunbar | scan-view: Update for "button" class change, drop magic... |
commit | commitdiff | tree | snapshot |
2008-09-22 |
Ted Kremenek | Reintegrate Daniel's changes. |
commit | commitdiff | tree | snapshot |
2008-09-22 |
Ted Kremenek | Removed scan-view's version of scanview.css. |
commit | commitdiff | tree | snapshot |
2008-09-22 |
Ted Kremenek | Add "SUMMARYENDHEAD" tag. |
commit | commitdiff | tree | snapshot |
2008-09-22 |
Ted Kremenek | Don't embed CSS inside scan-build script; use external... |
commit | commitdiff | tree | snapshot |
2008-09-22 |
Ted Kremenek | Don't emit link to source file. |
commit | commitdiff | tree | snapshot |
2008-09-22 |
Ted Kremenek | Make "View Report" just a normal link again. |
commit | commitdiff | tree | snapshot |
2008-09-22 |
Ted Kremenek | Don't print out the path length. |
commit | commitdiff | tree | snapshot |
2008-09-22 |
Ted Kremenek | Output "REPORTHEADER" and "REPORTSUMMARYEXTRA" tags... |
commit | commitdiff | tree | snapshot |
2008-09-22 |
Nuno Lopes | not executable |
commit | commitdiff | tree | snapshot |
2008-09-22 |
Steve Naroff | Remove unused slot/reference and update Sema::ActOnIden... |
commit | commitdiff | tree | snapshot |
2008-09-22 |
Steve Naroff | Fix http://llvm.org/bugs/show_bug.cgi?id=2816. |
commit | commitdiff | tree | snapshot |
next |