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
/
lib
/
Frontend
/
Warnings.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Reapply r207477 and r207479 without cyclic dependency
Ben Langmuir
2014-04-29
1
-203
/
+0
*
Revert r177218.
Argyrios Kyrtzidis
2013-05-03
1
-1
/
+0
*
Remove -Wspellcheck and replace it with a diagnostic option.
Argyrios Kyrtzidis
2013-03-16
1
-0
/
+1
*
[driver] Warnings for warning options are handled by the frontend. The drive...
Chad Rosier
2013-01-15
1
-1
/
+8
*
Remove useless 'llvm::' qualifier from names like StringRef and others that are
Dmitri Gribenko
2013-01-12
1
-1
/
+1
*
Sort all of Clang's files under 'lib', and fix up the broken headers
Chandler Carruth
2012-12-04
1
-3
/
+3
*
Use a .def file for most of the diagnostic options.
Douglas Gregor
2012-10-23
1
-2
/
+1
*
Make DiagnosticOptions intrusively reference-counted, and make sure
Douglas Gregor
2012-10-23
1
-1
/
+1
*
Add template type diffing to Clang. This feature will provide a better
Richard Trieu
2012-06-26
1
-1
/
+5
*
Tweek r156937 a bit so that the suggestions are correct.
Chad Rosier
2012-05-16
1
-1
/
+2
*
Warn about -Wno-foo where foo is an unknown warning option. This is helpful
Chad Rosier
2012-05-16
1
-3
/
+4
*
Basic: import IntrusiveRefCntPtr<> into clang namespace
Dylan Noblesmith
2012-02-20
1
-1
/
+1
*
Fix 80-column violation.
Chad Rosier
2012-01-31
1
-1
/
+2
*
Due to a bug, -Wno-everything works like -Weverything. Fix the bug by having
Argyrios Kyrtzidis
2012-01-27
1
-2
/
+8
*
Treat -Wformat=0 as an alias for -Wformat.
Hans Wennborg
2012-01-17
1
-0
/
+4
*
C++11 constexpr: Add note stacks containing backtraces if constant evaluation
Richard Smith
2011-12-16
1
-0
/
+2
*
Add missing equals.
Benjamin Kramer
2011-11-28
1
-2
/
+3
*
Typo.
Chad Rosier
2011-11-15
1
-5
/
+5
*
Fix a regression from 143657. The second pass of the warning options should ...
Chad Rosier
2011-11-15
1
-2
/
+3
*
Warning option typo correction: When two options have the same edit_distance ...
Benjamin Kramer
2011-11-15
1
-14
/
+18
*
Print a typo correction hint for unknown warning flags.
Benjamin Kramer
2011-11-14
1
-3
/
+8
*
Parse the warning options twice. The first pass sets diagnostic state, while
Chad Rosier
2011-11-03
1
-70
/
+92
*
Basic/Diagnostic: Factor out
Daniel Dunbar
2011-09-29
1
-14
/
+22
*
Rename Diagnostic to DiagnosticsEngine as per issue 5397
David Blaikie
2011-09-25
1
-5
/
+5
*
Implement '-Weverything', which enables all warnings except those explicitly ...
Ted Kremenek
2011-08-18
1
-0
/
+7
*
remove unneeded llvm:: namespace qualifiers on some core types now that LLVM....
Chris Lattner
2011-07-23
1
-3
/
+3
*
Don't warn about -Wno-foo where foo is an unknown warning option. Explicitly
Matt Beaumont-Gay
2011-06-03
1
-1
/
+3
*
A StringRef-ication of the DiagnosticIDs API and internals.
Argyrios Kyrtzidis
2011-05-25
1
-27
/
+22
*
Add an option -fshow-overloads=best|all to limit the number of overload
Jeffrey Yasskin
2010-06-11
1
-0
/
+2
*
Introduce a limit on the depth of the template instantiation backtrace
Douglas Gregor
2010-04-20
1
-0
/
+2
*
add clang -cc1 level support for "-ferror-limit 42"
Chris Lattner
2010-04-07
1
-0
/
+4
*
Simplify ProcessWarningOptions since it can't fail
Kovarththanan Rajaratnam
2010-03-17
1
-3
/
+1
*
switch -Werror/-Wfatal-errors error conditions to use diagnostics instead
Chris Lattner
2009-12-23
1
-9
/
+7
*
implement -W[no-]fatal-errors, patch by Christian Adåker!
Chris Lattner
2009-12-22
1
-2
/
+25
*
Move warning options into DiagnosticOptions.
Daniel Dunbar
2009-11-12
1
-8
/
+7
*
Add Diagnostic::Report method for reporting diagnostics without a location.
Daniel Dunbar
2009-11-10
1
-2
/
+1
*
Remove tabs, and whitespace cleanups.
Mike Stump
2009-09-09
1
-7
/
+7
*
PR4715
Shantonu Sen
2009-08-14
1
-1
/
+1
*
switch Warnings.cpp to use the diagnostics machinery to print diagnostics, no...
Chris Lattner
2009-06-23
1
-1
/
+3
*
Clean up some unnecessary includes.
Eli Friedman
2009-05-19
1
-1
/
+1
*
Move clang-cc.h to lib/Frontend/Utils.h, and move the associated .cpp
Eli Friedman
2009-05-19
1
-0
/
+106