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
/
Frontend
/
HTMLDiagnostics.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Break Frontend's dependency on Rewrite, Checker and CodeGen in shared library...
Daniel Dunbar
2010-06-15
1
-577
/
+0
*
Reinstate my CodeModificationHint -> FixItHint renaming patch, without
Douglas Gregor
2010-03-31
1
-2
/
+1
*
Revert r100008, which inexplicably breaks the clang-i686-darwin10 builder
Douglas Gregor
2010-03-31
1
-1
/
+2
*
Rename CodeModificationHint to FixItHint, since we've been using the
Douglas Gregor
2010-03-31
1
-2
/
+1
*
Switch another function to StringRef instead of char pointer pairs.
Benjamin Kramer
2010-03-16
1
-4
/
+4
*
Simplify code.
Benjamin Kramer
2010-03-13
1
-11
/
+5
*
Use SmallString instead of SmallVector
Kovarththanan Rajaratnam
2010-03-13
1
-6
/
+6
*
Move BugReporter.h, PathDiagnostic.h, and BugType.h to 'include/Checker/BugRe...
Ted Kremenek
2010-01-25
1
-1
/
+1
*
Split libAnalysis into two libraries: libAnalysis and libChecker.
Ted Kremenek
2010-01-25
1
-1
/
+1
*
Use the llvm coding convention for indentation for switch.
Mike Stump
2010-01-20
1
-12
/
+12
*
Remove VISIBILITY_HIDDEN from anonymous namespaces in libFrontend.
Benjamin Kramer
2009-11-28
1
-2
/
+1
*
Fix recently introduced use-after-free error reported in <rdar://problem/7387...
Ted Kremenek
2009-11-13
1
-0
/
+2
*
Convert CreateAnalysisConsumer and friends to just take a const Preprocessor&...
Daniel Dunbar
2009-11-05
1
-8
/
+10
*
Remove unused SetPreprocessor method.
Daniel Dunbar
2009-11-05
1
-2
/
+0
*
Acting on Daniel's nagging, remove PathDiagnosticClientFactory() and
Ted Kremenek
2009-11-05
1
-49
/
+21
*
Kill PreprocessorFactory, which was both morally repugnant and totally unused.
Daniel Dunbar
2009-11-04
1
-9
/
+1
*
Remove use of std::ofstream in HTMLDiagnostics.cpp.
Ted Kremenek
2009-10-08
1
-20
/
+17
*
Remove tabs, and whitespace cleanups.
Mike Stump
2009-09-09
1
-118
/
+118
*
API changes to match llvm ToT.
Chris Lattner
2009-08-23
1
-4
/
+4
*
Replace cerr with errs().
Benjamin Kramer
2009-08-23
1
-6
/
+5
*
Remove now unnecessary helper methods.
Daniel Dunbar
2009-08-19
1
-4
/
+4
*
Emit a special 'BUGMETAEND' comment to aid in the postprocessing of HTML bug ...
Ted Kremenek
2009-08-03
1
-39
/
+20
*
(1) Enable PlistDiagnostics to take an option "PathDiagnosticClientFactory"
Ted Kremenek
2009-07-27
1
-8
/
+48
*
refactor htmldiags to be created up front like the other diag clients.
Chris Lattner
2009-04-17
1
-15
/
+8
*
Change Lexer::MeasureTokenLength to take a LangOptions reference.
Chris Lattner
2009-04-14
1
-4
/
+4
*
Also "flatten" PathLocations fed to the HTMLDiagnosticClient. We need a better
Ted Kremenek
2009-04-02
1
-0
/
+1
*
- Changed PathDiagnosticPiece::getLocation() to return a PathDiagnosticLocation
Ted Kremenek
2009-04-01
1
-17
/
+18
*
BugReporter:
Ted Kremenek
2009-03-10
1
-49
/
+135
*
Handle "Macro" PathDiagnosticPiece kind when getting string identifier.
Ted Kremenek
2009-03-10
1
-4
/
+3
*
Resize message bubble back to original size.
Ted Kremenek
2009-03-02
1
-1
/
+1
*
Adjust HTML message bubbles to utilize information from PathDiagnosticPiece::...
Ted Kremenek
2009-03-02
1
-12
/
+26
*
Update HTML diagnostics to honor the different between 'event' and 'control-f...
Ted Kremenek
2009-03-02
1
-1
/
+7
*
Rename lib/Driver (etc) to lib/Frontend in prep for the *actual*
Daniel Dunbar
2009-03-02
1
-0
/
+502