summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
...
* [modules] Round-trip -Werror flag through explicit module build.Richard Smith2017-05-031-1/+1
* [libclang] Revert rL301328 and add tests for the regressions introduced.Emilio Cobos Alvarez2017-05-021-3/+3
* [libclang] Expose some target information via the C API.Emilio Cobos Alvarez2017-04-284-2/+103
* libclang: remove unused variable.Tim Northover2017-04-271-2/+1
* [libclang] Enhance clang_Cursor_isDynamicCall and clang_Cursor_getReceiverTyp...Argyrios Kyrtzidis2017-04-272-5/+33
* [libclang] Pass in the -fallow-editor-placeholders optionAlex Lorenz2017-04-271-1/+4
* Revert "Revert "PPCallbacks::MacroUndefined, change signature and add test.""Vedant Kumar2017-04-261-1/+2
* Revert "PPCallbacks::MacroUndefined, change signature and add test."Vedant Kumar2017-04-261-2/+1
* PPCallbacks::MacroUndefined, change signature and add test.Frederich Munch2017-04-261-1/+2
* [libclang] Check for a record declaration before a template specializationAlex Lorenz2017-04-251-3/+3
* [index] If the 'external_source_symbol' attribute indicates 'Swift' as the la...Argyrios Kyrtzidis2017-04-242-0/+2
* [clang-format] Replace IncompleteFormat by a struct with LineKrasimir Georgiev2017-04-211-5/+12
* Fix Python 2 vs 3 incompatability with dict.items() vs iteritems()Eric Fiselier2017-04-201-1/+6
* Begin making git-clang-format python3 compatible.Eric Fiselier2017-04-201-21/+25
* Fix a leak in tools/driver/cc1as_main.cppKostya Serebryany2017-04-191-2/+2
* clang-format-vs licence.txt: drop svn:executableHans Wennborg2017-04-131-0/+0
* Follow-up to r300225: update ClangFormat.csproj tooHans Wennborg2017-04-131-1/+1
* Follow-up to r300225: update ClangFormat.sln to VS2017Hans Wennborg2017-04-131-2/+2
* Warning-free clang-format plugin install for VS 15.0Hans Wennborg2017-04-133-81/+24
* clang-format-vs: Use a separate license.txt copyHans Wennborg2017-04-133-7/+40
* [Driver] Add compiler option to generate a reproducerBruno Cardoso Lopes2017-04-121-2/+3
* [clang-import-test] Lookup inside contextsSean Callanan2017-04-111-52/+12
* [scan-build-py] merge runner module to analyzerLaszlo Nagy2017-04-076-625/+600
* clang-format-vsix: Add "Format on Save" featureAntonio Maiorano2017-04-054-90/+279
* clang-format vs plugin support for Visual Studio 2017Hans Wennborg2017-03-311-0/+3
* Spelling mistakes in comments. NFCI. (PR27635)Simon Pilgrim2017-03-301-1/+1
* [libclang] Bury dead TemporaryFilesKrasimir Georgiev2017-03-241-6/+0
* Actually install scan-build / ccc-analyzer / c++-analyzer on windowsJonathan Roelofs2017-03-221-0/+3
* Apply clang-tidy's performance-unnecessary-value-param to parts of clang.Benjamin Kramer2017-03-211-1/+2
* [c-index-test] Fix memory leak in c-index-test tool.Argyrios Kyrtzidis2017-03-211-0/+1
* [index/AST] Determine if a typedef shares a name and spelling location with i...Argyrios Kyrtzidis2017-03-213-0/+19
* [scan-build-py] reuse command line output parameter for report directoryLaszlo Nagy2017-03-212-28/+33
* [scan-build-py] use python tempfile for tempdirLaszlo Nagy2017-03-203-10/+5
* Create msbuild only when using MSVCReid Kleckner2017-03-161-1/+1
* Add -cc1 flag -ast-dump-all to perform an AST dump including entities that ha...Richard Smith2017-03-091-0/+1
* [scan-build-py] move argument parsing into separate moduleLaszlo Nagy2017-03-081-0/+430
* [scan-build-py] move argument parsing into separate moduleLaszlo Nagy2017-03-085-406/+55
* [scan-build-py] fix some line separator issuesLaszlo Nagy2017-03-082-6/+7
* [coroutines] Add DependentCoawaitExpr and fix re-building CoroutineBodyStmt.Eric Fiselier2017-03-061-0/+1
* [scan-build-py] create decorator for compiler wrapper methodsLaszlo Nagy2017-03-047-114/+208
* Add coding and shebang.Vassil Vassilev2017-03-022-0/+6
* clang-format: Don't leave behind temp files in -i mode on Windows, PR26125, r...Nico Weber2017-02-271-4/+9
* [index] Add 'Parameter' symbol kind and 'Local' symbol property to distinguis...Argyrios Kyrtzidis2017-02-262-2/+8
* Revert r296166, "clang-format: Don't leave behind temp files in -i mode on Wi...NAKAMURA Takumi2017-02-251-1/+0
* clang-format: Don't leave behind temp files in -i mode on Windows, PR26125Nico Weber2017-02-241-0/+1
* [c-index-test] For the 'core' invocation, avoid running it under a new thread.Argyrios Kyrtzidis2017-02-231-3/+3
* Cleanup: use range-based for rather than separate calls to begin and end.Richard Smith2017-02-181-6/+4
* Add an explicit derived class of FunctionDecl to model deduction guides ratherRichard Smith2017-02-171-0/+1
* [OpenCL] Correct ndrange_t implementationAnastasia Stulova2017-02-161-1/+0
* Fix the static build.Rafael Espindola2017-02-151-0/+1