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
2012-10-25
Comment to XML conversion: avoid memory allocation while pretty-printing the
Dmitri Gribenko
2012-10-24
c-index-test.c: Split a format string. [-Woverlength-strings]
NAKAMURA Takumi
2012-10-24
[libclang] Add "-index-file-full" option that recursively indexes any imported
Argyrios Kyrtzidis
2012-10-23
Make DiagnosticOptions intrusively reference-counted, and make sure
Douglas Gregor
2012-10-23
Fix some mdoc nits
Sean Silva
2012-10-23
[libclang] Add an environment variable to disable thread background priotity,...
Argyrios Kyrtzidis
2012-10-19
Remove const_casts by propagating constness down to called functions.
Dmitri Gribenko
2012-10-18
[doc parsing] use getParamName to access parameter
Fariborz Jahanian
2012-10-18
libclang/CXComment.cpp: Fix abuse of StringRef.
NAKAMURA Takumi
2012-10-18
[libclang] Invoke a ppIncludedFile callback when indexing implicit module imp...
Argyrios Kyrtzidis
2012-10-17
[Doc parsing]: This patch adds <Declaration> tag to
Fariborz Jahanian
2012-10-16
Add pnaclcall convention to Native Client targets.
Derek Schuff
2012-10-15
Fixes location of overriding declaration with no comment
Fariborz Jahanian
2012-10-15
structured document comment: patch to provide comment for overriding function
Fariborz Jahanian
2012-10-12
Further harden checking that scan-view isn't serving up pages outside
Ted Kremenek
2012-10-12
Have scan-view guard against serving up pages outside the root directory.
Ted Kremenek
2012-10-12
c-index-test.c: /* Use C style comment. */
NAKAMURA Takumi
2012-10-11
search for overridden methods with comment when overriding method
Fariborz Jahanian
2012-10-11
Remove pointless classof()'s.
Sean Silva
2012-10-11
[libclang] Make sure the index_data.main_filename field is initialized
Argyrios Kyrtzidis
2012-10-11
[libclang] Add tests for indexing modules and PCHs using modules.
Argyrios Kyrtzidis
2012-10-11
[libclang] Improve AST serialization done by ASTUnit::Save().
Argyrios Kyrtzidis
2012-10-11
Teach set-xcode-analyzer that the new default value for ExecPath is CLANG_ANA...
Ted Kremenek
2012-10-10
[Doc parsing] This patch searches overridden objc/c++
Fariborz Jahanian
2012-10-10
Rename ObjCMethodDecl::isSynthesized to isPropertyAccessor.
Jordan Rose
2012-10-10
[CMake] clang/tools/extra may be included by LLVM_EXTERNAL_CLANG_TOOLS_EXTRA_...
NAKAMURA Takumi
2012-10-10
Place temporary LTO files into their own subdirectory.
Bill Wendling
2012-10-10
Disable the preprocessing record when indexing a source file
Argyrios Kyrtzidis
2012-10-10
When indexing a module file, for the ppIncludedFile callback give
Argyrios Kyrtzidis
2012-10-09
Revert "Use a special path to place the .o files in."
Bob Wilson
2012-10-09
Move the logic that searches for overridden methods from libclang to
Argyrios Kyrtzidis
2012-10-08
Use a special path to place the .o files in.
Bill Wendling
2012-10-08
Move TargetData to DataLayout.
Micah Villmow
2012-10-06
[libclang] Don't disable the preprocessing record while indexing so as
Argyrios Kyrtzidis
2012-10-05
Add color output to 'diagtool tree' to show what warnings are enabled by defa...
Ted Kremenek
2012-10-05
[libclang] Now that we have a CXModule object, pass it to the
Argyrios Kyrtzidis
2012-10-05
[libclang] Introduce new C functions that provide information about modules:
Argyrios Kyrtzidis
2012-10-05
[libclang] Introduce CXCursor_ModuleImportDecl cursor kind, used for a module
Argyrios Kyrtzidis
2012-10-03
Add an explicit -object_path_lto flag during linking with a uniquified temporary
Bill Wendling
2012-10-03
Remove the directory that these are already in.
Bill Wendling
2012-10-03
[libclang] When indexing, invoke the importedASTFile for PCH files as well.
Argyrios Kyrtzidis
2012-10-03
[libclang] Simplify indexing of module imports by handling implicit
Argyrios Kyrtzidis
2012-10-03
clang-check: Add clangRewriteCore.a to the Makefile build to make it link again.
Benjamin Kramer
2012-10-03
As opposed to the clang-fixit tool described on
Daniel Jasper
2012-10-03
Comment to XML conversion: escape XML special chars correctly; use correct
Dmitri Gribenko
2012-10-03
The top-level clang Makefile is #included into other Makefiles. (sigh) So we
Bill Wendling
2012-10-03
Some renames to use the 'visitor' nomenclature, no functionality change.
Argyrios Kyrtzidis
2012-10-02
[Doc parse]: SUpport for message in deprecated/unavailable
Fariborz Jahanian
2012-10-02
[libclang] When indexing an AST file, only deserialize the file level
Argyrios Kyrtzidis
2012-10-02
[Doc parsing]: Add available and deprecated attribute info
Fariborz Jahanian
[next]