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-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
2013-01-11
libclang: use C++ casts in CXString.cpp
Dmitri Gribenko
2013-01-11
libclang: constness for CXString
Dmitri Gribenko
2013-01-11
[libclang] Add some constness in CXSourceLocation and CXSourceRange.
Argyrios Kyrtzidis
2013-01-11
Set process return code of 1 in set-xcode-analyzer when Xcode needs to be qui...
Ted Kremenek
2013-01-11
libclang: remove unneeded casts
Dmitri Gribenko
2013-01-11
libclang: change CXCursor to store 'const void *' pointers for
Dmitri Gribenko
2013-01-11
libclang: use getCursorTU and getCursorASTUnit instead of explicit casts
Dmitri Gribenko
2013-01-11
Replace more usages of __func__ with LLVM_FUNCTION_NAME
Dmitri Gribenko
2013-01-11
libclang logging: fixup for MSVC, which does not have __func__
Dmitri Gribenko
2013-01-10
[libclang] Address some coding style issues pointed out by Dmitri.
Argyrios Kyrtzidis
2013-01-10
ccc-analyzer: Forward -msse* options to the compiler.
Ted Kremenek
2013-01-10
[libclang] Add missing header file
Argyrios Kyrtzidis
2013-01-10
[libclang] Enhance logging capabilities of libclang.
Argyrios Kyrtzidis
2013-01-08
[libclang] In clang_equalCursors, clear out the "FirstInDeclGroup" part in a ...
Argyrios Kyrtzidis
2013-01-07
[libclang] When annotating preprocessor tokens, if we are in a macro definition,
Argyrios Kyrtzidis
2013-01-07
[libclang] Simplify annotation of preprocessing tokens and remove the Annotat...
Argyrios Kyrtzidis
2013-01-07
[libclang] Make token annotation of type/storage qualifiers accurate.
Argyrios Kyrtzidis
2013-01-07
[libclang] When getting the cursor for an identifier inside a macro definitio...
Argyrios Kyrtzidis
2013-01-07
Comment to XML conversion: no, we don't want to print instantiations for the
Dmitri Gribenko
2013-01-07
libclang/Makefile: Reorder USEDLIBS along driver/clang.
NAKAMURA Takumi
2013-01-05
Fix set-xcode-analyzer to only modify the ExecPath for the analyzer when usin...
Ted Kremenek
2013-01-04
Require set-xcode-analyzer to run with Python 2.7 or later.
Ted Kremenek
2013-01-04
[libclang] Introduce clang_getFileLocation.
Argyrios Kyrtzidis
2013-01-02
Rewrite #includes for llvm/Foo.h to llvm/IR/Foo.h as appropriate to
Chandler Carruth
2013-01-02
Re-sort #include lines using the llvm/utils/sort_includes.py script.
Chandler Carruth
2012-12-25
Produce an actual error before attempting to attach notes to it when bailing out
Richard Smith
2012-12-25
Add intel_ocl_bicc calling convention as a function attribute to clang. The c...
Guy Benyei
2012-12-22
[libclang] Check for the 'LIBCLANG_NOTHREADS' environment variable before cre...
Argyrios Kyrtzidis
2012-12-20
Add objective-C style formatting to clang format and
Fariborz Jahanian
2012-12-20
Revert r170500. It over-zealously converted *ALL* things named Attributes, wh...
Bill Wendling
2012-12-20
c-index-test/Makefile: Add clangFormat to USEDLIBS for libclang-unavailable h...
NAKAMURA Takumi
2012-12-20
c-index-test/Makefile: Reformat.
NAKAMURA Takumi
2012-12-19
Audit DeclPrinter with -ast-dump on Cocoa.h and
Fariborz Jahanian
2012-12-19
Add a missing 'else'. Found by grep '} if'
Dmitri Gribenko
2012-12-19
Improve on header comment suggested by James Dennet.
Fariborz Jahanian
2012-12-19
Rename the 'Attributes' class to 'Attribute'. It's going to represent a singl...
Bill Wendling
2012-12-19
Simplify logic to use SourceManager::getFileLoc(), per Argyrios's feedback.
Ted Kremenek
2012-12-19
fixes a doxygen comment.
Fariborz Jahanian
2012-12-19
Increas number of iterations before a new libclang format object
Fariborz Jahanian
2012-12-19
Some code refactoring per Dimitri's comment.
Fariborz Jahanian
2012-12-18
Have clang_getSpellingLocation() use the same logic as DiagnosticRenderer for...
Ted Kremenek
2012-12-18
This is the libclang patch providing minimal API to
Fariborz Jahanian
2012-12-18
Re-commit r170428 changes with Linux style file endings.
Guy Benyei
2012-12-18
Revert changes from r170428, as I accidentally changed the line endings of th...
Guy Benyei
2012-12-18
Add OpenCL images as clang builtin types.
Guy Benyei
[prev]
[next]