summaryrefslogtreecommitdiffstats
path: root/clang/lib/Frontend/HTMLDiagnostics.cpp
Commit message (Expand)AuthorAgeFilesLines
* Break Frontend's dependency on Rewrite, Checker and CodeGen in shared library...Daniel Dunbar2010-06-151-577/+0
* Reinstate my CodeModificationHint -> FixItHint renaming patch, withoutDouglas Gregor2010-03-311-2/+1
* Revert r100008, which inexplicably breaks the clang-i686-darwin10 builderDouglas Gregor2010-03-311-1/+2
* Rename CodeModificationHint to FixItHint, since we've been using theDouglas Gregor2010-03-311-2/+1
* Switch another function to StringRef instead of char pointer pairs.Benjamin Kramer2010-03-161-4/+4
* Simplify code.Benjamin Kramer2010-03-131-11/+5
* Use SmallString instead of SmallVectorKovarththanan Rajaratnam2010-03-131-6/+6
* Move BugReporter.h, PathDiagnostic.h, and BugType.h to 'include/Checker/BugRe...Ted Kremenek2010-01-251-1/+1
* Split libAnalysis into two libraries: libAnalysis and libChecker.Ted Kremenek2010-01-251-1/+1
* Use the llvm coding convention for indentation for switch.Mike Stump2010-01-201-12/+12
* Remove VISIBILITY_HIDDEN from anonymous namespaces in libFrontend.Benjamin Kramer2009-11-281-2/+1
* Fix recently introduced use-after-free error reported in <rdar://problem/7387...Ted Kremenek2009-11-131-0/+2
* Convert CreateAnalysisConsumer and friends to just take a const Preprocessor&...Daniel Dunbar2009-11-051-8/+10
* Remove unused SetPreprocessor method.Daniel Dunbar2009-11-051-2/+0
* Acting on Daniel's nagging, remove PathDiagnosticClientFactory() andTed Kremenek2009-11-051-49/+21
* Kill PreprocessorFactory, which was both morally repugnant and totally unused.Daniel Dunbar2009-11-041-9/+1
* Remove use of std::ofstream in HTMLDiagnostics.cpp.Ted Kremenek2009-10-081-20/+17
* Remove tabs, and whitespace cleanups.Mike Stump2009-09-091-118/+118
* API changes to match llvm ToT.Chris Lattner2009-08-231-4/+4
* Replace cerr with errs().Benjamin Kramer2009-08-231-6/+5
* Remove now unnecessary helper methods.Daniel Dunbar2009-08-191-4/+4
* Emit a special 'BUGMETAEND' comment to aid in the postprocessing of HTML bug ...Ted Kremenek2009-08-031-39/+20
* (1) Enable PlistDiagnostics to take an option "PathDiagnosticClientFactory"Ted Kremenek2009-07-271-8/+48
* refactor htmldiags to be created up front like the other diag clients.Chris Lattner2009-04-171-15/+8
* Change Lexer::MeasureTokenLength to take a LangOptions reference.Chris Lattner2009-04-141-4/+4
* Also "flatten" PathLocations fed to the HTMLDiagnosticClient. We need a betterTed Kremenek2009-04-021-0/+1
* - Changed PathDiagnosticPiece::getLocation() to return a PathDiagnosticLocationTed Kremenek2009-04-011-17/+18
* BugReporter:Ted Kremenek2009-03-101-49/+135
* Handle "Macro" PathDiagnosticPiece kind when getting string identifier.Ted Kremenek2009-03-101-4/+3
* Resize message bubble back to original size.Ted Kremenek2009-03-021-1/+1
* Adjust HTML message bubbles to utilize information from PathDiagnosticPiece::...Ted Kremenek2009-03-021-12/+26
* Update HTML diagnostics to honor the different between 'event' and 'control-f...Ted Kremenek2009-03-021-1/+7
* Rename lib/Driver (etc) to lib/Frontend in prep for the *actual*Daniel Dunbar2009-03-021-0/+502
OpenPOWER on IntegriCloud