summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* Merging r293134:Hans Wennborg2017-01-272-4/+5
* Unbreak the clang-fuzzer build after r291184.Benjamin Kramer2017-01-111-1/+1
* [OpenMP] Sema and parsing for 'target teams distribute simd’ pragmaKelvin Li2017-01-102-0/+12
* [clang] Enable using --section-ordering-file option of ld.goldAlexander Shaposhnikov2017-01-091-8/+12
* [index] Introduce SymbolSubKind for reporting language-specific details.Argyrios Kyrtzidis2017-01-081-0/+2
* Reapply "IntrusiveRefCntPtr -> std::shared_ptr for CompilerInvocationBase and...David Blaikie2017-01-067-34/+37
* Revert "IntrusiveRefCntPtr -> std::shared_ptr for CompilerInvocationBase and ...David Blaikie2017-01-067-38/+35
* IntrusiveRefCntPtr -> std::shared_ptr for CompilerInvocationBase and CodeComp...David Blaikie2017-01-057-35/+38
* Move Preprocessor over to std::shared_ptr rather than IntrusiveRefCntPtrDavid Blaikie2017-01-053-4/+4
* [OpenMP] Sema and parsing for 'target teams distribute parallel for simd’ p...Kelvin Li2017-01-032-0/+13
* [OpenMP] Sema and parsing for 'target teams distribute parallel for’ pragmaKelvin Li2016-12-292-0/+12
* [OpenMP] Sema and parsing for 'target teams distribute' pragmaKelvin Li2016-12-252-0/+12
* Testbed and skeleton of a new expression parserSean Callanan2016-12-223-0/+347
* [c++1z] P0195R2: Support pack-expansion of using-declarations.Richard Smith2016-12-201-0/+1
* Fix for clang_Cursor_getSpellingNameRange()Kevin Funk2016-12-201-1/+2
* Reverting r290004, r290006, r290010 pending review.Sean Callanan2016-12-193-347/+0
* [libclang] Revert part of r290025, "Remove the 'extern "C"' blocks from the i...NAKAMURA Takumi2016-12-192-0/+7
* Revert "[c++1z] P0195R2: Support pack-expansion of using-declarations."Daniel Jasper2016-12-191-1/+0
* [c++1z] P0195R2: Support pack-expansion of using-declarations.Richard Smith2016-12-191-0/+1
* [OpenMP] Sema and parsing for 'target teams' pragmaKelvin Li2016-12-172-0/+11
* [libclang] Remove the 'extern "C"' blocks from the implementation files.Argyrios Kyrtzidis2016-12-1716-119/+3
* Added clangLex to the dependencies for clang-import-test.Sean Callanan2016-12-161-0/+1
* Fix MSVC build of libclang after r288438Reid Kleckner2016-12-161-39/+39
* Fixed library dependencies on clang-import-test to clean up the bots.Sean Callanan2016-12-161-0/+2
* Testbed and skeleton of a new expression parserSean Callanan2016-12-163-0/+344
* [libclang] Restore the CXXRecordDecl path for clang_Type_getNumTemplateArgume...Argyrios Kyrtzidis2016-12-162-30/+80
* clang-format-vsix: add command to format documentAntonio Maiorano2016-12-165-19/+119
* clang-format-vsix: add a date stamp to the VSIX version number to ensure upgr...Antonio Maiorano2016-12-161-1/+4
* Replace APFloatBase static fltSemantics data members with getter functionsStephan Bergmann2016-12-141-1/+1
* clang-format: Separate out a language kind for ObjC.Daniel Jasper2016-12-121-1/+2
* Add two new AST nodes to represent initialization of an array in terms ofRichard Smith2016-12-121-0/+2
* [clang-format] Another attempt at python 3 compatibilityVedant Kumar2016-12-101-1/+7
* [OpenMP] Sema and parsing for 'teams distribute parallel for' pragmaKelvin Li2016-12-092-0/+12
* [clang] Fix D26214: Move error handling out of MC and to the callers.Mandeep Singh Grang2016-12-061-4/+7
* Add the --no-color option to the git call in the doc when using clang-format-...Sylvestre Ledru2016-12-031-1/+1
* [libclang] Add APIs to check the result of an integer expression in CXEvalRes...Argyrios Kyrtzidis2016-12-013-5/+47
* [clang] Implement support for -defsym assembler optionMandeep Singh Grang2016-12-011-0/+12
* Fix VS2015 build of clang-format-vsix by using NuGet to pull in required asse...Hans Wennborg2016-12-015-24/+138
* [OpenMP] Sema and parsing for 'teams distribute parallel for simd' pragmaKelvin Li2016-11-302-0/+12
* getObjCEncodingForMethodDecl cannot fail. Simplify. NFC.John McCall2016-11-291-4/+3
* [CMake] Fixing clang standalone buildChris Bieneman2016-11-192-2/+10
* [CMake] clang depends on intrinsics_genChris Bieneman2016-11-181-0/+3
* [CMake] clang-offload-bundler depends on intrinsics_genChris Bieneman2016-11-181-0/+3
* [CMake] Fixing variable names that were mistypedChris Bieneman2016-11-181-1/+1
* Link include-fixer into libclang if clang-tools-extra is checked out.Benjamin Kramer2016-11-172-0/+7
* [libclang] Generalize clang_getNumTemplateArguments and clang_getTemplateArgu...Argyrios Kyrtzidis2016-11-151-15/+10
* Add explicit (void) cast to result of unique_ptr::release()Eric Fiselier2016-11-141-1/+1
* [index] Rename SymbolSubKind -> SymbolProperty, NFC.Argyrios Kyrtzidis2016-11-112-8/+8
* Mirror the llvm changes that split Bitcode/ReaderWriter.hTeresa Johnson2016-11-111-1/+1
* [libclang] Fix issue with clang_tokenize and make sure it interprets CXSource...Argyrios Kyrtzidis2016-11-091-1/+1