index
:
~jwrdegoede/clang
master
Hans' clang repository
jwrdegoede
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
AST
/
Type.cpp
Age
Commit message (
Expand
)
Author
Files
Lines
2016-05-26
[ObjC] Remove _Atomic from return type and parameter type of
Akira Hatanaka
1
-0
/
+6
2016-05-13
[AST] Add missing const qualifiers to AstContext in Type.cpp
Etienne Bergeron
1
-9
/
+9
2016-05-09
Enable support for __float128 in Clang and enable it on pertinent platforms
Nemanja Ivanovic
1
-3
/
+5
2016-04-15
Revert 266186 as it breaks anything that includes type_traits on some platforms
Nemanja Ivanovic
1
-5
/
+3
2016-04-13
Enable support for __float128 in Clang
Nemanja Ivanovic
1
-3
/
+5
2016-04-13
[OpenCL] Move OpenCLImageTypes.def from clangAST to clangBasic library.
Alexey Bader
1
-2
/
+2
2016-04-08
[OpenCL] Complete image types support.
Alexey Bader
1
-36
/
+7
2016-03-30
Canonicalize UnaryTransformType types when they don't have a known underlying...
Vassil Vassilev
1
-11
/
+18
2016-03-16
Add attributes for preserve_mostcc/preserve_allcc calling conventions to the ...
Roman Levenstein
1
-0
/
+6
2016-03-03
Semantic analysis for the swiftcall calling convention.
John McCall
1
-0
/
+3
2016-03-01
Generalize the consumed-parameter array on FunctionProtoType
John McCall
1
-6
/
+7
2016-01-09
[OpenCL] Pipe type support
Xiuli Pan
1
-0
/
+5
2016-01-09
Test Commit
Xiuli Pan
1
-1
/
+1
2015-11-19
Don't actually add the __unsafe_unretained qualifier in MRC;
John McCall
1
-0
/
+24
2015-11-11
Add support for GCC's '__auto_type' extension, per the GCC manual:
Richard Smith
1
-1
/
+1
2015-09-26
Revert part of r248660 as using None didn't work with the ArrayRef being retu...
Craig Topper
1
-2
/
+2
2015-09-26
Use None to avoid re-mentioning the ArrayRef type to call the default constru...
Craig Topper
1
-2
/
+2
2015-09-23
Forbid qualifiers on ObjC generic parameters and arguments, but
John McCall
1
-0
/
+41
2015-09-15
Run clang-format to unify the switch statement style as suggest here: http://...
Alexey Bader
1
-44
/
+87
2015-09-15
[OpenCL] Add new types for OpenCL 2.0.
Alexey Bader
1
-0
/
+30
2015-09-10
[MS ABI] Make member pointers return true for isIncompleteType
David Majnemer
1
-0
/
+23
2015-08-26
Corrected 3 typos. NFC
Charles Li
1
-3
/
+3
2015-08-25
[OPENMP 4.0] Initial support for array sections.
Alexey Bataev
1
-0
/
+2
2015-08-05
[AST] ArrayRefize template argument packs. No functionality change intended.
Benjamin Kramer
1
-1
/
+1
2015-08-04
[AST] Simplify code by letting ArrayRef do the copying.
Benjamin Kramer
1
-10
/
+4
2015-07-07
[libclang] Implement proper code-completion in an ObjC type parameter position.
Douglas Gregor
1
-0
/
+11
2015-07-07
Factor the simpleTransform() visitor so that it is not a local class.
Douglas Gregor
1
-288
/
+294
2015-07-07
Implement the Objective-C __kindof type qualifier.
Douglas Gregor
1
-18
/
+153
2015-07-07
C++ support for Objective-C lightweight generics.
Douglas Gregor
1
-1
/
+14
2015-07-07
Improve the Objective-C common-type computation used by the ternary operator.
Douglas Gregor
1
-0
/
+9
2015-07-07
Substitute type arguments into uses of Objective-C interface members.
Douglas Gregor
1
-8
/
+767
2015-07-07
Handle Objective-C type arguments.
Douglas Gregor
1
-12
/
+87
2015-06-26
[ObjC] Add NSValue support for objc_boxed_expressions
Alex Denisov
1
-0
/
+5
2015-06-22
Revert r240270 ("Fixed/added namespace ending comments using clang-tidy").
Alexander Kornienko
1
-3
/
+3
2015-06-22
Fixed/added namespace ending comments using clang-tidy. NFC
Alexander Kornienko
1
-3
/
+3
2015-06-20
Suppress bogus gcc -Wreturn-type warnings.
Nico Weber
1
-0
/
+1
2015-06-19
Introduce type nullability specifiers for C/C++.
Douglas Gregor
1
-1
/
+150
2015-05-18
Fix confusing indent. No behavior change.
Nico Weber
1
-1
/
+1
2015-04-16
[Objective-C Sema] patch to introduce IndependentClass
Fariborz Jahanian
1
-0
/
+5
2015-03-26
Reformatting, NFC
Richard Smith
1
-4
/
+5
2015-03-09
Simplify boolean expressions in clang with clang-tidy
David Blaikie
1
-1
/
+1
2015-03-06
Use delegating ctors to reduce code duplication. NFC.
Benjamin Kramer
1
-9
/
+1
2015-01-28
Remove support for pnaclcall attribute
Derek Schuff
1
-2
/
+0
2015-01-21
Fix isTriviallyCopyableType for arrays
Saleem Abdulrasool
1
-1
/
+1
2015-01-20
Re-apply "r226548 - Introduce SPIR calling conventions" reverted in r226558.
Alexander Kornienko
1
-0
/
+2
2015-01-20
Reverting r226548 as one of the tests fails in some configurations.
Alexander Kornienko
1
-2
/
+0
2015-01-20
Introduce SPIR calling conventions.
Sameer Sahasrabuddhe
1
-0
/
+2
2014-12-28
Sema: Don't crash when an inject class name has a nested redefinition
David Majnemer
1
-4
/
+7
2014-11-13
PR21437, final part of DR1330: delay-parsing of exception-specifications. This
Richard Smith
1
-4
/
+6
2014-11-12
Instantiate exception specifications when instantiating function types (other
Richard Smith
1
-7
/
+20
[next]