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
...
*
[Sema] Fix PR27122: ICE with enable_if+ill-formed call.
George Burgess IV
2016-03-31
1
-1
/
+16
*
Don't warn on "use" of undefined inline function that isn't actually an ODR
Richard Smith
2016-03-25
1
-15
/
+16
*
[NFC] Delete an unused function parameter from a static function
Faisal Vali
2016-03-23
1
-3
/
+2
*
[Cxx1z] Implement Lambda Capture of *this by Value as [=,*this] (P0018R3)
Faisal Vali
2016-03-21
1
-0
/
+1
*
Add TreatUnavailableAsInvalid for the verification-only mode in InitListChecker.
Manman Ren
2016-03-10
1
-2
/
+2
*
Implement support for [[maybe_unused]] in C++1z that is based off existing su...
Aaron Ballman
2016-03-09
1
-4
/
+8
*
Sema: Treat 'strict' availability flag like unavailable
Duncan P. N. Exon Smith
2016-03-08
1
-9
/
+1
*
Add null check to diagnostic path for lambda captures.
Richard Trieu
2016-03-05
1
-2
/
+3
*
[OPENMP 4.0] Codegen for 'declare reduction' construct.
Alexey Bataev
2016-03-04
1
-0
/
+1
*
[OPENMP 4.0] Initial support for 'omp declare reduction' construct.
Alexey Bataev
2016-03-03
1
-0
/
+13
*
[OpenCL] Add Sema checks for OpenCL 2.0 block
Xiuli Pan
2016-02-24
1
-0
/
+35
*
Amends r252104 to evaluate the controlling expression in an unevaluated conte...
Aaron Ballman
2016-02-23
1
-4
/
+7
*
Addressing review comments for r261163.
Manman Ren
2016-02-22
1
-4
/
+3
*
Fix my typo from r261278
Richard Trieu
2016-02-19
1
-1
/
+1
*
Add -Wcomma warning to Clang.
Richard Trieu
2016-02-18
1
-0
/
+64
*
Add 'nopartial' qualifier for availability attributes.
Manman Ren
2016-02-17
1
-2
/
+11
*
Correct more typos in conditional expressions
David Majnemer
2016-02-17
1
-1
/
+16
*
[OpenCL] Added half type literal with suffix h.
Anastasia Stulova
2016-02-17
1
-1
/
+8
*
[Sema] More changes to fix Objective-C fallout from r249995.
Bob Wilson
2016-02-13
1
-5
/
+17
*
[OPENMP] Rename OMPCapturedFieldDecl to OMPCapturedExprDecl, NFC.
Alexey Bataev
2016-02-11
1
-1
/
+1
*
[OPENMP 4.5] Ccapture/codegen of private non-static data members.
Alexey Bataev
2016-02-08
1
-0
/
+1
*
[OPENMP 4.0] Fixed support of array sections/array subscripts.
Alexey Bataev
2016-02-04
1
-0
/
+13
*
[Sema debugger support] Require non-void types to be complete in unknown-anyt...
Douglas Gregor
2016-02-03
1
-0
/
+6
*
Allow capture typedefs/type aliases for VLAs in lambdas/captured statements c...
Alexey Bataev
2016-01-25
1
-4
/
+14
*
Fix crash for typedefs for arrays of runtime bounds in Lambdas/Captured State...
Alexey Bataev
2016-01-21
1
-114
/
+137
*
[OPENMP 4.5] Allow to use non-static data members in non-static member functi...
Alexey Bataev
2016-01-20
1
-4
/
+4
*
[CUDA] Bail, rather than crash, on va_arg in device code.
Justin Lebar
2016-01-20
1
-3
/
+11
*
[X86] Support 'interrupt' attribute for x86
Alexey Bataev
2016-01-15
1
-0
/
+6
*
[Sema] Suppress diags in overload resolution.
George Burgess IV
2016-01-13
1
-17
/
+22
*
[Bugfix] Fix ICE on constexpr vector splat.
George Burgess IV
2016-01-13
1
-16
/
+38
*
[OpenCL] Pipe type support
Xiuli Pan
2016-01-09
1
-0
/
+1
*
Properly track that a character literal is UTF-8, and pretty print the prefix...
Aaron Ballman
2016-01-07
1
-0
/
+2
*
[Sema] Teach overload resolution about unaddressable functions.
George Burgess IV
2016-01-07
1
-3
/
+14
*
Properly bind up any cleanups in an ExprWithCleanups after
John McCall
2016-01-06
1
-6
/
+5
*
Only instantiate a default argument once.
John McCall
2016-01-06
1
-1
/
+8
*
[TrailingObjects] Convert OffsetOfExpr.
James Y Knight
2015-12-29
1
-1
/
+0
*
fix typos; NFC
Sanjay Patel
2015-12-29
1
-2
/
+2
*
Teach typo correction to properly handle mapping declarations to their
Richard Smith
2015-12-29
1
-15
/
+14
*
Replace isa+cast with dyn_cast and obey the no else after return rule.
Yaron Keren
2015-12-23
1
-6
/
+2
*
[Sema] Use range-based for loops. NFC
Craig Topper
2015-12-21
1
-56
/
+39
*
Split RequireCompleteType into a function that actually requires that the type
Richard Smith
2015-12-18
1
-3
/
+6
*
Wire a SourceLocation into IsDerivedFrom and move the RequireCompleteType call
Richard Smith
2015-12-18
1
-3
/
+4
*
[Sema] Add -Wparentheses warnings for '^' in '|' expressions and '&' in '^' e...
Craig Topper
2015-12-13
1
-24
/
+19
*
[Sema] Write some checks for groups of BinaryOperatorKinds in terms of the pr...
Craig Topper
2015-12-13
1
-6
/
+4
*
Minor formatting cleanup. NFC
Craig Topper
2015-12-12
1
-1
/
+1
*
[Sema] Simplify a couple if statements. Explicitly check up front that only o...
Craig Topper
2015-12-12
1
-3
/
+3
*
[OpenCL 2.0] In OpenCL v2.0 s6.5 all pointers are implicitly in generic
Anastasia Stulova
2015-12-11
1
-1
/
+2
*
Reverting r255337 as it seems to kill bots. Needs investigation.
Anastasia Stulova
2015-12-11
1
-2
/
+1
*
[OpenCL 2.0] In OpenCL v2.0 s6.5 all pointers are implicitly in generic
Anastasia Stulova
2015-12-11
1
-1
/
+2
*
[Sema] Use UnaryOperatorKind and BinaryOperatorKind in parameter lists instea...
Craig Topper
2015-12-10
1
-13
/
+13
[prev]
[next]