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
*
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
*
[Attr] Fix parameter indexing for several attributes
Joel E. Denny
2018-03-02
4
-106
/
+84
*
[OPENMP] Treat local variables in CUDA mode as thread local.
Alexey Bataev
2018-03-02
1
-15
/
+59
*
Remove debugging code I accidentally committed in r326530.
Akira Hatanaka
2018-03-02
1
-1
/
+0
*
Add an option to disable tail-call optimization for escaping blocks.
Akira Hatanaka
2018-03-02
3
-0
/
+10
*
[NFC] Move CommentOpts checks to the call sites that depend on it. (Re-applyi...
David L. Jones
2018-03-02
1
-2
/
+1
*
Revert r326501 due to buildbot breakage.
David L. Jones
2018-03-01
1
-1
/
+2
*
[NFC] Move CommentOpts checks to the call sites that depend on it.
David L. Jones
2018-03-01
1
-2
/
+1
*
[modules] Don't diagnose "redefinition" of a friend with a pending definition
Richard Smith
2018-03-01
1
-0
/
+9
*
Function definition may have uninstantiated body
Serge Pavlov
2018-03-01
2
-41
/
+47
*
Remove redundant casts. NFC
George Burgess IV
2018-03-01
14
-55
/
+50
*
[ObjC] Allow declaring __strong pointer fields in structs in Objective-C
Akira Hatanaka
2018-02-28
3
-2
/
+34
*
Fix a couple of cases where we would fail to correctly parse deduced class te...
Richard Smith
2018-02-28
2
-2
/
+65
*
[OPENMP] Emit warning for non-trivial types in map clauses.
Alexey Bataev
2018-02-27
1
-2
/
+7
*
[OPENMP] Allow multiple mappings for member expressions for pointers.
Alexey Bataev
2018-02-27
1
-5
/
+11
*
Re-commit r324991 "Fix for PR32992. Static const classes not exported."
Hans Wennborg
2018-02-26
1
-3
/
+11
*
When diagnosing the arguments to alloc_size, report the failing argument usin...
Aaron Ballman
2018-02-25
1
-23
/
+9
*
Fix a failing assertion with the pointer_with_type_tag attribute when the fun...
Aaron Ballman
2018-02-25
1
-4
/
+3
*
Add a C++11 and C2x spelling for the type safety attribute (argument_with_typ...
Aaron Ballman
2018-02-25
1
-16
/
+4
*
[Sema][ObjC] Process category attributes before checking protocol uses
Alex Lorenz
2018-02-23
1
-4
/
+7
*
[Sema] Fix some Clang-tidy modernize and Include What You Use warnings; other...
Eugene Zelenko
2018-02-22
1
-28
/
+71
*
Replace incorrect usage of isInvalidDecl with intended setInvalidDecl
Erich Keane
2018-02-21
1
-1
/
+1
*
[Sema] Classify conversions from enum to float as narrowing
Mikhail Maltsev
2018-02-21
1
-1
/
+2
*
[Sema] Fix some Clang-tidy modernize and Include What You Use warnings; other...
Eugene Zelenko
2018-02-21
2
-19
/
+26
*
Fix assert when template argument deduction's original call arg checking trig...
Richard Smith
2018-02-20
1
-1
/
+1
*
[NFC] In Multiversion Check function, switch to return Diag
Erich Keane
2018-02-20
1
-67
/
+47
*
Correct multiversion unsupported target behavior, add a test.
Erich Keane
2018-02-20
1
-0
/
+2
*
[Sema] Fix -Wunused-variable
Sam McCall
2018-02-20
1
-1
/
+0
*
Fix some -Wexceptions false positives.
Richard Smith
2018-02-20
1
-71
/
+48
[next]