aboutsummaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2012-10-25Comment to XML conversion: avoid memory allocation while pretty-printing theDmitri Gribenko
2012-10-24c-index-test.c: Split a format string. [-Woverlength-strings]NAKAMURA Takumi
2012-10-24[libclang] Add "-index-file-full" option that recursively indexes any importedArgyrios Kyrtzidis
2012-10-23Make DiagnosticOptions intrusively reference-counted, and make sureDouglas Gregor
2012-10-23Fix some mdoc nitsSean Silva
2012-10-23[libclang] Add an environment variable to disable thread background priotity,...Argyrios Kyrtzidis
2012-10-19Remove 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-18libclang/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-16Add pnaclcall convention to Native Client targets.Derek Schuff
2012-10-15Fixes location of overriding declaration with no commentFariborz Jahanian
2012-10-15structured document comment: patch to provide comment for overriding functionFariborz Jahanian
2012-10-12Further harden checking that scan-view isn't serving up pages outsideTed Kremenek
2012-10-12Have scan-view guard against serving up pages outside the root directory.Ted Kremenek
2012-10-12c-index-test.c: /* Use C style comment. */NAKAMURA Takumi
2012-10-11search for overridden methods with comment when overriding methodFariborz Jahanian
2012-10-11Remove pointless classof()'s.Sean Silva
2012-10-11[libclang] Make sure the index_data.main_filename field is initializedArgyrios 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-11Teach 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-10Rename 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-10Place temporary LTO files into their own subdirectory.Bill Wendling
2012-10-10Disable the preprocessing record when indexing a source fileArgyrios Kyrtzidis
2012-10-10When indexing a module file, for the ppIncludedFile callback giveArgyrios Kyrtzidis
2012-10-09Revert "Use a special path to place the .o files in."Bob Wilson
2012-10-09Move the logic that searches for overridden methods from libclang toArgyrios Kyrtzidis
2012-10-08Use a special path to place the .o files in.Bill Wendling
2012-10-08Move TargetData to DataLayout.Micah Villmow
2012-10-06[libclang] Don't disable the preprocessing record while indexing so asArgyrios Kyrtzidis
2012-10-05Add 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 theArgyrios 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 moduleArgyrios Kyrtzidis
2012-10-03Add an explicit -object_path_lto flag during linking with a uniquified temporaryBill Wendling
2012-10-03Remove 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 implicitArgyrios Kyrtzidis
2012-10-03clang-check: Add clangRewriteCore.a to the Makefile build to make it link again.Benjamin Kramer
2012-10-03As opposed to the clang-fixit tool described onDaniel Jasper
2012-10-03Comment to XML conversion: escape XML special chars correctly; use correctDmitri Gribenko
2012-10-03The top-level clang Makefile is #included into other Makefiles. (sigh) So weBill Wendling
2012-10-03Some renames to use the 'visitor' nomenclature, no functionality change.Argyrios Kyrtzidis
2012-10-02[Doc parse]: SUpport for message in deprecated/unavailableFariborz Jahanian
2012-10-02[libclang] When indexing an AST file, only deserialize the file levelArgyrios Kyrtzidis
2012-10-02[Doc parsing]: Add available and deprecated attribute infoFariborz Jahanian