- 59f5394 Fix <rdar://problem/6252216> compare block to NULL. by Steve Naroff · 16 years ago
- 18ccc77 Add support for implicit rethrows in @catch blocks. by Daniel Dunbar · 16 years ago
- ad12b6d Skip redundant if. by Daniel Dunbar · 16 years ago
- 538afe3 Fix <rdar://problem/6252226> parser thinks block argument is undefined identifier in NSServices.m by Steve Naroff · 16 years ago
- e4b5ee0 (Update LLVM) Clean up obj-c exception generation to be a bit more by Daniel Dunbar · 16 years ago
- 97f61d1 Bug fix, codegen @catch(id<X> ...) acceptably. by Daniel Dunbar · 16 years ago
- 062bae0 Revert 56735. The old bug categories were more informative. by Ted Kremenek · 16 years ago
- 129271a Simplify generate code for exceptions: by Daniel Dunbar · 16 years ago
- f93349f Prefer llvm::Function::addFnAttr(...) to F->addAttribute(~0, ...). by Daniel Dunbar · 16 years ago
- b01d191 Simplify code to emit the unified return block and move it to the end by Daniel Dunbar · 16 years ago
- 55e4072 Bug fix, make sure to initialize exception object (to rethrow) even by Daniel Dunbar · 16 years ago
- 1000491 Easy fix for nasty bug, exception data buffer had wrong type == wrong by Daniel Dunbar · 16 years ago
- c61255f Delete trailing white space. It's over 80 columns. by Zhongxing Xu · 16 years ago
- 0cb45f6 Remove automagic substitution of %llvmgcc - Is unused and somewhat unreliable. by Daniel Dunbar · 16 years ago
- 3a7d1e9 Change "leaks" to have the category "Performance". by Ted Kremenek · 16 years ago
- ced4fcb Fix function-attributes test case to not rely on llvm-gcc. by Daniel Dunbar · 16 years ago
- d58139e Fix attributes test case to not run clang umpteen times. by Daniel Dunbar · 16 years ago
- 9da13f9 Internally store the body of a BlockExpr using a Stmt* instead of a CompoundStmt*, and use the getBody() method to do the appropriate checking. This both removes the type-punning warnings in Expr.cpp and also makes BlockExpr have more consistency checks against modifications to its body (via StmtIterator). by Ted Kremenek · 16 years ago
- e7b8d40 Forgot to check in header file with last commit. by Ted Kremenek · 16 years ago
- 1377e54 Use a union instead of a bunch of magic casts to implement a variant. This removes the type-punning errors for DeclGroup. by Ted Kremenek · 16 years ago
- d2025e2 Add more control-flow to test case. by Ted Kremenek · 16 years ago
- 610a09e Add CFG support for implicit-control flow for VLA size expressions within an SizeOfAlignOfTypeExpr. by Ted Kremenek · 16 years ago
- a2c6912 Now Attributes are divided in three groups by Devang Patel · 16 years ago
- 02d53e7 Updated checker build. by Ted Kremenek · 16 years ago
- 0b9e736 clean up a bunch of fixme's I added, by moving by Chris Lattner · 16 years ago
- 7218183 Fix the rest of rdar://6243860 hopefully. This requires changing FileIDInfo by Chris Lattner · 16 years ago
- 1b9ad14 fit in 80 cols. by Chris Lattner · 16 years ago
- f30f289 alphabetize files by Chris Lattner · 16 years ago
- 00c0a30 Do not create CFGs for functions/methods using blocks (need to add control-flow). by Ted Kremenek · 16 years ago
- 22e6dd7 testcase for my previous patch. by Chris Lattner · 16 years ago
- 7a73940 emulate a bit of GCC path lookup weirdness: if a system by Chris Lattner · 16 years ago
- 3527b59 Enter a new scope for a @try block. by Ted Kremenek · 16 years ago
- 640c14c Updated checker build. by Ted Kremenek · 16 years ago
- fcd06f7 Move VLA processing logic from LiveVariables to CFG construction. This way all dataflow analyses "see" the VLA size expressions. by Ted Kremenek · 16 years ago
- 4f6a7d7 Tweak Expr::isModifiableLvalue() and Expr::isLvalue() to better deal with BlockDeclRef exprs. by Steve Naroff · 16 years ago
- 84fa6b9 Examine VLA size expressions when computing liveness information. by Ted Kremenek · 16 years ago
- 15d6719 Change Radar reproducibility to "Always". by Daniel Dunbar · 16 years ago
- 246e70f Parser support for prefix __attribute__ on @protocol. by Daniel Dunbar · 16 years ago
- 3568249 Sema support for format and noreturn attributes on Objective-C methods. by Daniel Dunbar · 16 years ago
- 085e8f7 Add support for CFString in format attribute. by Daniel Dunbar · 16 years ago
- 248e1c0 Add # of block pointer types to -print-stats. by Daniel Dunbar · 16 years ago
- fd96684 Make clang preprocessed output a bit more like gcc output. by Daniel Dunbar · 16 years ago
- 38a67c9 Update clang to pretend to be gcc-4.2. by Daniel Dunbar · 16 years ago
- e9eb3f8 Comment fix. by Daniel Dunbar · 16 years ago
- ed736be Updated checker build. by Ted Kremenek · 16 years ago
- aefc366 Have @finally introduce a new scope. by Ted Kremenek · 16 years ago
- 761d7f7 Large mechanical patch. by Devang Patel · 16 years ago
- 27783eb Emulate gcc driver-driver functionality: run analyzer separately for each separate -arch option. by Ted Kremenek · 16 years ago
- b5f9a4e Disable report crashes link for the time being. by Daniel Dunbar · 16 years ago
- bb83ad2 Update Xcode project. by Ted Kremenek · 16 years ago
- d17062c Added prototype implementation of the DeclGroup, DeclGroupRef, and DeclGroupOwningRef classes. by Ted Kremenek · 16 years ago
- 7ebe0ed Add link to report analyzer failures (parse errors, asserts, etc). by Daniel Dunbar · 16 years ago
- ce723ce Update scan-build to add markers about crashes. by Daniel Dunbar · 16 years ago
- c3998fa Include clang preprocessed sources as well with "crashes" output. by Ted Kremenek · 16 years ago
- 82a1253 Use .txt extension for info files. by Ted Kremenek · 16 years ago
- ba80c9a Downgrade incompatible block pointer error to a warning (to be consistent with incompatible pointer warnings in general). by Steve Naroff · 16 years ago
- cc2ece2 Fix a couple harmless warnings when compiling optimized with gcc (reported by mrs@apple.com). by Steve Naroff · 16 years ago
- 1656442 Fix <rdar://problem/6243788> clang: Incorrect return statement for Blocks? by Steve Naroff · 16 years ago
- 739a36b Add more testing of Obj-C property synthesis. by Daniel Dunbar · 16 years ago
- f6a415f Add scan-view '--allow-all-hosts' option, by default access is now by Daniel Dunbar · 16 years ago
- 3b38e45 Update checker build. by Ted Kremenek · 16 years ago
- 1f6c3ae Fix some const-ness to keep the VisualStudio C++ compiler happy. by Steve Naroff · 16 years ago
- 485eeff Extend ASTContext::getTypeInfo() and ASTContext::getObjCEncodingForType() for BlockTypes. by Steve Naroff · 16 years ago
- cafd908 Updated test case. by Ted Kremenek · 16 years ago
- 86957eb Implement Obj-C synthesized setters for copy / retain. by Daniel Dunbar · 16 years ago
- c1cf4a5 Implement Obj-C getter synthesis for copy and retain. by Daniel Dunbar · 16 years ago
- 29e0bcc Refactor some CodeGen functionality: by Daniel Dunbar · 16 years ago
- 49f6602 Add Obj-C runtime methods to get runtime specific functions for by Daniel Dunbar · 16 years ago
- 0fb1d15 Adjust whitespaces. by Devang Patel · 16 years ago
- d0646bd s/ParamAttrsWithIndex/FnAttributeWithIndex/g by Devang Patel · 16 years ago
- f143545 For generated index.html, look for "scan-view.css", not "/scan-view.css" by Ted Kremenek · 16 years ago
- 95e61fb Implement type checking of Objective-C property attributes. by Daniel Dunbar · 16 years ago
- dca6d6e Fix <rdar://problem/6240065> clang: __BLOCKS__ should be defined. by Steve Naroff · 16 years ago
- ca3bb4f RewriteBlocks::RewriteBlockPointerDecl(): Handle TypedefDecl's and VarDecl's uniformly. by Steve Naroff · 16 years ago
- eab5f63 Teach block rewriter to replace '^' with '*' in VarDecls. by Steve Naroff · 16 years ago
- d1f5ff7 Added test case. by Ted Kremenek · 16 years ago
- fa70825 Fix PR 2819: Compute dataflow values for all CFG blocks by not relying on having the "Exit" block being reachable by all (or any) of the blocks in the CFG. by Ted Kremenek · 16 years ago
- b55a42b Add x86_64 Linux target. - PR2824 by Daniel Dunbar · 16 years ago
- 3edfa47 Updated checker build. by Ted Kremenek · 16 years ago
- e1226d2 Bug fix, result of isIntegerConstantExpr could be of incorrect width by Daniel Dunbar · 16 years ago
- 17fded6 scan-view: Add header and "report bug" links to report pages. by Daniel Dunbar · 16 years ago
- 4d20cf7 scan-view: Add links to open files using default file handler. by Daniel Dunbar · 16 years ago
- 2384dfa Yank out special CSS for button rendering (not very portable or well tested, and we were encountering race conditions with CSS loading). by Ted Kremenek · 16 years ago
- 28870e1 scan-view: Update for "button" class change, drop magic resolution of by Daniel Dunbar · 16 years ago
- db9e91b Reintegrate Daniel's changes. by Ted Kremenek · 16 years ago
- 51e6ffe Removed scan-view's version of scanview.css. by Ted Kremenek · 16 years ago
- 1d1abb1 Add "SUMMARYENDHEAD" tag. by Ted Kremenek · 16 years ago
- 3ce1207 Don't embed CSS inside scan-build script; use external scanview.css. by Ted Kremenek · 16 years ago
- 91639ef Don't emit link to source file. by Ted Kremenek · 16 years ago
- 68005dd Make "View Report" just a normal link again. by Ted Kremenek · 16 years ago
- 50534dc Don't print out the path length. by Ted Kremenek · 16 years ago
- 778246a Output "REPORTHEADER" and "REPORTSUMMARYEXTRA" tags for use with scan-view. by Ted Kremenek · 16 years ago
- 7ccce6b not executable by Nuno Lopes · 16 years ago
- 33ae3af Remove unused slot/reference and update Sema::ActOnIdentifierExpr(). by Steve Naroff · 16 years ago
- 4f9b9f1 Fix http://llvm.org/bugs/show_bug.cgi?id=2816. by Steve Naroff · 16 years ago
- 5950b3f Use scan-view to view reports. Opening index.html is deprecated. by Ted Kremenek · 16 years ago
- 224e4e7 Updated checker build by Ted Kremenek · 16 years ago
- c2dd345 scan-view: Add links from bug reporting forms to report & summary pages. by Daniel Dunbar · 16 years ago
- 7ad535d scan-view: Search for available port if default is unavailable. by Daniel Dunbar · 16 years ago
- 8dcd940 scan-view: Store bug reporter defaults in ~/.scanview.cfg by Daniel Dunbar · 16 years ago