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
/
CXStoredDiagnostic.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-02
libclang: introduce cxstring::{createRef,createDup} for C strings
Dmitri Gribenko
2013-02-01
libclang: itroduce cxstring::createEmpty()
Dmitri Gribenko
2012-07-07
Re-apply r159875 with fixes.
Ted Kremenek
2012-07-07
Revert rr159875, "Implement -Wpedantic and --no-pedantic to complement -Wever...
NAKAMURA Takumi
2012-07-06
Implement -Wpedantic and --no-pedantic to complement -Weverything.
Ted Kremenek
2012-04-12
Implement clang_getDiagnosticCategoryText() to provide a way for a client of ...
Ted Kremenek
2012-01-17
Remove unreachable code in Clang. (replace with llvm_unreachable where approp...
David Blaikie
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