Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Silence uninitialized value warning in Release build. | Ted Kremenek | 2008-06-16 | 1 | -4/+5 |
| | | | | llvm-svn: 52376 | ||||
* | Silence uninitialized value warning during Release build. | Ted Kremenek | 2008-06-16 | 1 | -4/+5 |
| | | | | llvm-svn: 52375 | ||||
* | Remove debugging message in ccc-analyzer. | Ted Kremenek | 2008-06-16 | 2 | -20/+54 |
| | | | | | | Add color diagnostics from scan-build, and indicate the number of bugs found (if any). llvm-svn: 52372 | ||||
* | Latest release is checker-37. | Ted Kremenek | 2008-06-16 | 1 | -1/+4 |
| | | | | llvm-svn: 52370 | ||||
* | Re-enable the analyzer. | Ted Kremenek | 2008-06-16 | 1 | -1/+1 |
| | | | | llvm-svn: 52367 | ||||
* | Remove Analysis-Apple. | Ted Kremenek | 2008-06-16 | 1 | -1/+1 |
| | | | | llvm-svn: 52366 | ||||
* | Move test case "uninit-msg-expr.m" from Analysis-Apple to Analysis (now ↵ | Ted Kremenek | 2008-06-16 | 2 | -20/+56 |
| | | | | | | works on all platforms). llvm-svn: 52362 | ||||
* | Moved test case NoReturn.m from Analysis-Apple to Analysis (now works on all ↵ | Ted Kremenek | 2008-06-16 | 2 | -36/+78 |
| | | | | | | platforms). llvm-svn: 52359 | ||||
* | Move NSString.m test case from Analysis-Apple to Analysis. The test case ↵ | Ted Kremenek | 2008-06-16 | 2 | -111/+180 |
| | | | | | | now works on all platforms. llvm-svn: 52354 | ||||
* | Update test case to use -pedantic (makes the test case more clear). | Ted Kremenek | 2008-06-16 | 1 | -2/+13 |
| | | | | llvm-svn: 52349 | ||||
* | Fix misspelling of "svelte". | Ted Kremenek | 2008-06-16 | 3 | -3/+3 |
| | | | | llvm-svn: 52348 | ||||
* | Move Analysis-Apple/CFString.c to Analysis (the test case now works on all ↵ | Ted Kremenek | 2008-06-16 | 2 | -30/+49 |
| | | | | | | platforms). llvm-svn: 52346 | ||||
* | Move CFDateGC.m test case from Analysis-Apple to Analysis (it now runs on ↵ | Ted Kremenek | 2008-06-16 | 2 | -17/+39 |
| | | | | | | all platforms). llvm-svn: 52344 | ||||
* | Moved CFDate.m from test/Analysis-Apple to test/Analysis, and added the ↵ | Ted Kremenek | 2008-06-16 | 1 | -13/+39 |
| | | | | | | necessary declarations from Foundation.h to CFDate.m so that the test case can be exercised on all platforms. llvm-svn: 52343 | ||||
* | Add test case for NSString format-string checking. | Ted Kremenek | 2008-06-16 | 1 | -0/+36 |
| | | | | llvm-svn: 52337 | ||||
* | Introduce preliminary support for NSString format-string checking. | Ted Kremenek | 2008-06-16 | 4 | -2/+38 |
| | | | | | | Patch by Nikita Zhuk! llvm-svn: 52336 | ||||
* | force size of alloca to i32, which is currently required by LLVM IR. | Chris Lattner | 2008-06-16 | 1 | -3/+6 |
| | | | | | | This fixes use of alloca on 64-bit systems. llvm-svn: 52334 | ||||
* | Basic support for volatile loads and stores. Stores the volatile | Eli Friedman | 2008-06-13 | 9 | -51/+200 |
| | | | | | | | | | | qualifier in the lvalue, and changes lvalue loads/stores to honor the volatile flag. Places which need some further attention are marked with FIXMEs. Patch by Cédric Venet. llvm-svn: 52264 | ||||
* | Tweak h1 line-height to avoid text overlay issues in the headers. | Ted Kremenek | 2008-06-13 | 1 | -1/+1 |
| | | | | llvm-svn: 52256 | ||||
* | CSS tweaks with the menu to help resolve some menu/content overlap issues. | Ted Kremenek | 2008-06-13 | 2 | -3/+5 |
| | | | | llvm-svn: 52255 | ||||
* | Allow -parse-noop -verify options to be used together. | Argyrios Kyrtzidis | 2008-06-13 | 3 | -1/+11 |
| | | | | llvm-svn: 52249 | ||||
* | Grammo. | Ted Kremenek | 2008-06-12 | 1 | -3/+3 |
| | | | | llvm-svn: 52241 | ||||
* | Added an "important notes" section. Tweaked formatting. | Ted Kremenek | 2008-06-12 | 2 | -49/+73 |
| | | | | llvm-svn: 52239 | ||||
* | Fix broken test. | Argyrios Kyrtzidis | 2008-06-12 | 1 | -1/+1 |
| | | | | llvm-svn: 52232 | ||||
* | Multiple tests in a single test file must be linked with '&&'. | Argyrios Kyrtzidis | 2008-06-12 | 19 | -49/+49 |
| | | | | | | Otherwise, failing tests other than the last one will not be reported. llvm-svn: 52231 | ||||
* | Fix "copy & paste" error. | Argyrios Kyrtzidis | 2008-06-11 | 1 | -3/+3 |
| | | | | llvm-svn: 52227 | ||||
* | Added direct link to latest analyzer build on Mac OS X. | Ted Kremenek | 2008-06-11 | 1 | -2/+8 |
| | | | | llvm-svn: 52222 | ||||
* | Added a disclaimer about running time, and provided an executive summary of ↵ | Ted Kremenek | 2008-06-11 | 1 | -1/+19 |
| | | | | | | the tool's interface. llvm-svn: 52221 | ||||
* | Use relative links that start with "/" so the menu works from different ↵ | Ted Kremenek | 2008-06-11 | 1 | -7/+7 |
| | | | | | | subdirectories. llvm-svn: 52210 | ||||
* | Don't crash if we can't find FileEntry info for a typedef, since one | Eli Friedman | 2008-06-11 | 2 | -14/+21 |
| | | | | | | | | | | | isn't guaranteed to exist. This fixes a crash with conflicting typedefs coming from stdin. This also fixes the crash in PR2406, but doesn't completely fix the issue; it appears there's something strange about the physical location for the definition of int64_t in stdlib.h. llvm-svn: 52209 | ||||
* | Use same CSS as the rest of the clang website. | Ted Kremenek | 2008-06-11 | 1 | -0/+14 |
| | | | | llvm-svn: 52208 | ||||
* | Fix menu/content overlap. | Ted Kremenek | 2008-06-11 | 1 | -1/+0 |
| | | | | llvm-svn: 52207 | ||||
* | More padding adjustments. | Ted Kremenek | 2008-06-11 | 1 | -1/+2 |
| | | | | llvm-svn: 52206 | ||||
* | Shorten menu item name. | Ted Kremenek | 2008-06-11 | 2 | -2/+2 |
| | | | | llvm-svn: 52205 | ||||
* | Add some padding to the right of "content" to balance out. | Ted Kremenek | 2008-06-11 | 1 | -0/+1 |
| | | | | llvm-svn: 52204 | ||||
* | Less padding... (difficult to preview without commits) | Ted Kremenek | 2008-06-11 | 1 | -1/+1 |
| | | | | llvm-svn: 52203 | ||||
* | More padding... | Ted Kremenek | 2008-06-11 | 1 | -1/+1 |
| | | | | llvm-svn: 52202 | ||||
* | Expand padding of content. | Ted Kremenek | 2008-06-11 | 1 | -1/+1 |
| | | | | llvm-svn: 52201 | ||||
* | Added static analysis link. | Ted Kremenek | 2008-06-11 | 1 | -0/+5 |
| | | | | llvm-svn: 52200 | ||||
* | Make default text a little darker. Shorten title in Static Analysis page. | Ted Kremenek | 2008-06-11 | 2 | -2/+2 |
| | | | | llvm-svn: 52199 | ||||
* | More CSS refinements. | Ted Kremenek | 2008-06-11 | 2 | -8/+5 |
| | | | | llvm-svn: 52198 | ||||
* | Use Arial as default font. | Ted Kremenek | 2008-06-11 | 1 | -1/+1 |
| | | | | llvm-svn: 52197 | ||||
* | Use sans-serif font. | Ted Kremenek | 2008-06-11 | 1 | -2/+4 |
| | | | | llvm-svn: 52196 | ||||
* | Included page-specific formatting for tables. | Ted Kremenek | 2008-06-11 | 1 | -16/+18 |
| | | | | llvm-svn: 52195 | ||||
* | Include side-menu. | Ted Kremenek | 2008-06-11 | 1 | -2/+10 |
| | | | | llvm-svn: 52194 | ||||
* | Minor tweaks/grammar/formatting. | Ted Kremenek | 2008-06-11 | 1 | -22/+52 |
| | | | | llvm-svn: 52193 | ||||
* | Skip a few more files and linker options. | Ted Kremenek | 2008-06-10 | 1 | -3/+3 |
| | | | | llvm-svn: 52189 | ||||
* | Fix the setup of CodeGen/bitfield.c test. | Argyrios Kyrtzidis | 2008-06-10 | 1 | -3/+3 |
| | | | | | | Due to the broken setup it was passing the test while it should have failed. llvm-svn: 52181 | ||||
* | Fix the run line for this test. | Eli Friedman | 2008-06-10 | 1 | -1/+1 |
| | | | | llvm-svn: 52169 | ||||
* | Make this test C instead of C++; making it C++ causes a failure on Linux | Eli Friedman | 2008-06-10 | 1 | -0/+0 |
| | | | | | | because clang can't parse stdio.h in C++ mode yet. llvm-svn: 52168 |