Argyrios Kyrtzidis
|
116f3640da
Intoduce '-analyzer-checker-help' flag which outputs a list of all available static analyzer checkers.
|
há 14 anos atrás |
Argyrios Kyrtzidis
|
65d39251ff
[analyzer] Remove '-analyzer-experimental-internal-checks' flag, it doesn't have any checkers associated with it anymore.
|
há 14 anos atrás |
Argyrios Kyrtzidis
|
38c8fe705e
Allow passing a list of comma separated checker names to -analyzer-checker, e.g:
|
há 14 anos atrás |
Anders Carlsson
|
0761e44550
Add a -fcxx-exceptions flag to clang -cc1. This controls the newly added CXXExceptions flag.
|
há 14 anos atrás |
Joerg Sonnenberger
|
0bb208c91e
Remove the storage for -cxx-system-include. Make libcxx toolchain
|
há 14 anos atrás |
Anders Carlsson
|
e9b801f763
Make clang -cc1 disable Objective-C exceptions by default, and add a -fobjc-exceptions flag to turn them on.
|
há 14 anos atrás |
Joerg Sonnenberger
|
2df6647847
Bug#8945: Add -cxx-isystem option to specify C++ system directories.
|
há 14 anos atrás |
Anders Carlsson
|
da4b7cf09e
Add a new ObjCExceptions member variable to LangOptions. This controls whether Objective-C exceptions are enabled or not (they are by default).
|
há 14 anos atrás |
Douglas Gregor
|
91a230a15f
Eliminate the internal command-line option for viewing inheritance in C++ classes, since it's only really worked for the trivial cases anyway due to lame pseudo-parsing of the class name. The viewInheritance() function is still available for use in the debugger, where this is far more useful
|
há 14 anos atrás |
Argyrios Kyrtzidis
|
c9f2e0f286
[analyzer] Use the new registration mechanism on the IdempotentOperationChecker.
|
há 14 anos atrás |
Argyrios Kyrtzidis
|
43dee22025
[analyzer] Overhauling of the checker registration mechanism.
|
há 14 anos atrás |
Peter Collingbourne
|
f315fa81ee
OpenCL: add support for __kernel, kernel keywords and EXTENSION,
|
há 14 anos atrás |
Roman Divacky
|
be4c8705e4
Implement mcount profiling, enabled via -pg.
|
há 14 anos atrás |
Daniel Dunbar
|
17d3fea677
Driver/Frontend: Wire up -mregparm=.
|
há 14 anos atrás |
Ted Kremenek
|
d767d81290
static analyzer: Further reduce the analyzer's memory usage when analyzing sqlite3 by 7-10% by recylcing "uninteresting" ExplodedNodes.
|
há 14 anos atrás |
Fariborz Jahanian
|
142f9e9901
-fapple-kext cannot have 'weak' visibility in this
|
há 14 anos atrás |
Daniel Dunbar
|
b34d69b929
Frontend: Add -header-include-file option, for allowing saving header include
|
há 14 anos atrás |
Daniel Dunbar
|
eef63e0997
Frontend: Factor out header include dumping (-H) into its own preprocessor
|
há 14 anos atrás |
Douglas Gregor
|
6f75550e40
Basic support for -mms-bitfields, from Carl Norum!
|
há 14 anos atrás |
Nico Weber
|
f25649c743
Support for -plugin-arg- with -add-plugin
|
há 14 anos atrás |
Argyrios Kyrtzidis
|
bd5a94e263
[analyzer] Enable the self-init checker under command-line option '-analyzer-check-objc-self-init' which by default
|
há 14 anos atrás |
Nico Weber
|
5aa74affa5
Add -add-plugin flag, which runs plugins in addition to codegen.
|
há 14 anos atrás |
Fariborz Jahanian
|
b466d01e46
Add all options needed to support -fapple-kext. wip.
|
há 14 anos atrás |
Fariborz Jahanian
|
112c3307aa
Fold -fobjc-nonfragile-abi2 into -fobjc-nonfragile-abi.
|
há 14 anos atrás |
Ted Kremenek
|
c32647d111
Add -fobjc-default-synthesized-properties flag
|
há 14 anos atrás |
Ted Kremenek
|
c478a1425c
Add WIP prototype of a new buffer overflow
|
há 14 anos atrás |
Peter Collingbourne
|
91252d115b
Implement -cl-std=
|
há 14 anos atrás |
Peter Collingbourne
|
4400cb8c54
Implement -cl-mad-enable
|
há 14 anos atrás |
Peter Collingbourne
|
f0840820b4
Implement -cl-fast-relaxed-math
|
há 14 anos atrás |
Peter Collingbourne
|
5f67e13fcd
Implement -cl-unsafe-math-optimizations
|
há 14 anos atrás |