aboutsummaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2012-11-13Revert r167801, "[preprocessor] When #including something that contributes noDaniel Dunbar
2012-11-13[preprocessor] When #including something that contributes no tokens at all,Argyrios Kyrtzidis
2012-11-12If we encounter a fatal error, exit with status 70. For BSD systems this isChad Rosier
2012-11-12If we encounter a fatal error, call the interrupt handler to ensure anyChad Rosier
2012-11-07Force C89 for c-index-test.cDmitri 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-06Remove 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-01Remove first argument from Arg::getValue; it's been unused since r105760.Richard Smith
2012-11-01Remove CompilerInvocation::toArgs and clang -cc1test mode. These were untestedRichard Smith
2012-11-01[libclang] Introduce clang_Cursor_getReceiverType which returns the CXType forArgyrios Kyrtzidis
2012-10-29Add missing emacs major mode marker.Nick Lewycky
2012-10-29Fix name of this file.Nick Lewycky
2012-10-29Add missing emacs major mode marker.Nick Lewycky
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