- Aug 08, 2008
-
-
Ted Kremenek authored
llvm-svn: 54552
-
- Aug 07, 2008
-
-
Ted Kremenek authored
Fix by Jordan Breeding: when scanning for prior runs, scan-build should ignore files that are not directories. llvm-svn: 54473
-
- Aug 04, 2008
-
-
Ted Kremenek authored
When results go to a auto-generated dir in /tmp, don't use randomized file names. Just output /tmp/scan-build-DATE-counter, where counter is an auto-incremented counter for runs produced that day. llvm-svn: 54325
-
Ted Kremenek authored
Recognize 'ccc-analyzer' as a build command some users may use. Treat it just like calling gcc. llvm-svn: 54323
-
- Jul 30, 2008
-
-
Ted Kremenek authored
llvm-svn: 54222
-
Ted Kremenek authored
llvm-svn: 54220
-
- Jul 25, 2008
-
-
Ted Kremenek authored
llvm-svn: 54052
-
- Jul 24, 2008
-
-
Ted Kremenek authored
llvm-svn: 53977
-
Ted Kremenek authored
Patch by Zhongxing Xu! llvm-svn: 53976
-
- Jul 19, 2008
-
-
Ted Kremenek authored
Reimplement ccc-analyzer in a language I actually know, and implement some obvious optimizations when processing command line arguments. llvm-svn: 53783
-
Ted Kremenek authored
llvm-svn: 53776
-
Ted Kremenek authored
llvm-svn: 53775
-
- Jul 16, 2008
-
-
Ted Kremenek authored
llvm-svn: 53654
-
Ted Kremenek authored
llvm-svn: 53648
-
Ted Kremenek authored
scan-build is the same as the exit status of the executed build command. With this option, the exit status of scan-build is 1 if the analyzer flagged any bugs, and 0 otherwise. This addresses: <rdar://problem/6075320> llvm-svn: 53642
-
- Jul 15, 2008
-
-
Ted Kremenek authored
Per Sam Bishop's excellent suggestion, use "system" instead of backticks to invoke sub-commands used by scan-build. This avoids meta-character translation issues caused by a shell subprocess. llvm-svn: 53640
-
Ted Kremenek authored
llvm-svn: 53635
-
Ted Kremenek authored
llvm-svn: 53620
-
Ted Kremenek authored
llvm-svn: 53619
-
Ted Kremenek authored
these as options to the user of scan-build. llvm-svn: 53618
-
Ted Kremenek authored
llvm-svn: 53578
-
Ted Kremenek authored
llvm-svn: 53576
-
- Jul 12, 2008
-
-
Ted Kremenek authored
llvm-svn: 53483
-
- Jul 11, 2008
-
-
Ted Kremenek authored
llvm-svn: 53466
-
- Jul 07, 2008
-
-
Ted Kremenek authored
Mark the "Bug Type" column as being initially sorted (display the sort ding) so that users can readily see that the table can be sorted. llvm-svn: 53176
-
Ted Kremenek authored
llvm-svn: 53175
-
- Jul 05, 2008
-
-
Nuno Lopes authored
llvm-svn: 53144
-
- Jul 04, 2008
-
-
Ted Kremenek authored
llvm-svn: 53114
-
- Jul 03, 2008
-
-
Ted Kremenek authored
ccc-analyzer now dispatches the options "-checker-cfref" and "-warn-dead-stores" to clang instead of just "-checker-cfref". llvm-svn: 53053
-
- Jun 30, 2008
-
-
Ted Kremenek authored
llvm-svn: 52913
-
Ted Kremenek authored
llvm-svn: 52899
-
- Jun 21, 2008
-
-
Chris Lattner authored
since handling this correctly is quite complex, and on some platforms requires additional -D options and on some implies linking against a different libc, but this works better than just ignoring the option. The other change passes the -x option across to clang, which allows compiling .c files as Objective-C and so on. For some reason a lot of configure scripts seem to be under the misguided impression that this is a sensible thing to do." Patch by David Chisnall! llvm-svn: 52579
-
- Jun 17, 2008
-
-
Nuno Lopes authored
Patch by Filipe Cabecinhas llvm-svn: 52417
-
Ted Kremenek authored
llvm-svn: 52379
-
Ted Kremenek authored
Add color diagnostics from scan-build, and indicate the number of bugs found (if any). llvm-svn: 52372
-
- Jun 16, 2008
-
-
Ted Kremenek authored
llvm-svn: 52367
-
- Jun 10, 2008
-
-
Ted Kremenek authored
llvm-svn: 52189
-
- Jun 06, 2008
-
-
Ted Kremenek authored
llvm-svn: 52023
-
- Jun 04, 2008
-
-
Ted Kremenek authored
ccc-analyzer now properly eats the -install_name, -exported_symbols_list, -current_version, -compatibility_version, and -sectorder command line arguments. llvm-svn: 51965
-
- Jun 02, 2008
-
-
Ted Kremenek authored
llvm-svn: 51883
-