aboutsummaryrefslogtreecommitdiff
path: root/lib/Frontend/HTMLDiagnostics.cpp
AgeCommit message (Expand)Author
2010-03-16Switch another function to StringRef instead of char pointer pairs.Benjamin Kramer
2010-03-13Simplify code.Benjamin Kramer
2010-03-13Use SmallString instead of SmallVectorKovarththanan Rajaratnam
2010-01-25Move BugReporter.h, PathDiagnostic.h, and BugType.h to 'include/Checker/BugRe...Ted Kremenek
2010-01-25Split libAnalysis into two libraries: libAnalysis and libChecker.Ted Kremenek
2010-01-20Use the llvm coding convention for indentation for switch.Mike Stump
2009-11-28Remove VISIBILITY_HIDDEN from anonymous namespaces in libFrontend.Benjamin Kramer
2009-11-13Fix recently introduced use-after-free error reported in <rdar://problem/7387...Ted Kremenek
2009-11-05Convert CreateAnalysisConsumer and friends to just take a const Preprocessor&...Daniel Dunbar
2009-11-05Remove unused SetPreprocessor method.Daniel Dunbar
2009-11-05Acting on Daniel's nagging, remove PathDiagnosticClientFactory() andTed Kremenek
2009-11-04Kill PreprocessorFactory, which was both morally repugnant and totally unused.Daniel Dunbar
2009-10-08Remove use of std::ofstream in HTMLDiagnostics.cpp.Ted Kremenek
2009-09-09Remove tabs, and whitespace cleanups.Mike Stump
2009-08-23API changes to match llvm ToT.Chris Lattner
2009-08-23Replace cerr with errs().Benjamin Kramer
2009-08-19Remove now unnecessary helper methods.Daniel Dunbar
2009-08-03Emit a special 'BUGMETAEND' comment to aid in the postprocessing of HTML bug ...Ted Kremenek
2009-07-27(1) Enable PlistDiagnostics to take an option "PathDiagnosticClientFactory"Ted Kremenek
2009-04-17refactor htmldiags to be created up front like the other diag clients.Chris Lattner
2009-04-14Change Lexer::MeasureTokenLength to take a LangOptions reference.Chris Lattner
2009-04-02Also "flatten" PathLocations fed to the HTMLDiagnosticClient. We need a betterTed Kremenek
2009-04-01- Changed PathDiagnosticPiece::getLocation() to return a PathDiagnosticLocationTed Kremenek
2009-03-10BugReporter:Ted Kremenek
2009-03-10Handle "Macro" PathDiagnosticPiece kind when getting string identifier.Ted Kremenek
2009-03-02Resize message bubble back to original size.Ted Kremenek
2009-03-02Adjust HTML message bubbles to utilize information from PathDiagnosticPiece::...Ted Kremenek
2009-03-02Update HTML diagnostics to honor the different between 'event' and 'control-f...Ted Kremenek
2009-03-02Rename lib/Driver (etc) to lib/Frontend in prep for the *actual*Daniel Dunbar