summaryrefslogtreecommitdiff
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* Implemented -ast-dump, -ast-print, -ast-dump-filter options in clang-checkAlexander Kornienko2012-08-131-1/+43
* Attaching comments to declarations: find comment attached to any redeclarationDmitri Gribenko2012-08-111-3/+3
* Fix a couple of pedantic gcc warnings.Benjamin Kramer2012-08-101-2/+2
* c-arcmt-test, c-index-test: Appease Cygwin, to link to libclang.a, not clang....NAKAMURA Takumi2012-08-102-2/+12
* Temporarily revert r161612 while we figure out just what the semanticsChandler Carruth2012-08-091-6/+3
* Make all of the tools build in parallel. Missing this caused incrementalChandler Carruth2012-08-091-3/+6
* Recurse into the extra tools repo the correct way from the MakefileChandler Carruth2012-08-091-2/+5
* Comment to HTML and XML conversion: ignore commands that contain a declarationDmitri Gribenko2012-08-091-1/+7
* Comment to HTML and XML conversion: use CommandTraits to classify commands.Dmitri Gribenko2012-08-091-5/+9
* [ms-inline asm] Add various MC components to clang build to support MS-style ...Chad Rosier2012-08-094-3/+17
* Allow the Makefile build system to find the extra repo if it is checkedChandler Carruth2012-08-091-1/+2
* Comment XML: use xml:space="preserve" in Verbatim tags, so that XML tidy doesDmitri Gribenko2012-08-081-3/+3
* Add various MC components to clang build to support MS-style inline assembly.Chad Rosier2012-08-084-5/+8
* Teach ccc-analyze about -fobjc-legacy-dispatch and -mios-simulator-version-minTed Kremenek2012-08-071-0/+2
* Comment AST: DeclInfo: add a special kind for enums.Dmitri Gribenko2012-08-071-0/+4
* c-index-test Makefile: fix build on Linux. Reviewed by Eric Christopher.Dmitri Gribenko2012-08-071-2/+2
* libclang API for comment-to-xml conversion.Dmitri Gribenko2012-08-075-25/+528
* Initial support for recursing into the new clang-tools-extra repositoryChandler Carruth2012-08-071-0/+9
* scan-build: factor out setting of environment variables.Ted Kremenek2012-08-061-34/+59
* Pull 'xcodebuild' wrapper logic into a separate function.Ted Kremenek2012-08-061-26/+38
* Comment to HTML conversion: correct typo in CSS class name: taram -> tparamDmitri Gribenko2012-08-011-2/+2
* Comment to HTML conversion: refactor. Extracted a class to for FullCommentDmitri Gribenko2012-08-011-122/+137
* Comment to HTML conversion: skip \tparam commands with whitespace paragraphsDmitri Gribenko2012-08-011-0/+3
* Comment to HTML conversion: escape HTML special characters in command argumentsDmitri Gribenko2012-08-011-7/+17
* Comment parsing: add support for \tparam command on all levels.Dmitri Gribenko2012-07-313-0/+133
* Include clang-check as part of the clang installation.David Blaikie2012-07-315-6/+6
* Move comment from member operator() to class.Dmitri Gribenko2012-07-301-2/+2
* c-index-test: remove dead store. Found by Clang static analyzer!Dmitri Gribenko2012-07-301-1/+0
* Add missing include for Linux buildbotDmitri Gribenko2012-07-301-0/+2
* Add an assert to ParamCommandComment::getParamIndex() -- it should not beDmitri Gribenko2012-07-301-4/+11
* [scan-build] Fix clang++ pathnameArnaud A. de Grandmaison2012-07-271-1/+3
* libclang, examples: [CMake] Add dependencies to tblgen'd headers.NAKAMURA Takumi2012-07-271-0/+13
* Removed standalone clang-ast-dump tool.Alexander Kornienko2012-07-265-174/+1
* libclang comment to HTML rendering: \result is the same as \returnsDmitri Gribenko2012-07-251-1/+2
* libclang comments AST: clang_ParamCommandComment_getParamName: don't assertDmitri Gribenko2012-07-231-1/+1
* Comment AST: add InlineContentComment::RenderKind to specify a defaultDmitri Gribenko2012-07-233-21/+58
* Comment to HTML conversion: add more CSS classes to identify function argumentsDmitri Gribenko2012-07-211-67/+66
* Fix c-index-test to compile as C89.Dmitri Gribenko2012-07-201-8/+14
* Add libclang APIs to walk comments ASTs and an API to convert a comment to anDmitri Gribenko2012-07-206-21/+947
* CMake: clang should depend on clang-headers, or bin/clang would not work better.NAKAMURA Takumi2012-07-201-0/+2
* [Win32] Rework crash-report since r145389.NAKAMURA Takumi2012-07-171-0/+8
* Move clang_Cursor_getBriefCommentText implementation under `extern "C"'.Dmitri Gribenko2012-07-171-2/+2
* Add hack (provided by Jonathan Sauer) to fall back to assuming Xcode is insta...Ted Kremenek2012-07-161-1/+5
* The new clang-ast-dump tool for selective AST dumping. Moved common command-l...Alexander Kornienko2012-07-166-57/+192
* Updated -help message in clang-check.Alexander Kornienko2012-07-121-22/+33
* Enable comment parsing and semantic analysis to emit diagnostics. A fewDmitri Gribenko2012-07-111-0/+1
* Introduce a flag in SourceManager to treat non-system source filesArgyrios Kyrtzidis2012-07-112-3/+8
* Fix usage instructions for clang-check.Daniel Jasper2012-07-111-5/+5
* Adds support for auto-detection of compilation databases, looking in a direct...Arnaud A. de Grandmaison2012-07-101-2/+3
* Adds support for auto-detection of compilation databasesManuel Klimek2012-07-101-4/+10