summaryrefslogtreecommitdiffstats
path: root/tools/libclang
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
* [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
* Fix MSVC build of libclang after r288438Reid Kleckner2016-12-161-39/+39
* [libclang] Restore the CXXRecordDecl path for clang_Type_getNumTemplateArgume...Argyrios Kyrtzidis2016-12-161-15/+58
* Replace APFloatBase static fltSemantics data members with getter functionsStephan Bergmann2016-12-141-1/+1
* Add two new AST nodes to represent initialization of an array in terms ofRichard Smith2016-12-121-0/+2
* [OpenMP] Sema and parsing for 'teams distribute parallel for' pragmaKelvin Li2016-12-092-0/+12
* [libclang] Add APIs to check the result of an integer expression in CXEvalRes...Argyrios Kyrtzidis2016-12-012-3/+39
* [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
* 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-111-6/+6
* [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
* [index] Expose FriendDeclOlivier Goffart2016-11-042-1/+15
* regcall: Implement regcall Calling Conv in clangErich Keane2016-11-021-0/+1
* Re-apply patch r279045.Kelvin Li2016-10-252-0/+12
* Replace uses of LLVM_FUNCTION_NAME with __func__, this was macro was removed ...Erik Pilkington2016-10-203-4/+4
* Store FileEntry::Filename as a StringRef instead of raw pointer (NFC)Mehdi Amini2016-10-101-3/+4
* ObjectiveC generics: Add ObjCTypeParamType in the type system.Manman Ren2016-09-131-0/+12
* Handle empty message in static_asserts.Richard Trieu2016-09-131-2/+3
* C++ Modules TS: Add parsing and some semantic analysis support forRichard Smith2016-09-081-0/+1
* When we reach the end of a #include of a header of a local submodule that weRichard Smith2016-09-011-0/+8
* [libclang] Added missing entry for newly introduced 'clang_getAllSkippedRange...Cameron Desrochers2016-08-181-0/+1
* [libclang] Add clang_getAllSkippedRanges functionCameron Desrochers2016-08-181-0/+27
* Revert "[OpenMP] Sema and parsing for 'teams distribute simd’ pragma"Diana Picus2016-08-182-12/+0
* [OpenMP] Sema and parsing for 'teams distribute simd’ pragmaKelvin Li2016-08-172-0/+12
* [OpenMP] Sema and parsing for 'teams distribute' pragmaKelvin Li2016-08-052-0/+11
* P0217R3: Parsing support and framework for AST representation of C++1zRichard Smith2016-07-221-1/+3
* [OpenMP] Sema and parsing for 'target simd' pragmaKelvin Li2016-07-202-0/+11
* [NFC] Header cleanupMehdi Amini2016-07-1812-34/+9
* [ObjC] Implement @available in the Parser and ASTErik Pilkington2016-07-162-1/+7
* [index] Create different USR if a property is a class property.Argyrios Kyrtzidis2016-07-151-1/+1
* [OpenMP] Sema and parsing for 'target parallel for simd' pragmaKelvin Li2016-07-142-0/+12
* [OpenMP] Initial implementation of parse+sema for OpenMP clause 'is_device_pt...Carlo Bertolli2016-07-131-0/+3
* [OpenMP] Initial implementation of parse+sema for clause use_device_ptr of 't...Carlo Bertolli2016-07-131-0/+3
* [AST] Use ArrayRef in more interfacesDavid Majnemer2016-07-071-4/+2
* [OpenMP] Sema and parsing for 'distribute simd' pragmaKelvin Li2016-07-062-0/+11
* [OpenMP] Sema and parse for 'distribute parallel for simd'Kelvin Li2016-07-052-0/+12
* [libclang] Sync-up the way top-level decls in an ASTUnit are handled with how...Argyrios Kyrtzidis2016-07-012-32/+45
* AMDGPU: Set amdgpu_kernel calling convention for OpenCL kernels.Nikolay Haustov2016-06-301-1/+1
* P0136R1, DR1573, DR1645, DR1715, DR1736, DR1903, DR1941, DR1959, DR1991:Richard Smith2016-06-282-0/+5
* Resubmission of http://reviews.llvm.org/D21564 after fixes.Carlo Bertolli2016-06-272-0/+12