summaryrefslogtreecommitdiffstats
path: root/clang/lib/Frontend/PlistDiagnostics.cpp
Commit message (Expand)AuthorAgeFilesLines
* Break Frontend's dependency on Rewrite, Checker and CodeGen in shared library...Daniel Dunbar2010-06-151-471/+0
* 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-28/+28
* Try to make the output of PlistDiagnostics more deterministic by sorting Path...Ted Kremenek2009-12-031-0/+39
* Remove VISIBILITY_HIDDEN from anonymous namespaces in libFrontend.Benjamin Kramer2009-11-281-3/+1
* Only flush plist diagnostics once.Ted Kremenek2009-11-131-1/+7
* 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-2/+2
* Acting on Daniel's nagging, remove PathDiagnosticClientFactory() andTed Kremenek2009-11-051-26/+29
* Kill PreprocessorFactory, which was both morally repugnant and totally unused.Daniel Dunbar2009-11-041-3/+1
* Remove tabs, and whitespace cleanups.Mike Stump2009-09-091-55/+55
* Update clang for raw_fd_ostream no longer requiring F_Force.Dan Gohman2009-08-251-2/+1
* adjust for raw_fd_ostream api change.Chris Lattner2009-08-231-1/+2
* Add missing '"'Daniel Dunbar2009-07-291-1/+1
* (1) Enable PlistDiagnostics to take an option "PathDiagnosticClientFactory"Ted Kremenek2009-07-271-8/+44
* Update for raw_fd_ostream API changes. raw_fd_ostream now has aDan Gohman2009-07-151-1/+1
* BugReporter/PathDiagnostics:Ted Kremenek2009-04-291-0/+1
* Add PathDiagnosticRange to PathDiagnostics. These simply wrap SourceRange andTed Kremenek2009-04-221-2/+2
* Plist diagnostics: Remove deprecated single-point locations in control-flowTed Kremenek2009-04-211-8/+1
* Change Lexer::MeasureTokenLength to take a LangOptions reference.Chris Lattner2009-04-141-39/+55
* Fix output of ranges in analyzer plist files.Ted Kremenek2009-04-051-8/+14
* Hack: Add 'PathDiagnostic::flattenLocations()'. Because PlistDiagnosticClientTed Kremenek2009-04-021-0/+4
* For plist diagnostics, use the extensive PathDiagnostic generation algorithm.Ted Kremenek2009-04-021-1/+1
* - Changed PathDiagnosticPiece::getLocation() to return a PathDiagnosticLocationTed Kremenek2009-04-011-13/+22
* Allow two codepaths for PathDiagnostic generation. This patch mainly consists ofTed Kremenek2009-03-311-0/+2
* Properly escape special characters in <string>'s in plist file.Ted Kremenek2009-03-281-12/+34
* analyzer plist: For PathDiagnosticControlFlowPieces, now output an array ofTed Kremenek2009-03-271-0/+21
* Emit aggregate "location" for PathDiagnostic to plist. This fixes <rdar://pr...Ted Kremenek2009-03-271-2/+7
* BugReporter:Ted Kremenek2009-03-271-1/+3
* Plist diagnostics: distinguish between regular and extended messages for "eve...Ted Kremenek2009-03-191-0/+5
* PathDiagnostics:Ted Kremenek2009-03-121-32/+83
* Handle "Macro" PathDiagnosticPiece kind when getting string identifier.Ted Kremenek2009-03-101-4/+8
* Plist diagnostics now include PathDiagnostPiece::Kind.Ted Kremenek2009-03-021-0/+6
* For now, do not output the 'DisplayHint' in plist files.Ted Kremenek2009-03-021-0/+3
* Rename lib/Driver (etc) to lib/Frontend in prep for the *actual*Daniel Dunbar2009-03-021-0/+239
OpenPOWER on IntegriCloud