index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
utils
Age
Commit message (
Expand
)
Author
2009-05-15
Add hack to scan-build to fix PR 4215
Ted Kremenek
2009-05-15
Re-enable passing analyzer options from scan-build to ccc-analyzer.
Ted Kremenek
2009-05-15
Don't strip quotes in compiler line for -D arguments.
Ted Kremenek
2009-05-12
Make scan-build process of --use-cc and --html-title more robust.
Ted Kremenek
2009-05-11
Use Text::ParseWords to make 'clang -###' parsing more robust.
Ted Kremenek
2009-05-11
Tweak this non-default test so it still works w/ x86 feature support.
Daniel Dunbar
2009-05-11
ccc-analyzer should only analyze C and Objective-C files.
Ted Kremenek
2009-05-09
Add total hack to get scan-build working again. ccc-analyzer calls
Ted Kremenek
2009-05-08
ABITest: Improve test driver marginally, to allow running a specific
Daniel Dunbar
2009-05-08
ABITest: Move more of the common Makefile bits into the common
Daniel Dunbar
2009-05-08
ABITest: Fix a bug in generating test values for structures w/ no
Daniel Dunbar
2009-05-08
ABITest: Move default set of test args into common makefile.
Daniel Dunbar
2009-05-08
Add various other bits I use to run ABITest.
Daniel Dunbar
2009-05-07
Add to the house of cards that is ABITestGen.
Daniel Dunbar
2009-04-28
ccc-analyzer: Don't automatically generate 'Parser Rejects' files anymore. The
Ted Kremenek
2009-04-26
Some fixes for PCH (de-)serialization of Objective-C AST nodes:
Douglas Gregor
2009-04-26
Simple little smoke-test script that tries to build PCH files and then
Douglas Gregor
2009-04-26
Make this code a little more generic.
Daniel Dunbar
2009-04-23
Don't build error/warning/assertion detection in the testing script.
Daniel Dunbar
2009-04-22
ccc-analyzer: Don't create preprocessed files about the ignored 'cdecl' attri...
Ted Kremenek
2009-04-20
Update this (non-default) test case.
Daniel Dunbar
2009-04-13
Remove CheckBuiltinMacros script, obsoleted since we support -dM now.
Daniel Dunbar
2009-04-10
Support -miphoneos-version-min in clang-cc.
Daniel Dunbar
2009-04-10
Support %S in Python TestRunner
Daniel Dunbar
2009-04-08
More fixes to builtin preprocessor defines.
Daniel Dunbar
2009-04-07
Handle use side of __objc_exception__ attribute; when using an
Daniel Dunbar
2009-03-29
scan-build: Also look for clang-cc in ../libexec
Ted Kremenek
2009-03-24
More path updates with clang-cc...
Ted Kremenek
2009-03-24
Update scan-build/ccc-analyzer to use 'clang-cc' instead of 'clang'.
Ted Kremenek
2009-03-11
'-o' option now supports relative paths.
Ted Kremenek
2009-03-09
scan-build: Also look for clang in the same directory as scan-build.
Ted Kremenek
2009-03-06
Add my "clang compatible" test runner. Sorry for keeping this to myself...
Daniel Dunbar
2009-03-04
Add a little utility for interposing between a command line program
Daniel Dunbar
2009-03-02
ABITestGen: Add v2i16 and v16f32 as default vector types to generate.
Daniel Dunbar
2009-02-27
Don't report 'Parser Rejects' for conftest files.
Ted Kremenek
2009-02-27
Correctly check for ccc-analyzer in the same directory as scan-build.
Ted Kremenek
2009-02-26
Pass -ffreestanding' to clang.
Ted Kremenek
2009-02-26
For scan-build based analyses, use the '-analyzer-eargely-assume' setting by ...
Ted Kremenek
2009-02-25
scan-build now looks for ccc-analyzer first in the 'bin' subdirectory and the...
Ted Kremenek
2009-02-25
Do not automatically run the 'missing -dealloc' check until we have adequate ...
Ted Kremenek
2009-02-25
Fix condition in ccc-analyzer that would cause the analyzer never to be run.
Ted Kremenek
2009-02-24
ccc-analyzer: Don't analyze files with '-arch ppc' or '-arch ppc64' since Clang
Ted Kremenek
2009-02-24
Add a very primitive clang based multifile 'delta'.
Daniel Dunbar
2009-02-24
scan-build: Prune off any trailing '/' characters in the output directory path.
Ted Kremenek
2009-02-23
Find 'clang' in 'bin' subdirectory instead of 'cbin'.
Ted Kremenek
2009-02-23
Goodbye old-ccc; please use tools/ccc/ccc.
Daniel Dunbar
2009-02-22
ABITestGen: Use explicit list of vector types instead of just a list
Daniel Dunbar
2009-02-21
Update scan-build help diagnostic.
Ted Kremenek
2009-02-21
Only create a preprocessed file for an ignored attribute if there currently d...
Ted Kremenek
2009-02-20
Make 'RangeConstraintManager' the default ConstraintManager.
Ted Kremenek
[next]