Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
clang
/
0f433840423ea2860b3e301456d7bf3c4d07968d
/
utils
/
ccc-analyzer
de49f3e
Don't specify a -o option to clang when not using "-checker-cfref".
by Ted Kremenek
· 17 years ago
5595a1c
Fix variable misspelling.
by Ted Kremenek
· 17 years ago
fa83755
Don't run clang on .s files.
by Ted Kremenek
· 17 years ago
5979b08
Added "-a" option to scan-build to select the analysis (ASTConsumer) used by clang. The default is -checker-cfref.
by Ted Kremenek
· 17 years ago
bc3c6eb
Output #LINE for computing line counts.
by Ted Kremenek
· 17 years ago
8ccfb6d
Re-enable the analyzer.
by Ted Kremenek
· 17 years ago
c6114d6
Place "-x" option before other analyzer options.
by Ted Kremenek
· 17 years ago
eb55aca
Directly invoke gcc immediately instead of before we process the command line arguments.
by Ted Kremenek
· 17 years ago
62e737d
Added internal command logging.
by Ted Kremenek
· 17 years ago
757e535
Add missing "-" that prefix arguments to forward to clang.
by Ted Kremenek
· 17 years ago
062f6df
Pass fobjc-gc-only and fobjc-gc options down to clang.
by Ted Kremenek
· 17 years ago
0988d3c
Pass down more -iXXX options that clang supports
by Ted Kremenek
· 17 years ago
e8a27f0
Don't double-increment counter for -arch and -isysroot
by Nate Begeman
· 17 years ago
ee47c00
Remove unused "verbose" argument to compile(). Also unbreaks ccc-analyzer.
by Ted Kremenek
· 17 years ago
aaa2a0f
Pass "-arch" down to clang.
by Ted Kremenek
· 17 years ago
521948f
Pass "-isysroot" option down to clang.
by Ted Kremenek
· 17 years ago
056171b
Use 'clang' binary in the same dir as scan-build; if it isn't there use the one in the path
by Ted Kremenek
· 17 years ago
9715693
Turn on CF reference count checker.
by Ted Kremenek
· 17 years ago
7f45efb
Used --checker-simple.
by Ted Kremenek
· 17 years ago
651f285
When not emitting path diagnostics in BugReporter::EmitWarning(), use the
by Ted Kremenek
· 17 years ago
fa3e7a6
Fix analyzer breakage introduced by r49213: http://llvm.org/viewvc/llvm-project?rev=49213&view=rev
by Ted Kremenek
· 17 years ago
877866b
- ccc: print generated command line to stdout instead of stderr
by Seo Sanghyeon
· 17 years ago
8136f38
Remove bogus check to prune out analyzing files.
by Ted Kremenek
· 17 years ago
91bb5de
Don't run the analyzer on files whose language is "unknown"
by Ted Kremenek
· 17 years ago
d2b8d8e
Do not abort ccc-analyzer script if an HTML directory is not specified.
by Ted Kremenek
· 17 years ago
8a69698
The ccc-analyzer script now interrogates environment variables to determine
by Ted Kremenek
· 17 years ago
18e72bb
Added hacked version of ccc script used to invoke the static analyzer. This
by Ted Kremenek
· 17 years ago