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
*
Use more ArrayRefs
David Majnemer
2016-06-24
1
-5
/
+3
*
Implement p0292r2 (constexpr if), a likely C++1z feature.
Richard Smith
2016-06-23
1
-3
/
+15
*
Re-commit r273548, reverted in r273589, with a fix to not produce
Richard Smith
2016-06-23
1
-5
/
+19
*
Revert r273548, "Rearrange condition handling so that semantic checks on a co...
Peter Collingbourne
2016-06-23
1
-19
/
+5
*
Rearrange condition handling so that semantic checks on a condition variable
Richard Smith
2016-06-23
1
-5
/
+19
*
Re-commit "[Temporary] Add an ExprWithCleanups for each C++ MaterializeTempor...
Tim Shen
2016-06-21
1
-17
/
+18
*
[Sema] Only define function as move assignment when needed
Erik Pilkington
2016-06-20
1
-1
/
+1
*
Revert accidential "[MSVC] Late parsing of in-class defined member functions ...
Alexey Bataev
2016-06-15
1
-5
/
+5
*
[MSVC] Late parsing of in-class defined member functions in template
Alexey Bataev
2016-06-15
1
-5
/
+5
*
[OpenCL] Enable -fblocks by default for OpenCL 2.0 and above.
Yaxun Liu
2016-06-14
1
-1
/
+1
*
Reverting "Warn when taking address of a packed member"
Roger Ferrer Ibanez
2016-06-14
1
-24
/
+0
*
Detect recursive default argument definition
Serge Pavlov
2016-06-14
1
-0
/
+7
*
Warn when taking address of a packed member
Roger Ferrer Ibanez
2016-06-13
1
-0
/
+24
*
Revert "[Temporary] Add an ExprWithCleanups for each C++ MaterializeTemporary...
Tim Shen
2016-06-09
1
-18
/
+17
*
[Temporary] Add an ExprWithCleanups for each C++ MaterializeTemporaryExpr.
Tim Shen
2016-06-09
1
-17
/
+18
*
[Sema] Teach CheckPlaceholderExpr about unaddressable functions.
George Burgess IV
2016-06-08
1
-8
/
+12
*
[OPENMP] Pass scalar firstprivate vars by value.
Alexey Bataev
2016-05-17
1
-10
/
+8
*
[MSVC] Implementation of __unaligned as a proper type qualifier
Andrey Bokhanko
2016-05-11
1
-1
/
+1
*
Enable support for __float128 in Clang and enable it on pertinent platforms
Nemanja Ivanovic
2016-05-09
1
-3
/
+66
*
Fix spurious warnings about unused private field
Olivier Goffart
2016-05-09
1
-4
/
+6
*
Revert r268727, it caused PR27666.
Nico Weber
2016-05-06
1
-1
/
+1
*
[MSVC] Implementation of __unaligned as a proper type qualifier
Andrey Bokhanko
2016-05-06
1
-1
/
+1
*
[modules] Enforce the rules that an explicit or partial specialization must be
Richard Smith
2016-05-05
1
-33
/
+54
*
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
[next]