summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* [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
* Replace TimeValue with TimePoint in BuildSystem.cpp. NFC.Pavel Labath2016-11-091-2/+2
* clang-format: Use git-ls-tree to get file mode in diff modeStephen Hines2016-11-081-1/+10
* [index] Expose FriendDeclOlivier Goffart2016-11-042-1/+15
* Remove the unused POLLY_LINK_LIBS for linking polly into clangHongbin Zheng2016-11-031-5/+0
* regcall: Implement regcall Calling Conv in clangErich Keane2016-11-021-0/+1
* Attempt to make clang-format.py python 3 - compatible.Alexander Kornienko2016-10-271-1/+1
* Fix warnings from python difflib.Alexander Kornienko2016-10-271-3/+3
* Re-apply patch r279045.Kelvin Li2016-10-252-0/+12
* Fix clang-format vim integration issue with non-ascii charactersAlexander Kornienko2016-10-241-1/+1
* Replace uses of LLVM_FUNCTION_NAME with __func__, this was macro was removed ...Erik Pilkington2016-10-203-4/+4
* Disable a silly GCC diagnostic for combining a scanf length specifier with theRichard Smith2016-10-151-0/+10
* [linux] When pre-reserving stack pages to work around broken address spaceRichard Smith2016-10-141-7/+35
* Store FileEntry::Filename as a StringRef instead of raw pointer (NFC)Mehdi Amini2016-10-101-3/+4