index
:
delta/clang.git
baserock/flang
google/stable
google/testing
master
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
release_34
release_35
release_35@215011
release_36
release_37
release_38
release_39
release_40
release_50
release_60
release_70
release_80
release_90
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
llvm.org: Obsolete (use llvm)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Sema
Commit message (
Expand
)
Author
Age
Files
Lines
*
Set calling convention for CUDA kernel
Yaxun Liu
2018-03-29
3
-1
/
+23
*
Refactor some code for a warning. NFC.
Richard Trieu
2018-03-29
1
-65
/
+39
*
[ast] Do not auto-initialize Objective-C for-loop variables in Objective-C++ ...
George Karpenkov
2018-03-29
1
-1
/
+2
*
[ObjC++] Make parameter passing and function return compatible with ObjC
Akira Hatanaka
2018-03-28
2
-5
/
+97
*
[Diag] Avoid emitting a redefinition note if no location is available.
Matt Davis
2018-03-28
1
-1
/
+2
*
Fix some handling of AST nodes with diagnostics.
Richard Trieu
2018-03-28
7
-25
/
+24
*
[ObjC] Make C++ triviality type traits available to non-trivial C
Akira Hatanaka
2018-03-28
1
-0
/
+12
*
[Sema] Emit -Winteger-overflow for arguments in function calls, ObjC messages.
Volodymyr Sapsai
2018-03-27
1
-7
/
+11
*
[coroutines] Do not attempt to typo-correct when coroutine is looking for req...
Gor Nishanov
2018-03-27
1
-0
/
+9
*
[Sema] Avoid crash for category implementation without interface
Shoaib Meenai
2018-03-27
1
-0
/
+3
*
[clang] Change std::sort to llvm::sort in response to r327219
Mandeep Singh Grang
2018-03-27
6
-11
/
+11
*
Drop spurious break; NFC
Sven van Haastregt
2018-03-27
1
-1
/
+0
*
[coroutines] Fix invalid source range in co_await call expressions.
Eric Fiselier
2018-03-27
1
-1
/
+6
*
[MS] Fix late-parsed template infinite loop in eager instantiation
Reid Kleckner
2018-03-26
2
-2
/
+21
*
[CodeGen] Mark fma as const for Android
Pirama Arumuga Nainar
2018-03-26
1
-2
/
+2
*
[OPENMP] Codegen for declare target with link clause.
Alexey Bataev
2018-03-26
1
-6
/
+18
*
[SemaCXX] _Pragma("clang optimize off") not affecting lambda.
Carlos Alberto Enciso
2018-03-26
1
-0
/
+4
*
[C++17] Fix class template argument deduction for default constructors withou...
Zhihao Yuan
2018-03-24
1
-4
/
+14
*
[CUDA] Fixed false error reporting in case of calling H->G->HD->D.
Artem Belevich
2018-03-23
1
-3
/
+6
*
Sink PrettyDeclStackTrace down to the AST library
Jordan Rose
2018-03-23
3
-28
/
+10
*
Improve -Winfinite-recursion
Robert Widmann
2018-03-22
1
-47
/
+24
*
[Builtins] Overload __builtin_operator_new/delete to allow forwarding to usua...
Eric Fiselier
2018-03-21
2
-16
/
+131
*
[OPENMP, NVPTX] Globalization of the private redeclarations.
Alexey Bataev
2018-03-20
1
-16
/
+38
*
Properly construct `inline` members without initializers
George Burgess IV
2018-03-20
1
-1
/
+3
*
[CodeGen] Ignore OpaqueValueExprs that are unique references to their
Akira Hatanaka
2018-03-20
1
-28
/
+39
*
[ObjC] Allow declaring __weak pointer fields in C structs in ARC.
Akira Hatanaka
2018-03-19
1
-5
/
+3
*
Implement DR2229, which prohibits unnamed bit-fields from having qualifiers i...
Aaron Ballman
2018-03-17
1
-0
/
+7
*
Adding nocf_check attribute for cf-protection fine tuning
Oren Ben Simhon
2018-03-17
2
-20
/
+40
*
Implement C++ DR727, which permits explicit specializations at class scope.
Richard Smith
2018-03-16
4
-123
/
+49
*
[OPENMP] Codegen for `omp declare target` construct.
Alexey Bataev
2018-03-15
1
-5
/
+9
*
More warnings when double truncation to float: compound assignment is support...
Andrew V. Tischenko
2018-03-15
1
-2
/
+31
*
Refactoring code around move/copy initialization. NFC.
Richard Trieu
2018-03-15
3
-58
/
+84
*
[Sema] Pop function scope when instantiating a func with skipped body
Ilya Biryukov
2018-03-14
1
-6
/
+6
*
Check that a field is not annotated with attribute "unavailable" before
Akira Hatanaka
2018-03-13
1
-1
/
+1
*
Serialize the NonTrivialToPrimitive* flags I added in r326307.
Akira Hatanaka
2018-03-13
1
-3
/
+3
*
Reland "[Attr] Fix parameter indexing for several attributes"
Joel E. Denny
2018-03-13
4
-108
/
+85
*
Re-land "[Sema] Make getCurFunction() return null outside function parsing"
Reid Kleckner
2018-03-12
9
-96
/
+109
*
Revert "[ObjC] Allow declaring __weak pointer fields in C structs in
Akira Hatanaka
2018-03-12
1
-3
/
+5
*
[ObjC] Allow declaring __weak pointer fields in C structs in ARC.
Akira Hatanaka
2018-03-10
1
-5
/
+3
*
[SemaOverload] Fixed crash on code completion
Ilya Biryukov
2018-03-09
1
-6
/
+11
*
Propagate DLLAttr to friend re-declarations of member functions
Stephan Bergmann
2018-03-08
1
-0
/
+15
*
Revert "[Sema] Make getCurFunction() return null outside function parsing"
Reid Kleckner
2018-03-08
8
-107
/
+95
*
When substituting previously-checked template arguments into a template
Richard Smith
2018-03-08
2
-12
/
+21
*
[Sema] Make getCurFunction() return null outside function parsing
Reid Kleckner
2018-03-08
8
-95
/
+107
*
Avoid including ScopeInfo.h from Sema.h
Reid Kleckner
2018-03-07
9
-34
/
+48
*
Push a function scope when parsing function bodies without a declaration
Reid Kleckner
2018-03-07
1
-1
/
+9
*
Revert r326602, it caused PR36620.
Nico Weber
2018-03-07
4
-84
/
+106
*
Fix typo in comment.
Richard Smith
2018-03-05
1
-1
/
+1
*
Replace the custom handling for several attributes; NFC.
Aaron Ballman
2018-03-04
1
-64
/
+10
*
Create a subject list for the `used` attribute rather than use custom checkin...
Aaron Ballman
2018-03-03
1
-18
/
+1
[next]