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
/
lib
/
Sema
/
SemaExpr.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
PR45083: Mark statement expressions as being dependent if they appear in
Richard Smith
2020-03-12
1
-4
/
+9
*
Revert "PR45083: Mark statement expressions as being dependent if they appear...
Hans Wennborg
2020-03-12
1
-12
/
+4
*
PR45083: Mark statement expressions as being dependent if they appear in
Richard Smith
2020-03-04
1
-4
/
+12
*
[Concepts] Check function constraints before deducing auto return type
Saar Raz
2020-01-31
1
-24
/
+24
*
[Concepts] Add check for dependent RC when checking function constraints
Saar Raz
2020-01-30
1
-4
/
+2
*
[Concepts] Transform constraints of non-template functions to ConstantEvaluated
Saar Raz
2020-01-25
1
-1
/
+2
*
[Concepts] Requires Expressions
Saar Raz
2020-01-24
1
-1
/
+12
*
Add a FIXME and corresponding test coverage for some suspicious behavior
Richard Smith
2020-01-10
1
-0
/
+3
*
Remove redundant implicit cast creation.
Richard Smith
2020-01-10
1
-2
/
+0
*
[Concepts] Function trailing requires clauses
Saar Raz
2020-01-09
1
-1
/
+30
*
[NFC] Use isX86() instead of getArch()
Jim Lin
2020-01-07
1
-2
/
+1
*
[c++20] P1959R0: Remove support for std::*_equality.
Richard Smith
2019-12-16
1
-22
/
+35
*
[c++20] Add deprecation warnings for the expression forms deprecated by P1120R0.
Richard Smith
2019-12-16
1
-47
/
+100
*
Resolve exception specifications after marking the corresponding
Richard Smith
2019-12-15
1
-21
/
+32
*
[c++20] Improve phrasing of diagnostic for missing #include <compare>.
Richard Smith
2019-12-13
1
-2
/
+4
*
Call objc_retainBlock before passing a block as a variadic argument
Akira Hatanaka
2019-12-13
1
-0
/
+3
*
Correct gcc vector splat conversion from float to int-vector
Erich Keane
2019-12-13
1
-0
/
+6
*
Remove debugging printf and reformat code.
Eric Christopher
2019-12-10
1
-4
/
+2
*
[c++20] Return type deduction for defaulted three-way comparisons.
Richard Smith
2019-12-10
1
-40
/
+14
*
[c++20] Synthesis of defaulted comparison functions.
Richard Smith
2019-12-08
1
-2
/
+7
*
[c++20] Determine whether a defaulted comparison should be deleted or
Richard Smith
2019-12-06
1
-9
/
+4
*
Add `QualType::hasAddressSpace`. NFC.
Michael Liao
2019-12-06
1
-3
/
+3
*
Reapply af57dbf12e54 "Add support for options -frounding-math, ftrapp...
Melanie Blower
2019-12-05
1
-0
/
+10
*
Revert " Reapply af57dbf12e54 "Add support for options -frounding-math...
Melanie Blower
2019-12-04
1
-10
/
+0
*
Reapply af57dbf12e54 "Add support for options -frounding-math, ftrapp...
Melanie Blower
2019-12-04
1
-0
/
+10
*
[Diagnostics] Warn for comparison with string literals expanded from macro (P...
Dávid Bolvanský
2019-11-24
1
-40
/
+45
*
Revert "[Sema] Use the canonical type in function isVector"
Akira Hatanaka
2019-11-22
1
-1
/
+1
*
[Sema] Use the canonical type in function isVector
Akira Hatanaka
2019-11-22
1
-1
/
+1
*
[OpenCL] Fix address space for base method call (PR43145)
Sven van Haastregt
2019-11-21
1
-0
/
+14
*
[NFC] Refactor representation of materialized temporaries
Tyker
2019-11-19
1
-2
/
+2
*
Revert "[NFC] Refactor representation of materialized temporaries"
Nico Weber
2019-11-17
1
-2
/
+2
*
[NFC] Refactor representation of materialized temporaries
Tyker
2019-11-16
1
-2
/
+2
*
Avoid including Builtins.h in Preprocessor.h
Reid Kleckner
2019-11-15
1
-0
/
+1
*
[Diagnostics] Fixed crash with non pointer type (PR43950)
Dávid Bolvanský
2019-11-09
1
-1
/
+2
*
[Diagnostics] Teach -Wnull-dereference about address_space attribute
Dávid Bolvanský
2019-11-07
1
-9
/
+14
*
Revert "[Sema] Suppress -Wchar-subscripts if the index is a literal char"
Edward Jones
2019-11-07
1
-2
/
+1
*
[Sema] Suppress -Wchar-subscripts if the index is a literal char
Edward Jones
2019-11-07
1
-1
/
+2
*
Add -Wbitwise-conditional-parentheses to warn on mixing '|' and '&' with "?:"
Richard Trieu
2019-10-19
1
-2
/
+11
*
[c++20] Add rewriting from comparison operators to <=> / ==.
Richard Smith
2019-10-19
1
-0
/
+7
*
[ObjC] Diagnose implicit type coercion from ObjC 'Class' to object
James Y Knight
2019-10-17
1
-2
/
+2
*
PR43080: Do not build context-sensitive expressions during name classification.
Richard Smith
2019-10-14
1
-77
/
+100
*
[OPENMP]Fix codegen for private variably length vars in combined
Alexey Bataev
2019-10-14
1
-1
/
+19
*
[sema] Revise `getCurrentMangleNumberContext` interface. NFC.
Michael Liao
2019-10-10
1
-3
/
+4
*
[c++20] P1152R4: warn on any simple-assignment to a volatile lvalue
Richard Smith
2019-10-09
1
-8
/
+43
*
[c++20] Implement most of P1152R4.
Richard Smith
2019-10-09
1
-0
/
+21
*
[Diagnostics] Silence -Wsizeof-array-div for character buffers
James Clarke
2019-10-08
1
-0
/
+1
*
[Diagnostics] Emit better -Wbool-operation's warning message if we known that...
David Bolvansky
2019-10-07
1
-4
/
+0
*
[Diagnostics] Highlight expr's source range for -Wbool-operation
David Bolvansky
2019-10-05
1
-0
/
+1
*
[Diagnostics] Use Expr::isKnownToHaveBooleanValue() to check bitwise negation...
David Bolvansky
2019-10-05
1
-1
/
+1
*
Properly handle instantiation-dependent array bounds.
Richard Smith
2019-10-04
1
-3
/
+5
[next]