summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* Revert r304899 and r304836: It's not clear printing all targets with --versio...Hans Wennborg2017-07-272-2/+4
* [scan-build-py] Patch to fix "-analyzer-config" optionPetr Hosek2017-07-191-1/+1
* [OPENMP] Initial support for 'task_reduction' clause.Alexey Bataev2017-07-181-0/+17
* [CMake] Move CLANG_ENABLE_(ARCMT|OBJC_REWRITER|STATIC_ANALYZER) into clang/Co...NAKAMURA Takumi2017-07-181-0/+1
* [AArch64] Add support for __builtin_ms_va_list on aarch64Martin Storsjo2017-07-171-1/+1
* [NFC] Refactor the Preprocessor function that handles Macro definitions and r...Faisal Vali2017-07-171-1/+1
* Revert changes from my previous refactoring - will need to fix dependencies i...Faisal Vali2017-07-171-1/+1
* [NFC] Refactor the Preprocessor function that handles Macro definitions and r...Faisal Vali2017-07-171-1/+1
* do more processing in clang-fuzzer (use EmitAssemblyAction)Kostya Serebryany2017-07-142-3/+11
* [diagtool] Add a 'find-diagnostic-id' subcommand that converts a name ofAlex Lorenz2017-07-122-0/+59
* [libclang] Support for querying whether an enum is scopedAlex Lorenz2017-07-123-0/+12
* Revert r307769 (Forgot to mention the name of the contributor).Alex Lorenz2017-07-123-12/+0
* [libclang] Support for querying whether an enum is scopedAlex Lorenz2017-07-123-0/+12
* [clang-import-test] Committed missed update to clang-import-test.cppSean Callanan2017-07-111-16/+2
* Fix warnings introduced by r307434.Richard Smith2017-07-082-1/+5
* [clang-rename] Just return instead of calling exit(3) from main.Benjamin Kramer2017-06-301-10/+9
* Attempt to fix the linkage error caused by r306840 on the mingw-RA-on-linux botAlex Lorenz2017-06-301-0/+5
* [refactor] Move clang-rename into the clang repositoryAlex Lorenz2017-06-305-0/+401
* [Driver] Actually report errors during parsing instead of stopping when there...Benjamin Kramer2017-06-301-1/+1
* Teach ASTReader how to read only the Preprocessor state from an AST file, not...Richard Smith2017-06-292-2/+3
* [libclang] Support for querying the exception specification type through libc...Jonathan Coe2017-06-273-0/+51
* Revert "Revert "[NFC] Refactor DiagnosticRenderer to use FullSourceLoc""Christof Douma2017-06-271-18/+12
* Revert "Revert r305164/5/7."Saleem Abdulrasool2017-06-231-3/+16
* Preserve CXX method overrides in ASTImporterLang Hames2017-06-201-9/+23
* Revert "[NFC] Refactor DiagnosticRenderer to use FullSourceLoc"Christof Douma2017-06-191-12/+18
* [NFC] Refactor DiagnosticRenderer to use FullSourceLocChristof Douma2017-06-191-18/+12
* clang-format: Add capability to format the diff on save in vim.Daniel Jasper2017-06-191-2/+13
* [Driver] Do a PATH lookup if needed when using -no-canonical-prefixesPetr Hosek2017-06-161-2/+9
* [clang-format] Allow git-clang-format to handle empty extensions.Eric Fiselier2017-06-151-0/+2
* Recommit r305117: [libclang] Merge multiple availability clauses whenAlex Lorenz2017-06-121-38/+82
* Revert r305164/5/7.Daniel Jasper2017-06-121-16/+3
* Driver: add support for `-gz` and `-gz=`Saleem Abdulrasool2017-06-111-3/+16
* Revert r305117Alex Lorenz2017-06-091-82/+38
* [libclang] Merge multiple availability clauses when getting the platform'sAlex Lorenz2017-06-091-38/+82
* Remove 'Filename' parameter from BeginSourceFileAction.Richard Smith2017-06-091-2/+1
* [libclang] Introduce a new parsing option 'CXTranslationUnit_SingleFileParse'...Argyrios Kyrtzidis2017-06-092-2/+34
* Represent debug information compression type fullySaleem Abdulrasool2017-06-091-4/+6
* [libclang] Expose typedef and address space functionsSven van Haastregt2017-06-082-0/+24
* Print registered targets in clang's version informationDimitry Andric2017-06-062-4/+2
* [libclang] Allow to suspend a translation unit.Erik Verbruggen2017-05-303-0/+17
* [scan-build] Patch to scan-build tool to support "--target=<value>" flagPetr Hosek2017-05-261-1/+2
* Make git-clang-format python 3 compatibleEric Fiselier2017-05-251-4/+30
* Driver must return non-zero code on errors in command lineSerge Pavlov2017-05-241-27/+28
* [Tooling][libclang] Remove unused CompilationDatabase::MappedSourcesKrasimir Georgiev2017-05-231-22/+9
* [libclang] [OpenCL] Expose more OpenCL CIndex typesSven van Haastregt2017-05-231-0/+16
* [index] Fix forward declarations interfering with USR generation of external ...Argyrios Kyrtzidis2017-05-201-10/+1
* [ASTImporter] Improve handling of incomplete typesSean Callanan2017-05-131-2/+44
* Reverted r302775Serge Pavlov2017-05-111-28/+27
* Driver must return non-zero code on errors in command lineSerge Pavlov2017-05-111-27/+28
* [libclang] Introduce clang_Cursor_isExternalSymbol that provides info about d...Argyrios Kyrtzidis2017-05-103-0/+43