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
*
Avoid -Wshadow warnings about constructor parameters named after fields
Reid Kleckner
2016-04-29
1
-0
/
+3
*
Reland r267691 fixing PR27535.
Vassil Vassilev
2016-04-28
1
-11
/
+1
*
Revert r267691, it caused PR27535.
Nico Weber
2016-04-27
1
-1
/
+11
*
[modules] Fix Decl's Used invariant.
Vassil Vassilev
2016-04-27
1
-11
/
+1
*
Revert 266186 as it breaks anything that includes type_traits on some platforms
Nemanja Ivanovic
2016-04-15
1
-66
/
+3
*
Revert r266415, it broke parsing SDK headers (PR27367).
Nico Weber
2016-04-15
1
-1
/
+1
*
[MSVC Compat] Implementation of __unaligned (MS extension) as a type qualifier
Andrey Bokhanko
2016-04-15
1
-1
/
+1
*
In vector comparisons, handle scalar LHS just as we handle scalar RHS
Reid Kleckner
2016-04-14
1
-9
/
+11
*
Enable support for __float128 in Clang
Nemanja Ivanovic
2016-04-13
1
-3
/
+66
*
[OpenCL] Move OpenCLImageTypes.def from clangAST to clangBasic library.
Alexey Bader
2016-04-13
1
-2
/
+2
*
PR19957: [OpenCL] Incorrectly accepts implicit address space conversion with ...
Yaxun Liu
2016-04-12
1
-9
/
+66
*
[OpenCL] Complete image types support.
Alexey Bader
2016-04-08
1
-1
/
+6
*
[OPENMP] Parsing and Sema support for 'omp declare target' directive
Dmitry Polukhin
2016-04-06
1
-0
/
+3
*
[Sema] Delete FIXME that has been fixed. NFC.
George Burgess IV
2016-04-04
1
-2
/
+0
*
[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
[next]