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
/
CXLoadedDiagnostic.cpp
Age
Commit message (
Expand
)
Author
2013-03-01
Fix typos: [Dd]iagnosic -> [Dd]iagnostic
Stefanus Du Toit
2013-02-18
libclang: don't store nul-terminated strings as StringRefs,
Dmitri Gribenko
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-20
update to use the new BitcodeCursor readRecord that takes a StringRef blob pa...
Chris Lattner
2013-01-19
random tidying
Chris Lattner
2013-01-19
update header comment.
Chris Lattner
2013-01-15
Fix Casting
David Greene
2012-04-12
Implement clang_getDiagnosticCategoryText() to provide a way for a client of ...
Ted Kremenek
2012-02-13
drop more llvm:: prefixes on OwningPtr<>
Dylan Noblesmith
2012-01-17
Remove unreachable code in Clang. (replace with llvm_unreachable where approp...
David Blaikie
2011-12-07
Tweak serialized diagnostics to support errors with no categories. Fixes <rd...
Ted Kremenek
2011-11-29
Fix serialized diagnostics to handle FixIts that only remove text. Fixes <rd...
Ted Kremenek
2011-11-11
Tweak CXLoadedDiagnosticSetImpl::makeString() to include an extra null charac...
Ted Kremenek
2011-11-11
libclang/CXLoadedDiagnostic.cpp: Work around not to miss the string terminato...
NAKAMURA Takumi
2011-11-10
serialized diagnostics: implement full deserialization of clang diagnostics v...
Ted Kremenek