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
/
test
/
Misc
/
warning-flags.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Promote warn_unknown_analyzer_checker to an error. Addresses <rdar://problem...
Ted Kremenek
2012-07-25
1
-3
/
+3
*
Add diagnostics for comma at end of enum and for extra semicolon at namespace
Richard Smith
2012-07-23
1
-4
/
+2
*
Move a bunch of the attribute warnings under the IgnoreAttributes group. Clea...
Tanya Lattner
2012-07-13
1
-29
/
+1
*
TEMPORARY. I will fix this properly shortly.
Tanya Lattner
2012-07-09
1
-1
/
+2
*
Enhance 'diagtool list-warnings' to report number of diagnostics covered dire...
Ted Kremenek
2012-07-07
1
-0
/
+5
*
Re-apply r159875 with fixes.
Ted Kremenek
2012-07-07
1
-72
/
+2
*
Revert rr159875, "Implement -Wpedantic and --no-pedantic to complement -Wever...
NAKAMURA Takumi
2012-07-07
1
-2
/
+72
*
Implement -Wpedantic and --no-pedantic to complement -Weverything.
Ted Kremenek
2012-07-06
1
-72
/
+2
*
Add a warning flag for "'extern' variable has an initializer".
Matt Beaumont-Gay
2012-07-02
1
-2
/
+1
*
Add warning flag -Winvalid-pp-token for preprocessing-tokens which have
Richard Smith
2012-06-28
1
-3
/
+1
*
objc: adds diagnostic group to several old objc warnings.
Fariborz Jahanian
2012-06-26
1
-7
/
+1
*
Minor improvements to some C99 variadic-macro-related diagnostics.
Richard Smith
2012-06-22
1
-4
/
+1
*
[diagtool] Write to llvm::outs() by default instead of llvm::errs()
Jordan Rose
2012-06-22
1
-1
/
+1
*
Add pedantic warning -Wempty-translation-unit (C11 6.9p1).
Jordan Rose
2012-06-06
1
-2
/
+1
*
Move the warnings for extra semi-colons under -Wextra-semi. Also, added
Richard Trieu
2012-05-16
1
-4
/
+1
*
Put the availability warnings in a group.
Rafael Espindola
2012-05-06
1
-4
/
+1
*
Place several uncovered warnings under warning flags, and tweak diagnostic ou...
Ted Kremenek
2012-05-01
1
-5
/
+1
*
Move warn_cxx0x_right_shift_in_template_arg to CXX11Compat group, from
Douglas Gregor
2012-05-01
1
-2
/
+1
*
Add warning flag for '#import is a language extension', -W#import-pedantic.
Ted Kremenek
2012-03-16
1
-2
/
+1
*
Move int<->pointer conversion warnings behind -Wint-conversions.
Nico Weber
2012-03-02
1
-3
/
+1
*
Reapply r151638 and r151641.
James Molloy
2012-02-29
1
-2
/
+1
*
Revert r151638 because it causes assertion hit on PCH creation for Cocoa.h
Argyrios Kyrtzidis
2012-02-28
1
-1
/
+2
*
Correctly track tags and enum members defined in the prototype of a function,...
James Molloy
2012-02-28
1
-2
/
+1
*
Support GCC's bug^Wextension allowing class array members to be initalized by a
Richard Smith
2012-02-15
1
-2
/
+1
*
Remove unused diagnostics from include/clang/Basic/Diagnostic*.td files.
Dmitri Gribenko
2012-02-13
1
-9
/
+1
*
Pedantic diagnostic correction: in C++, we have integral constant expressions,
Richard Smith
2012-01-15
1
-2
/
+1
*
PR10828: Produce a warning when a no-arguments function is declared in block
Richard Smith
2012-01-05
1
-2
/
+1
*
Change the diagnostics which said 'accepted as an extension' to instead say
Richard Smith
2011-12-29
1
-2
/
+1
*
Let the KNR promotion warning be disabled.
Roman Divacky
2011-12-20
1
-2
/
+1
*
Add a warning flag for ext_embedded_directive. gcc considers this undefined
Richard Smith
2011-12-16
1
-2
/
+1
*
Suggest typo corrections for implicit function declarations.
Hans Wennborg
2011-12-06
1
-2
/
+1
*
Place "use @dynamic or provide a method implementation" warnings under a -W f...
Ted Kremenek
2011-11-29
1
-3
/
+1
*
Remove one group'ed warning.
Fariborz Jahanian
2011-11-15
1
-2
/
+1
*
Fix the signature of the getcontext builtin. Patch by Dimitry Andric.
Rafael Espindola
2011-11-13
1
-3
/
+1
*
Place 'argument unused during compilation' under a -W flag. Fixes <rdar://pr...
Ted Kremenek
2011-11-11
1
-2
/
+1
*
Put ext_offsetof_extended_field_designator under the warning flag
Douglas Gregor
2011-11-09
1
-2
/
+1
*
Move about 20 random diagnostics under -W flags. Patch by Ahmed Charles!
Ted Kremenek
2011-10-17
1
-19
/
+1
*
Add flags for the remaining shift related warnings
Joerg Sonnenberger
2011-10-14
1
-3
/
+1
*
Place diagnostic group ext_typecheck_decl_incomplete_type under a -W flag.
Ted Kremenek
2011-10-11
1
-2
/
+1
*
Add -Wlanguage-extension-token option for ext_token_used warning.
Ivan Krasin
2011-10-06
1
-2
/
+1
*
Place diagnostic warn_atomic_property_rule under a -W flag. Fixes <rdar://pr...
Ted Kremenek
2011-10-04
1
-2
/
+1
*
Place diagnostic warn_ownin_getter_rule under a -W flag. Fixes <rdar://probl...
Ted Kremenek
2011-10-04
1
-2
/
+1
*
Place diagnostic ext_predef_outside_function under a -W flag. Fixes <rdar://...
Ted Kremenek
2011-10-04
1
-2
/
+1
*
Revert r141060. We should NEVER add new warnings that aren't guarded by flag.
Ted Kremenek
2011-10-04
1
-2
/
+1
*
Update testcase for r141053+r141055.
Chad Rosier
2011-10-04
1
-1
/
+2
*
Add a warning group for warnings about using C1X features as extensions
Peter Collingbourne
2011-09-29
1
-3
/
+1
*
Add DiagGroups to a couple of warnings.
Matt Beaumont-Gay
2011-09-23
1
-5
/
+1
*
Place diagnostic warn_ivar_use_hidden under the flag -Wshadow-ivar.
Ted Kremenek
2011-09-22
1
-2
/
+1
*
PR10458: Finesse behaviour of C++0x features when in pre-0x mode. Accept for-...
Richard Smith
2011-09-04
1
-1
/
+1
*
Switch the "no module found" default-fatal warning to a default-fatal error.
Douglas Gregor
2011-08-31
1
-2
/
+1
[next]