OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:all_warnings
(Results
1 - 2
of
2
) sorted by null
/external/clang/bindings/python/tests/cindex/
util.py
6
def get_tu(source, lang='c',
all_warnings
=False, flags=[]):
15
all_warnings
is a convenience argument to enable all compiler warnings.
27
if
all_warnings
:
test_diagnostics.py
64
tu = get_tu('int f(int i) { return 7; }',
all_warnings
=True)
77
tu = get_tu('int f(int i) { return 7; }',
all_warnings
=True)
Completed in 3295 milliseconds