summaryrefslogtreecommitdiffstats
path: root/clang/lib/Frontend/PlistDiagnostics.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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