aboutsummaryrefslogtreecommitdiff
path: root/lib/Frontend/PlistDiagnostics.cpp
AgeCommit message (Expand)Author
2009-04-29BugReporter/PathDiagnostics:Ted Kremenek
2009-04-22Add PathDiagnosticRange to PathDiagnostics. These simply wrap SourceRange andTed Kremenek
2009-04-21Plist diagnostics: Remove deprecated single-point locations in control-flowTed Kremenek
2009-04-14Change Lexer::MeasureTokenLength to take a LangOptions reference.Chris Lattner
2009-04-05Fix output of ranges in analyzer plist files.Ted Kremenek
2009-04-02Hack: Add 'PathDiagnostic::flattenLocations()'. Because PlistDiagnosticClientTed Kremenek
2009-04-02For plist diagnostics, use the extensive PathDiagnostic generation algorithm.Ted Kremenek
2009-04-01- Changed PathDiagnosticPiece::getLocation() to return a PathDiagnosticLocationTed Kremenek
2009-03-31Allow two codepaths for PathDiagnostic generation. This patch mainly consists ofTed Kremenek
2009-03-28Properly escape special characters in <string>'s in plist file.Ted Kremenek
2009-03-27analyzer plist: For PathDiagnosticControlFlowPieces, now output an array ofTed Kremenek
2009-03-27Emit aggregate "location" for PathDiagnostic to plist. This fixes <rdar://pr...Ted Kremenek
2009-03-27BugReporter:Ted Kremenek
2009-03-19Plist diagnostics: distinguish between regular and extended messages for "eve...Ted Kremenek
2009-03-12PathDiagnostics:Ted Kremenek
2009-03-10Handle "Macro" PathDiagnosticPiece kind when getting string identifier.Ted Kremenek
2009-03-02Plist diagnostics now include PathDiagnostPiece::Kind.Ted Kremenek
2009-03-02For now, do not output the 'DisplayHint' in plist files.Ted Kremenek
2009-03-02Rename lib/Driver (etc) to lib/Frontend in prep for the *actual*Daniel Dunbar