aboutsummaryrefslogtreecommitdiff
path: root/lib/Frontend/Warnings.cpp
AgeCommit message (Expand)Author
2009-11-12Move warning options into DiagnosticOptions.Daniel Dunbar
2009-11-10Add Diagnostic::Report method for reporting diagnostics without a location.Daniel Dunbar
2009-09-09Remove tabs, and whitespace cleanups.Mike Stump
2009-08-14PR4715Shantonu Sen
2009-06-23switch Warnings.cpp to use the diagnostics machinery to print diagnostics, no...Chris Lattner
2009-05-19Clean up some unnecessary includes.Eli Friedman
2009-05-19Move clang-cc.h to lib/Frontend/Utils.h, and move the associated .cpp Eli Friedman