aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/Frontend/HTMLDiagnostics.cpp
AgeCommit message (Expand)AuthorFilesLines
2009-11-28Remove VISIBILITY_HIDDEN from anonymous namespaces in libFrontend.Benjamin Kramer1-2/+1
2009-11-13Fix recently introduced use-after-free error reported in <rdar://problem/7387...Ted Kremenek1-0/+2
2009-11-05Convert CreateAnalysisConsumer and friends to just take a const Preprocessor&...Daniel Dunbar1-8/+10
2009-11-05Remove unused SetPreprocessor method.Daniel Dunbar1-2/+0
2009-11-05Acting on Daniel's nagging, remove PathDiagnosticClientFactory() andTed Kremenek1-49/+21
2009-11-04Kill PreprocessorFactory, which was both morally repugnant and totally unused.Daniel Dunbar1-9/+1
2009-10-08Remove use of std::ofstream in HTMLDiagnostics.cpp.Ted Kremenek1-20/+17
2009-09-09Remove tabs, and whitespace cleanups.Mike Stump1-118/+118
2009-08-23API changes to match llvm ToT.Chris Lattner1-4/+4
2009-08-23Replace cerr with errs().Benjamin Kramer1-6/+5
2009-08-19Remove now unnecessary helper methods.Daniel Dunbar1-4/+4
2009-08-03Emit a special 'BUGMETAEND' comment to aid in the postprocessing of HTML bug ...Ted Kremenek1-39/+20
2009-07-27(1) Enable PlistDiagnostics to take an option "PathDiagnosticClientFactory"Ted Kremenek1-8/+48
2009-04-17refactor htmldiags to be created up front like the other diag clients.Chris Lattner1-15/+8
2009-04-14Change Lexer::MeasureTokenLength to take a LangOptions reference.Chris Lattner1-4/+4
2009-04-02Also "flatten" PathLocations fed to the HTMLDiagnosticClient. We need a betterTed Kremenek1-0/+1
2009-04-01- Changed PathDiagnosticPiece::getLocation() to return a PathDiagnosticLocationTed Kremenek1-17/+18
2009-03-10BugReporter:Ted Kremenek1-49/+135
2009-03-10Handle "Macro" PathDiagnosticPiece kind when getting string identifier.Ted Kremenek1-4/+3
2009-03-02Resize message bubble back to original size.Ted Kremenek1-1/+1
2009-03-02Adjust HTML message bubbles to utilize information from PathDiagnosticPiece::...Ted Kremenek1-12/+26
2009-03-02Update HTML diagnostics to honor the different between 'event' and 'control-f...Ted Kremenek1-1/+7
2009-03-02Rename lib/Driver (etc) to lib/Frontend in prep for the *actual*Daniel Dunbar1-0/+502