index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
clang
/
utils
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add "argument key" processing similar to ccc.
Ted Kremenek
2008-10-19
1
-10
/
+11
*
ccc: Pass '-g' through to clang. Handle -weak_framework.
Daniel Dunbar
2008-10-19
1
-0
/
+7
*
ccc: support -Xlinker
Daniel Dunbar
2008-10-16
1
-1
/
+1
*
ccc: support -fsyntax-only, add some more darwin options, support
Daniel Dunbar
2008-10-15
1
-1
/
+30
*
Use 'realpath' to resolve the absolute path to clang and ccc-analyzer.
Ted Kremenek
2008-10-13
1
-9
/
+25
*
Add missing newline.
Ted Kremenek
2008-10-10
1
-2
/
+2
*
Add script for checking builtin macros verse another compiler ($CC or
Daniel Dunbar
2008-10-05
1
-0
/
+23
*
Bug fix, ccc was passing -std twice.
Daniel Dunbar
2008-10-03
1
-2
/
+0
*
Fix ccc handling of -mmacosx-version-min.
Daniel Dunbar
2008-10-02
1
-2
/
+4
*
ccc: Use CCC_NATIVE=1 by default.
Daniel Dunbar
2008-10-01
1
-4
/
+14
*
Support -mmacosx-version-min
Ted Kremenek
2008-09-30
1
-1
/
+2
*
ccc: Add support for another batch of OS X linker options, including
Daniel Dunbar
2008-09-30
1
-6
/
+13
*
ccc: Infer action type upfront.
Daniel Dunbar
2008-09-30
1
-9
/
+13
*
Change ccc to not pass -x unknown down.
Daniel Dunbar
2008-09-30
1
-6
/
+20
*
Really don't add -isysroot twice.
Ted Kremenek
2008-09-29
1
-3
/
+4
*
Don't filter out -fpascal-strings.
Ted Kremenek
2008-09-29
1
-1
/
+2
*
Discard extra -isysroot options. This fixes:
Ted Kremenek
2008-09-29
1
-0
/
+16
*
Add "Path Length" back to the table of bug reports.
Ted Kremenek
2008-09-28
1
-3
/
+5
*
Emulate gcc driver-driver functionality: run analyzer separately for each sep...
Ted Kremenek
2008-09-25
1
-4
/
+25
*
Add link to report analyzer failures (parse errors, asserts, etc).
Daniel Dunbar
2008-09-25
1
-1
/
+1
*
Update scan-build to add markers about crashes.
Daniel Dunbar
2008-09-25
1
-1
/
+4
*
Include clang preprocessed sources as well with "crashes" output.
Ted Kremenek
2008-09-25
1
-3
/
+12
*
Use .txt extension for info files.
Ted Kremenek
2008-09-25
2
-6
/
+6
*
For generated index.html, look for "scan-view.css", not "/scan-view.css"
Ted Kremenek
2008-09-23
1
-1
/
+1
*
Yank out special CSS for button rendering (not very portable or well tested, ...
Ted Kremenek
2008-09-22
1
-12
/
+0
*
Reintegrate Daniel's changes.
Ted Kremenek
2008-09-22
1
-1
/
+43
*
Add "SUMMARYENDHEAD" tag.
Ted Kremenek
2008-09-22
1
-0
/
+1
*
Don't embed CSS inside scan-build script; use external scanview.css.
Ted Kremenek
2008-09-22
2
-27
/
+33
*
Don't emit link to source file.
Ted Kremenek
2008-09-22
1
-13
/
+2
*
Make "View Report" just a normal link again.
Ted Kremenek
2008-09-22
1
-1
/
+1
*
Don't print out the path length.
Ted Kremenek
2008-09-22
1
-6
/
+4
*
Use scan-view to view reports. Opening index.html is deprecated.
Ted Kremenek
2008-09-22
1
-4
/
+6
*
Patch from Richard Godbee:
Ted Kremenek
2008-09-22
1
-7
/
+86
*
Add webkit styles using Javascript (detect for AppleWebKit)
Ted Kremenek
2008-09-21
1
-1
/
+12
*
Unbreak using abs_path.
Ted Kremenek
2008-09-21
1
-1
/
+1
*
Remove debugging message.
Ted Kremenek
2008-09-21
1
-1
/
+0
*
Unbreak ccc-analyzer: getcwd is from package Cwd
Ted Kremenek
2008-09-21
1
-1
/
+1
*
Patch by Richard Godbee:
Ted Kremenek
2008-09-21
1
-2
/
+2
*
scan-build now prints out bug categories.
Ted Kremenek
2008-09-21
1
-60
/
+133
*
Have ScanView.py generate a "<td></td>" pair in the output HTML instead of ha...
Ted Kremenek
2008-09-21
1
-1
/
+1
*
Add REPORTBUG marker to scan-build.
Daniel Dunbar
2008-09-19
1
-0
/
+4
*
Analysis option -warn-objc-nserror-methods is no longer available. (check is ...
Ted Kremenek
2008-09-18
1
-1
/
+0
*
Enable '-warn-objc-nserror-methods' by default.
Ted Kremenek
2008-09-18
1
-1
/
+2
*
Include links to stderr output of clang in the table of files that clang reje...
Ted Kremenek
2008-09-12
2
-4
/
+4
*
Add ccc support for -e and -sectorder.
Daniel Dunbar
2008-09-12
1
-1
/
+7
*
Teach FindSpecRefs how to link to C++ spec.
Daniel Dunbar
2008-09-12
1
-1
/
+299
*
Echo stderr/stdout from clang subprocess to both the stderr of ccc-analyzer and
Ted Kremenek
2008-09-11
1
-5
/
+14
*
Bug fix: <rdar://problem/6164367>
Ted Kremenek
2008-09-11
1
-1
/
+1
*
Check if the environment variable TERM is defined before using it.
Ted Kremenek
2008-09-11
1
-2
/
+3
*
Patch to scan-build by Jordan Breeding:
Ted Kremenek
2008-09-04
1
-6
/
+5
[next]