index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
clang
/
lib
/
Analysis
/
PathDiagnostic.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove '#include <sstream>' from libAnalysis.
Ted Kremenek
2009-06-26
1
-1
/
+1
*
PathDiagnosticLocation::asRange(): for a PathDiagnosticLocation, the range of...
Ted Kremenek
2009-05-15
1
-0
/
+9
*
Implement function-try-blocks. However, there's a very subtle bug that I can'...
Sebastian Redl
2009-04-26
1
-2
/
+7
*
Add PathDiagnosticRange to PathDiagnostics. These simply wrap SourceRange and
Ted Kremenek
2009-04-22
1
-2
/
+3
*
PathDiagnosticLocation: ranges for terminators now only include the first
Ted Kremenek
2009-04-22
1
-1
/
+22
*
FunctionDecl::getBody() is getting an ASTContext argument for use in
Douglas Gregor
2009-04-18
1
-2
/
+7
*
PathDiagnosticLocation now also wraps Decls.
Ted Kremenek
2009-04-06
1
-6
/
+36
*
- Changed PathDiagnosticPiece::getLocation() to return a PathDiagnosticLocation
Ted Kremenek
2009-04-01
1
-0
/
+2
*
- Add class PathDiagosticLocationPair.
Ted Kremenek
2009-03-26
1
-2
/
+2
*
Implement PathDiagnosticLocation::asRange() and PathDiagnosticLocation::asStm...
Ted Kremenek
2009-03-26
1
-0
/
+15
*
Add comment.
Ted Kremenek
2009-03-26
1
-0
/
+2
*
Restructure code to silence bogus GCC warning.
Ted Kremenek
2009-03-26
1
-1
/
+3
*
- Implement PathDiagnosticLocation::asLocation.
Ted Kremenek
2009-03-26
1
-0
/
+15
*
PathDiagnostics (analyzer):
Ted Kremenek
2009-03-26
1
-18
/
+6
*
PathDiagnostics:
Ted Kremenek
2009-03-12
1
-0
/
+7
*
BugReporter:
Ted Kremenek
2009-03-10
1
-0
/
+26
*
Create PathDiagnosticPiece subclasses PathDiagnosticEventPiece and
Ted Kremenek
2009-03-06
1
-1
/
+3
*
Start work on subclassing PathDiagnosticPiece to distinguish more between con...
Ted Kremenek
2009-03-06
1
-0
/
+6
*
Fix regression: initialize 'size' for PathDiagnostic to 0.
Ted Kremenek
2009-03-06
1
-4
/
+14
*
Like PathDiagnosticPieces, strip trailing periods at the end of PathDiagnosti...
Ted Kremenek
2009-03-06
1
-0
/
+14
*
For now, do not output the 'DisplayHint' in plist files.
Ted Kremenek
2009-03-02
1
-4
/
+4
*
PathDiagnosticPiece now automatically strips off trailing periods in diagnost...
Ted Kremenek
2009-02-26
1
-0
/
+27
*
Introduce code modification hints into the diagnostics system. When we
Douglas Gregor
2009-02-26
1
-0
/
+2
*
Ensure that we assert if given an unhandled value.
Mike Stump
2009-02-07
1
-0
/
+1
*
handle fatal errors, rely on warnings to point out missing cases.
Chris Lattner
2009-02-06
1
-1
/
+2
*
remove a dead enum
Chris Lattner
2008-11-22
1
-1
/
+0
*
rewrite FormatDiagnostic to be less gross and a lot more efficient.
Chris Lattner
2008-11-19
1
-3
/
+6
*
This reworks some of the Diagnostic interfaces a bit to change how diagnostics
Chris Lattner
2008-11-18
1
-16
/
+7
*
Change the diagnostics interface to take an array of pointers to
Chris Lattner
2008-11-18
1
-1
/
+1
*
cleanups and simplifications.
Chris Lattner
2008-11-18
1
-11
/
+7
*
* Remove isInSystemHeader() from DiagClient, move it to SourceManager
Nico Weber
2008-08-10
1
-13
/
+1
*
PathDiagnosticClients now retain ownership of passed PathDiagnostics, requiring
Ted Kremenek
2008-04-22
1
-2
/
+2
*
PathDiagnosticPiece no longer contains a vector of strings; just one string.
Ted Kremenek
2008-03-27
1
-7
/
+29
*
Added classes "PathDiagnosticPiece", "PathDiagnostic", and "PathDiagnosticCli...
Ted Kremenek
2008-03-27
1
-0
/
+52