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