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
/
DiagnosticRenderer.cpp
Age
Commit message (
Expand
)
Author
2013-01-12
Remove useless 'llvm::' qualifier from names like StringRef and others that are
Dmitri Gribenko
2012-12-24
DiagnosticRenderer.cpp: Prune one description in DiagnosticRenderer::emitMacr...
NAKAMURA Takumi
2012-12-19
Simplify logic to use SourceManager::getFileLoc(), per Argyrios's feedback.
Ted Kremenek
2012-12-18
More conservative fix for <rdar://problem/12847524> (a crash printing diagnos...
Eli Friedman
2012-12-13
Revert 170049 because it fails with an assertion on one of the spec2000 workl...
Nadav Rotem
2012-12-13
More hacking on mapDiagnosticRanges to make it handle more cases.
Eli Friedman
2012-12-05
PR14049: Don't say "expanded from macro 'foo'" when 'foo' just happens to be
Richard Smith
2012-12-05
Minor reorganization. No functionality change.
Richard Smith
2012-12-05
Simplify slightly by seperating out the responsibility for emission of a caret
Richard Smith
2012-12-05
Simplify diagnostic emission. No functionality change intended.
Richard Smith
2012-12-04
Sort all of Clang's files under 'lib', and fix up the broken headers
Chandler Carruth
2012-11-30
Rename ModuleBuildPath -> ModuleBuildStack. Thanks, Dmitri!
Douglas Gregor
2012-11-30
When we're emitting a diagnostic with a source location in an imported
Douglas Gregor
2012-11-30
When an error occurs while building a module on demand, provide "While
Douglas Gregor
2012-11-30
Fix the computation of highlight ranges so we produce something sane when
Eli Friedman
2012-11-14
Add -cc1 option -fno-diagnostics-use-presumed-location, a handy mode for
Richard Smith
2012-11-03
Add a proper algorithm to compute accurate source ranges for diagnostics with
Eli Friedman
2012-10-23
Make DiagnosticOptions intrusively reference-counted, and make sure
Douglas Gregor
2012-06-18
Move a few static functions from DiagnosticRenderer.cpp into SourceManager.
Matt Beaumont-Gay
2012-05-10
Fix an assertion hit when the serialized diagnostics writer receive a diagnostic
Argyrios Kyrtzidis
2012-03-06
Add new code migrator support for migrating existing Objective-C code to use
Ted Kremenek
2012-02-14
Refactor DiagnosticRenderer and SDiagsRenderer to have some functionality
Ted Kremenek
2012-02-05
Basic: import SmallString<> into clang namespace
Dylan Noblesmith
2012-01-25
Fix -fmacro-backtrace-limit=0 to show the entire macro backtrace.
Ted Kremenek
2012-01-23
Improve Lexer::getImmediateMacroName to take into account inner macros
Argyrios Kyrtzidis
2012-01-18
Refactor: Pull getImmediateMacroName() out of DiagnosticRenderer and
Anna Zaks
2011-12-17
Refactor 'TextDiagnostic' to have a parent class 'DiagnosticRenderer' which h...
Ted Kremenek