index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
scan-build
/
ccc-analyzer
Age
Commit message (
Expand
)
Author
2013-04-23
[scan-build] Whitelist all -mXXXX options.
Ted Kremenek
2013-02-14
Teach ccc-analyze to pass on -iquote with no spaces between it an the argument.
Ted Kremenek
2013-01-10
ccc-analyzer: Forward -msse* options to the compiler.
Ted Kremenek
2012-11-28
[analyzer] scan-build: Don't forget to close our temp file for Clang's output.
Jordan Rose
2012-11-28
[analyzer] scan-build: Treat '.C' files as C++.
Jordan Rose
2012-09-19
ccc-analyzer: pass -stdlib=libc++ through to the analyzer.
Benjamin Kramer
2012-08-23
[scan-build] Accept -fno-objc-arc as well as -fobjc-arc.
Jordan Rose
2012-08-07
Teach ccc-analyze about -fobjc-legacy-dispatch and -mios-simulator-version-min
Ted Kremenek
2012-06-22
[analyzer]scan-build: report the total number of steps analyzer performs
Anna Zaks
2012-06-19
Sink definition of IBOutlet, IBOutletCollection, and IBAction into
Ted Kremenek
2012-05-25
[analyzer] Loading external plugins with scan-build
Anna Zaks
2012-04-14
[analyzer] Add .cxx and .txx as known file extensions to ccc-analyzer.
Anna Zaks
2012-03-06
Add static analyzer support for new NSArray/NSDictionary/NSNumber literals.
Ted Kremenek
2012-01-26
Teach ccc-analyzer about -fobjc-abi-version.
Ted Kremenek
2012-01-06
[analyzer] scan-build: If we are on MacOS, use clang as the default
Anna Zaks
2012-01-06
[analyzer] Skip --serialize-diagnostic when running scan-build.
Anna Zaks
2011-11-16
Teach ccc-analyzer about -fobjc-arc.
Ted Kremenek
2011-11-07
[analyzer] Make sure scan-build catches all clang failures.
Anna Zaks
2011-09-09
[analyzer] When running scan-build with -plist on ./configure, delete the pli...
Anna Zaks
2011-08-31
[analyzer] Revert a regression introduced in r133104(The ARC Migration Tool.....
Anna Zaks
2011-08-11
scan-build: enable C++ support by default.
Ted Kremenek
2011-06-15
The ARC Migration Tool. All the credit goes to Argyrios and Fariborz
John McCall
2011-04-13
Add Objective-C++ files to those accepted by ccc-analyzer.
Ted Kremenek
2011-04-12
Provide options to explicitly enable/disable checkers in scan-build.
Ted Kremenek
2011-04-12
Enable C++ static analysis support in ccc-analyzer.
Ted Kremenek
2011-03-21
scan-build: only display analyzer intra-file progress when in "Verbose" mode.
Ted Kremenek
2011-03-16
Compress argument processing in ccc-analyzer. No functionality change.
Ted Kremenek
2011-03-10
Tweak ccc-analyzer's 'Analyze' function to not mutate the original arguments ...
Ted Kremenek
2011-02-17
Begin overhaul of scan-build/ccc-analyzer's handling of checker options.
Ted Kremenek
2010-09-29
Modified the ccc-analyzer script to print the compiler command when log level...
Tom Care
2010-07-03
Forward -fno-builtin to clang, add .cp as a supported
Shantonu Sen
2010-06-08
Add ccc-analyzer support for '-imacros'. Fixes PR 7204.
Ted Kremenek
2010-04-06
Fix ccc-analyzer's handling of quoted arguments in the build command. Fixes ...
Ted Kremenek
2010-03-08
Don't enable static analysis support for C++ by default. Users are
Ted Kremenek
2010-03-02
Pass -m32 and -m64 to the static analyzer when using scan-build. Now we can
Charles Davis
2010-02-12
Add comments.
Ted Kremenek
2010-02-05
Rename -cc1 option '-checker-cfref' to '-analyzer-check-objc-mem'.
Ted Kremenek
2009-12-16
Compute the right extension for preprocessed Objective-C++ files.
Ted Kremenek
2009-12-16
Add logic for computing preprocessor file extensions for C++ files.
Ted Kremenek
2009-12-15
scan-build/ccc-analyzer: start analyzing C++ FTW.
Ted Kremenek
2009-12-11
Remove more old references to clang-cc.
Ted Kremenek
2009-12-11
Convert scan-build and ccc-analyzer over to using 'clang -cc1' instead of usi...
Ted Kremenek
2009-12-07
Enable '-analyzer-opt-analyze-nested-blocks' by default for testing.
Ted Kremenek
2009-12-01
Tuck away scan-build related files into tools/scan-build
Kovarththanan Rajaratnam