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-11-13
Revert r167801, "[preprocessor] When #including something that contributes no
Daniel Dunbar
2012-11-13
[preprocessor] When #including something that contributes no tokens at all,
Argyrios Kyrtzidis
2012-11-12
If we encounter a fatal error, exit with status 70. For BSD systems this is
Chad Rosier
2012-11-12
If we encounter a fatal error, call the interrupt handler to ensure any
Chad Rosier
2012-11-07
Force C89 for c-index-test.c
Dmitri Gribenko
2012-11-07
[analyzer] Check that the argument to CFMakeCollectable is non-NULL.
Jordan Rose
2012-11-06
[c-index-test] When building with BUILD_CLANG_ONLY=YES, include c-index-test.
Argyrios Kyrtzidis
2012-11-06
Remove completely irrelevant code from USR generation.
Ted Kremenek
2012-11-06
[c-index-test] Do install c-index-test because it's not just for tests,
Argyrios Kyrtzidis
2012-11-01
Remove first argument from Arg::getValue; it's been unused since r105760.
Richard Smith
2012-11-01
Remove CompilerInvocation::toArgs and clang -cc1test mode. These were untested
Richard Smith
2012-11-01
[libclang] Introduce clang_Cursor_getReceiverType which returns the CXType for
Argyrios Kyrtzidis
2012-10-29
Add missing emacs major mode marker.
Nick Lewycky
2012-10-29
Fix name of this file.
Nick Lewycky
2012-10-29
Add missing emacs major mode marker.
Nick Lewycky
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
[next]