index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
clang
/
tools
/
libclang
/
CXType.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add Attribute NoThrow as an Exception Specifier Type
Erich Keane
2019-05-30
1
-0
/
+2
*
[libclang] Forward isInline for NamespaceDecl to libclang
Nikolai Kosjar
2019-05-10
1
-0
/
+8
*
Allow field offset lookups in types with incomplete arrays within libclang.
Aaron Ballman
2019-05-07
1
-2
/
+10
*
[libclang] Restore old clang_Cursor_isAnonymous behaviour
Ivan Donchevskii
2019-04-29
1
-0
/
+10
*
[libclang] Expose ext_vector_type
Sven van Haastregt
2019-04-17
1
-0
/
+8
*
Fix file headers. NFC
Fangrui Song
2019-03-01
1
-1
/
+1
*
[libclang] Avoid crashing when getting layout info of an undeduced type.
Emilio Cobos Alvarez
2019-02-26
1
-0
/
+6
*
[Sema] Fix Modified Type in address_space AttributedType
Leonard Chan
2019-01-24
1
-1
/
+3
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[libclang] Fix clang_Cursor_isAnonymous
Ivan Donchevskii
2019-01-10
1
-3
/
+7
*
[AArch64] Add aarch64_vector_pcs function attribute to Clang
Sander de Smalen
2018-11-26
1
-0
/
+1
*
[OpenCL] Add support of cl_intel_device_side_avc_motion_estimation extension
Andrew Savonichev
2018-11-08
1
-0
/
+4
*
Revert r346326 [OpenCL] Add support of cl_intel_device_side_avc_motion_estima...
Andrew Savonichev
2018-11-07
1
-4
/
+0
*
[OpenCL] Add support of cl_intel_device_side_avc_motion_estimation extension
Andrew Savonichev
2018-11-07
1
-0
/
+4
*
NFC: Remove the ObjC1/ObjC2 distinction from clang (and related projects)
Erik Pilkington
2018-10-30
1
-1
/
+1
*
[libclang] Return the proper pointee type for 'auto' deduced to pointer
Ivan Donchevskii
2018-09-07
1
-0
/
+7
*
[libclang 4/8] Add the clang_Type_getNullability() API
Michael Wu
2018-08-03
1
-0
/
+19
*
[libclang 3/8] Add support for AttributedType
Michael Wu
2018-08-03
1
-1
/
+16
*
[libclang 2/8] Add support for ObjCTypeParam
Michael Wu
2018-08-03
1
-0
/
+2
*
[libclang 1/8] Add support for ObjCObjectType
Michael Wu
2018-08-03
1
-0
/
+70
*
This diff includes changes for supporting the following types.
Leonard Chan
2018-06-04
1
-0
/
+12
*
Revert "This diff includes changes for supporting the following types."
Leonard Chan
2018-06-02
1
-12
/
+0
*
This diff includes changes for supporting the following types.
Leonard Chan
2018-06-02
1
-0
/
+12
*
[libclang] Stop assuming that the internal C++ ABI ExceptionSpecificationType...
Richard Smith
2018-05-11
1
-1
/
+29
*
[libclang] Fix the type of 'int (Foo);'
Shoaib Meenai
2018-05-01
1
-0
/
+4
*
Revert "Set calling convention for CUDA kernel"
Artem Belevich
2018-04-03
1
-1
/
+0
*
Set calling convention for CUDA kernel
Yaxun Liu
2018-03-29
1
-0
/
+1
*
Convert clang::LangAS to a strongly typed enum
Alexander Richardson
2017-10-15
1
-1
/
+4
*
Recommit "Add _Float16 as a C/C++ source language type"
Sjoerd Meijer
2017-09-08
1
-1
/
+3
*
Revert "Add _Float16 as a C/C++ source language type"
Sjoerd Meijer
2017-09-08
1
-3
/
+1
*
Add _Float16 as a C/C++ source language type
Sjoerd Meijer
2017-09-08
1
-1
/
+3
*
[AArch64] Add support for __builtin_ms_va_list on aarch64
Martin Storsjo
2017-07-17
1
-1
/
+1
*
[libclang] Support for querying the exception specification type through libc...
Jonathan Coe
2017-06-27
1
-0
/
+18
*
[libclang] Expose typedef and address space functions
Sven van Haastregt
2017-06-08
1
-0
/
+22
*
[libclang] [OpenCL] Expose more OpenCL CIndex types
Sven van Haastregt
2017-05-23
1
-0
/
+16
*
[libclang] Revert rL301328 and add tests for the regressions introduced.
Emilio Cobos Alvarez
2017-05-02
1
-3
/
+3
*
[libclang] Check for a record declaration before a template specialization
Alex Lorenz
2017-04-25
1
-3
/
+3
*
[index/AST] Determine if a typedef shares a name and spelling location with i...
Argyrios Kyrtzidis
2017-03-21
1
-0
/
+9
*
[libclang] [OpenCL] Expose half type.
Joey Gouly
2017-02-10
1
-0
/
+2
*
PR0091R3: Implement parsing support for using templates as types.
Richard Smith
2017-01-26
1
-1
/
+2
*
[libclang] Remove the 'extern "C"' blocks from the implementation files.
Argyrios Kyrtzidis
2016-12-17
1
-4
/
+0
*
Fix MSVC build of libclang after r288438
Reid Kleckner
2016-12-16
1
-39
/
+39
*
[libclang] Restore the CXXRecordDecl path for clang_Type_getNumTemplateArgume...
Argyrios Kyrtzidis
2016-12-16
1
-15
/
+58
*
getObjCEncodingForMethodDecl cannot fail. Simplify. NFC.
John McCall
2016-11-29
1
-4
/
+3
*
[libclang] Generalize clang_getNumTemplateArguments and clang_getTemplateArgu...
Argyrios Kyrtzidis
2016-11-15
1
-15
/
+10
*
regcall: Implement regcall Calling Conv in clang
Erich Keane
2016-11-02
1
-0
/
+1
*
AMDGPU: Set amdgpu_kernel calling convention for OpenCL kernels.
Nikolay Haustov
2016-06-30
1
-1
/
+1
*
Enable support for __float128 in Clang and enable it on pertinent platforms
Nemanja Ivanovic
2016-05-09
1
-0
/
+2
*
[libclang] Expose the ElaboratedType
Sergey Kalinichev
2016-05-03
1
-0
/
+12
*
Revert 266186 as it breaks anything that includes type_traits on some platforms
Nemanja Ivanovic
2016-04-15
1
-2
/
+0
[next]