summaryrefslogtreecommitdiffstats
path: root/clang
Commit message (Collapse)AuthorAgeFilesLines
* Silence uninitialized value warning in Release build.Ted Kremenek2008-06-161-4/+5
| | | | llvm-svn: 52376
* Silence uninitialized value warning during Release build.Ted Kremenek2008-06-161-4/+5
| | | | llvm-svn: 52375
* Remove debugging message in ccc-analyzer.Ted Kremenek2008-06-162-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 Kremenek2008-06-161-1/+4
| | | | llvm-svn: 52370
* Re-enable the analyzer.Ted Kremenek2008-06-161-1/+1
| | | | llvm-svn: 52367
* Remove Analysis-Apple.Ted Kremenek2008-06-161-1/+1
| | | | llvm-svn: 52366
* Move test case "uninit-msg-expr.m" from Analysis-Apple to Analysis (now ↵Ted Kremenek2008-06-162-20/+56
| | | | | | works on all platforms). llvm-svn: 52362
* Moved test case NoReturn.m from Analysis-Apple to Analysis (now works on all ↵Ted Kremenek2008-06-162-36/+78
| | | | | | platforms). llvm-svn: 52359
* Move NSString.m test case from Analysis-Apple to Analysis. The test case ↵Ted Kremenek2008-06-162-111/+180
| | | | | | now works on all platforms. llvm-svn: 52354
* Update test case to use -pedantic (makes the test case more clear).Ted Kremenek2008-06-161-2/+13
| | | | llvm-svn: 52349
* Fix misspelling of "svelte".Ted Kremenek2008-06-163-3/+3
| | | | llvm-svn: 52348
* Move Analysis-Apple/CFString.c to Analysis (the test case now works on all ↵Ted Kremenek2008-06-162-30/+49
| | | | | | platforms). llvm-svn: 52346
* Move CFDateGC.m test case from Analysis-Apple to Analysis (it now runs on ↵Ted Kremenek2008-06-162-17/+39
| | | | | | all platforms). llvm-svn: 52344
* Moved CFDate.m from test/Analysis-Apple to test/Analysis, and added the ↵Ted Kremenek2008-06-161-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 Kremenek2008-06-161-0/+36
| | | | llvm-svn: 52337
* Introduce preliminary support for NSString format-string checking.Ted Kremenek2008-06-164-2/+38
| | | | | | Patch by Nikita Zhuk! llvm-svn: 52336
* force size of alloca to i32, which is currently required by LLVM IR.Chris Lattner2008-06-161-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 Friedman2008-06-139-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 Kremenek2008-06-131-1/+1
| | | | llvm-svn: 52256
* CSS tweaks with the menu to help resolve some menu/content overlap issues.Ted Kremenek2008-06-132-3/+5
| | | | llvm-svn: 52255
* Allow -parse-noop -verify options to be used together.Argyrios Kyrtzidis2008-06-133-1/+11
| | | | llvm-svn: 52249
* Grammo.Ted Kremenek2008-06-121-3/+3
| | | | llvm-svn: 52241
* Added an "important notes" section. Tweaked formatting.Ted Kremenek2008-06-122-49/+73
| | | | llvm-svn: 52239
* Fix broken test.Argyrios Kyrtzidis2008-06-121-1/+1
| | | | llvm-svn: 52232
* Multiple tests in a single test file must be linked with '&&'.Argyrios Kyrtzidis2008-06-1219-49/+49
| | | | | | Otherwise, failing tests other than the last one will not be reported. llvm-svn: 52231
* Fix "copy & paste" error.Argyrios Kyrtzidis2008-06-111-3/+3
| | | | llvm-svn: 52227
* Added direct link to latest analyzer build on Mac OS X.Ted Kremenek2008-06-111-2/+8
| | | | llvm-svn: 52222
* Added a disclaimer about running time, and provided an executive summary of ↵Ted Kremenek2008-06-111-1/+19
| | | | | | the tool's interface. llvm-svn: 52221
* Use relative links that start with "/" so the menu works from different ↵Ted Kremenek2008-06-111-7/+7
| | | | | | subdirectories. llvm-svn: 52210
* Don't crash if we can't find FileEntry info for a typedef, since one Eli Friedman2008-06-112-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 Kremenek2008-06-111-0/+14
| | | | llvm-svn: 52208
* Fix menu/content overlap.Ted Kremenek2008-06-111-1/+0
| | | | llvm-svn: 52207
* More padding adjustments.Ted Kremenek2008-06-111-1/+2
| | | | llvm-svn: 52206
* Shorten menu item name.Ted Kremenek2008-06-112-2/+2
| | | | llvm-svn: 52205
* Add some padding to the right of "content" to balance out.Ted Kremenek2008-06-111-0/+1
| | | | llvm-svn: 52204
* Less padding... (difficult to preview without commits)Ted Kremenek2008-06-111-1/+1
| | | | llvm-svn: 52203
* More padding...Ted Kremenek2008-06-111-1/+1
| | | | llvm-svn: 52202
* Expand padding of content.Ted Kremenek2008-06-111-1/+1
| | | | llvm-svn: 52201
* Added static analysis link.Ted Kremenek2008-06-111-0/+5
| | | | llvm-svn: 52200
* Make default text a little darker. Shorten title in Static Analysis page.Ted Kremenek2008-06-112-2/+2
| | | | llvm-svn: 52199
* More CSS refinements.Ted Kremenek2008-06-112-8/+5
| | | | llvm-svn: 52198
* Use Arial as default font.Ted Kremenek2008-06-111-1/+1
| | | | llvm-svn: 52197
* Use sans-serif font.Ted Kremenek2008-06-111-2/+4
| | | | llvm-svn: 52196
* Included page-specific formatting for tables.Ted Kremenek2008-06-111-16/+18
| | | | llvm-svn: 52195
* Include side-menu.Ted Kremenek2008-06-111-2/+10
| | | | llvm-svn: 52194
* Minor tweaks/grammar/formatting.Ted Kremenek2008-06-111-22/+52
| | | | llvm-svn: 52193
* Skip a few more files and linker options.Ted Kremenek2008-06-101-3/+3
| | | | llvm-svn: 52189
* Fix the setup of CodeGen/bitfield.c test.Argyrios Kyrtzidis2008-06-101-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 Friedman2008-06-101-1/+1
| | | | llvm-svn: 52169
* Make this test C instead of C++; making it C++ causes a failure on Linux Eli Friedman2008-06-101-0/+0
| | | | | | because clang can't parse stdio.h in C++ mode yet. llvm-svn: 52168
OpenPOWER on IntegriCloud