index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
libclang
/
CIndexDiagnostic.cpp
Age
Commit message (
Expand
)
Author
2013-02-03
libclang: remove 'using namespace cxstring'
Dmitri Gribenko
2013-02-02
libclang: introduce cxstring::{createRef,createDup} for StringRefs
Dmitri Gribenko
2013-02-01
libclang: itroduce cxstring::createEmpty()
Dmitri Gribenko
2013-01-26
libclang: some type safety for CXTranslationUnitImpl's internals
Dmitri Gribenko
2013-01-26
libclang: factor out the frequent pattern static_cast<ASTUnit *>(TU->TUData)
Dmitri Gribenko
2013-01-12
Remove useless 'llvm::' qualifier from names like StringRef and others that are
Dmitri Gribenko
2012-10-23
Make DiagnosticOptions intrusively reference-counted, and make sure
Douglas Gregor
2012-05-10
Fix an assertion hit when the serialized diagnostics writer receive a diagnostic
Argyrios Kyrtzidis
2012-04-12
Implement clang_getDiagnosticCategoryText() to provide a way for a client of ...
Ted Kremenek
2012-04-04
Fix dead store warning.
Ted Kremenek
2012-03-11
Unify naming of LangOptions variable/get function across the Clang stack (Lex...
David Blaikie
2012-02-29
Remove stray semi-colon.
Daniel Dunbar
2012-02-14
Fix use-after-free introduced by me being an idiot.
Ted Kremenek
2012-02-14
Implement new DiagnosticsRenderer that packages notes retrieved by clang_getD...
Ted Kremenek
2012-02-13
drop more llvm:: prefixes on SmallString<>
Dylan Noblesmith
2011-12-09
Add clang_getDiagnosticSetFromTU() to libclang. Fixes <rdar://problem/105530...
Ted Kremenek
2011-12-01
[libclang] Create a diagnostic set to pass at the end of indexing.
Argyrios Kyrtzidis
2011-11-16
[libclang] Add a comment in lazyCreateDiags to explain why the check and rese...
Argyrios Kyrtzidis
2011-11-16
[libclang] In lazyCreateDiags, recreate the diagnostic set if the number of d...
Argyrios Kyrtzidis
2011-11-10
serialized diagnostics: implement full deserialization of clang diagnostics v...
Ted Kremenek
2011-10-31
[libclang] Add CXDiagnosticImpl to represent a super class for the implementa...
Ted Kremenek
2011-09-25
Rename Diagnostic to DiagnosticsEngine as per issue 5397
David Blaikie
2011-09-23
Removing a bunch of dead returns/breaks after llvm_unreachables.
David Blaikie
2011-09-23
Switch assert(0/false) llvm_unreachable.
David Blaikie
2011-07-23
remove unneeded llvm:: namespace qualifiers on some core types now that LLVM....
Chris Lattner
2011-05-25
A StringRef-ication of the DiagnosticIDs API and internals.
Argyrios Kyrtzidis
2010-11-19
Extend the libclang diagnostic API to provide information about the
Douglas Gregor
2010-11-17
Make definition of CXTranslationUnitImpl private
Ted Kremenek
2010-11-16
Change CXTranslationUnit to not directly cast to an ASTUnit*,
Ted Kremenek
2010-11-16
Move CXString creation/management routines into
Ted Kremenek
2010-11-09
ntroduce clang_getSpellingLocation() into libclang, to provide the
Douglas Gregor
2010-11-09
Revert r118492, which didn't update all of its tests accordingly
Douglas Gregor
2010-11-09
Introduce clang_getSpellingLocation() into libclang, to provide the
Douglas Gregor
2010-10-12
When we load an ASTUnit from command-line arguments, hold on to the
Douglas Gregor
2010-10-11
Eliminate -fdiagnostics-binary and all of the infrastructure for
Douglas Gregor
2010-08-18
Simplify FixItHint by eliminated the unnecessary InsertionLoc
Douglas Gregor
2010-04-30
Rename 'CIndex' to 'libclang', since it has basically become our stable public
Daniel Dunbar