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
Age
Commit message (
Expand
)
Author
2013-02-02
libclang: introduce cxstring::{createRef,createDup} for StringRefs
Dmitri Gribenko
2013-02-02
Add some horrible Perl code to teach scan-build to recursively walk a directo...
Ted Kremenek
2013-02-02
libclang: introduce cxstring::{createRef,createDup} for C strings
Dmitri Gribenko
2013-02-01
Comment parsing: improve the fidelity of XML output for many block commands
Dmitri Gribenko
2013-02-01
libclang: document the purpose of createNull()
Dmitri Gribenko
2013-02-01
libclang: add comments for CXStringFlag
Dmitri Gribenko
2013-02-01
libclang: itroduce cxstring::createEmpty()
Dmitri Gribenko
2013-02-01
libclang: introduce cxstring::createNull()
Dmitri Gribenko
2013-01-31
[Comment parsing] Add support for recognizing
Fariborz Jahanian
2013-01-31
Attempt to fix Windows build breakage.
Evgeniy Stepanov
2013-01-31
Allow the computation of the base priority for a declaration code completion ...
Douglas Gregor
2013-01-30
scan-build: When using Xcode 4.6, use build settings for doing proper build i...
Ted Kremenek
2013-01-29
[driver] Refactor the driver so that a failing commands doesn't prevent
Chad Rosier
2013-01-26
libclang: refactor CXStringPool: make it a class
Dmitri Gribenko
2013-01-26
libclang: type safety for CXTranslationUnitImpl::CIdx
Dmitri Gribenko
2013-01-26
libclang: type safety for CXTranslationUnitImpl::FormatContext
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-26
libclang: make getCursorParentDecl() return 'const Decl *'
Dmitri Gribenko
2013-01-26
libclang: change getCursorAttr() to return 'const Attr *'
Dmitri Gribenko
2013-01-26
libclang: make getCursorStmt() and getCursorExpr() return const pointers
Dmitri Gribenko
2013-01-26
[libclang] Introduce clang_getFileUniqueID which returns a struct
Argyrios Kyrtzidis
2013-01-24
scan-build: Add a --keep-empty option for better testing.
Jordan Rose
2013-01-23
Always process an index.html file if we have HTML output. Patch by Justin Bo...
Ted Kremenek
2013-01-23
libclang: change return type of getCursorDecl() to 'const Decl *'
Dmitri Gribenko
2013-01-23
Remove uneeded casts
Dmitri Gribenko
2013-01-23
Explicitly cast away the const-ness instead of doing it implicitly.
Bill Wendling
2013-01-23
Explicitly cast away the const-ness instead of doing it implicitly.
Bill Wendling
2013-01-22
libclang: Update comment about USEDLIBS in c-*-test/Makefile.
NAKAMURA Takumi
2013-01-20
Add bitreader to LINK_COMPONENTS in users of libclang, c-arcmt-test and c-ind...
NAKAMURA Takumi
2013-01-20
Implement OpenCL event_t as Clang builtin type, including event_t related Ope...
Guy Benyei
2013-01-20
update to use the new BitcodeCursor readRecord that takes a StringRef blob pa...
Chris Lattner
2013-01-20
Nuke SetUpBuildDumpLog.
Sean Silva
2013-01-19
random tidying
Chris Lattner
2013-01-19
update header comment.
Chris Lattner
2013-01-19
these now depend on the bitcode reader too.
Chris Lattner
2013-01-19
this depends on the bitcode reader, since it is using it.
Chris Lattner
2013-01-19
Re-sort all the headers. Lots of regressions have crept in here.
Chandler Carruth
2013-01-18
clang-check: Introduce llvm::sys::PrintStackTraceOnErrorSignal()
NAKAMURA Takumi
2013-01-17
We want the dwarf AT_producer for assembly source files to match clang's
Kevin Enderby
2013-01-16
[libclang] In clang_reparseTranslationUnit_Impl, move the check whether TU is
Argyrios Kyrtzidis
2013-01-16
[libclang] In clang_getCursorType, don't crash if the translation unit is not
Argyrios Kyrtzidis
2013-01-15
Fix Casting
David Greene
2013-01-15
Fix Casting
David Greene
2013-01-15
Fix Casting
David Greene
2013-01-15
Fix Casting
David Greene
2013-01-15
[driver] Warnings for warning options are handled by the frontend. The drive...
Chad Rosier
2013-01-14
libclang: remove a few const_casts
Dmitri Gribenko
2013-01-14
Constify argument of Preprocessor::getMacroInfoHistory and propagate to
Dmitri Gribenko
2013-01-12
Remove useless 'llvm::' qualifier from names like StringRef and others that are
Dmitri Gribenko
[prev]
[next]