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
/
AST
/
ExprConstant.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove some trivial uses of hasTrivialCopyConstructor() and
Douglas Gregor
2012-02-24
1
-2
/
+2
*
Implement a new type trait __is_trivially_constructible(T, Args...)
Douglas Gregor
2012-02-24
1
-0
/
+5
*
Generate an AST for the conversion from a lambda closure type to a
Douglas Gregor
2012-02-22
1
-0
/
+2
*
Fix a crash in the diangostic code in EvalConstant. PR12043.
Eli Friedman
2012-02-21
1
-1
/
+3
*
Refuse to compile global std::initializer_lists instead of doing completely t...
Sebastian Redl
2012-02-19
1
-0
/
+4
*
Implement constant expression support for __real__ and __imag__ on lvalue
Richard Smith
2012-02-18
1
-6
/
+85
*
Fix a problem in the GCC testsuite, exposed by r150557. Compound literals
Richard Smith
2012-02-18
1
-2
/
+7
*
Make sure all remaining parts of the constant evaluator are aware that an array
Richard Smith
2012-02-17
1
-46
/
+35
*
PR12012: Fix a regression in r150419 where we would try (and fail) to
Richard Smith
2012-02-17
1
-0
/
+5
*
constexpr tidyups:
Richard Smith
2012-02-16
1
-33
/
+80
*
Implement DR1454. This allows all intermediate results in constant expressions
Richard Smith
2012-02-15
1
-162
/
+252
*
Split reinterpret_casts of member pointers out from CK_BitCast; this
John McCall
2012-02-15
1
-0
/
+2
*
constexpr: evaluation support for nullptr comparisons.
Richard Smith
2012-02-14
1
-0
/
+10
*
Pending clear answer from WG21 on whether core issue 903 is intended to apply to
Richard Smith
2012-02-14
1
-0
/
+5
*
Deal with a horrible C++11 special case. If a non-literal type has a constexpr
Richard Smith
2012-02-13
1
-8
/
+9
*
Update constexpr implementation to match CWG's chosen approach for core issues
Richard Smith
2012-02-13
1
-2
/
+15
*
Update to new resolution for DR1458. When taking the address of an object of
Richard Smith
2012-02-10
1
-12
/
+0
*
CWG issue 1405: mutable members are allowed in literal types, but can't undergo
Richard Smith
2012-02-09
1
-0
/
+7
*
Implement DR1458: Taking the address of an object of incomplete class type is
Richard Smith
2012-02-08
1
-0
/
+12
*
Implement the agreed resolution to DR1457: a signed left shift of a 1 bit into
Richard Smith
2012-02-08
1
-4
/
+3
*
Revert my patches which removed Diagnostic.h includes by moving some operator...
Benjamin Kramer
2012-02-07
1
-1
/
+0
*
Introduce basic ASTs for lambda expressions. This covers:
Douglas Gregor
2012-02-07
1
-0
/
+1
*
constexpr: Fix implementation of DR1311: check for volatile qualifiers in
Richard Smith
2012-02-05
1
-2
/
+5
*
Move various diagnostic operator<< overloads out of line and remove includes ...
Benjamin Kramer
2012-02-04
1
-0
/
+1
*
constexpr:
Richard Smith
2012-02-04
1
-1
/
+2
*
constexpr:
Richard Smith
2012-02-02
1
-15
/
+161
*
constexpr: check for overflow in pointer subtraction.
Richard Smith
2012-02-01
1
-6
/
+23
*
constexpr: overflow checking for integral and floating-point arithmetic.
Richard Smith
2012-02-01
1
-7
/
+38
*
constexpr: require 'this' to point to an object in a constexpr method call.
Richard Smith
2012-02-01
1
-1
/
+5
*
constexpr: add support for comparisons of pointer-to-members.
Richard Smith
2012-02-01
1
-3
/
+51
*
constexpr: Treat INT_MIN % -1 as undefined behavior in C++11. Technically, it
Richard Smith
2012-01-31
1
-6
/
+4
*
constexpr: the result of a relational operator between pointers to void is
Richard Smith
2012-01-31
1
-0
/
+12
*
constexpr: catch a collection of integral undefined behaviors:
Richard Smith
2012-01-31
1
-10
/
+57
*
constexpr: remove integral conversion overflow checking introduced in r149286.
Richard Smith
2012-01-31
1
-7
/
+0
*
constexpr: disallow signed integer overflow in integral conversions in constant
Richard Smith
2012-01-30
1
-8
/
+19
*
constexpr: Implement the [dcl.constexpr]p5 check for whether a constexpr
Richard Smith
2012-01-27
1
-93
/
+228
*
AST/ExprConstant.cpp: Silence a warning on ms cl.exe. "bool" does not prefer ...
NAKAMURA Takumi
2012-01-26
1
-1
/
+1
*
constexpr: evaluate (bool)&x as true when x is a local variable or a temporary.
Richard Smith
2012-01-26
1
-4
/
+0
*
constexpr: add support for anonymous struct and union members in literal types.
Richard Smith
2012-01-25
1
-18
/
+61
*
More dead code removal (using -Wunreachable-code)
David Blaikie
2012-01-20
1
-9
/
+1
*
Move narrowing conversion detection code from SemaInit to SemaOverload, ready
Richard Smith
2012-01-18
1
-27
/
+38
*
A call to strlen is not a constant expression, even if we're treating it as a
Richard Smith
2012-01-18
1
-1
/
+8
*
Enable constant evaluation of implicit calls to constexpr conversion operators.
Richard Smith
2012-01-17
1
-1
/
+2
*
Some improvements to the handling of C11 atomic types:
David Chisnall
2012-01-16
1
-0
/
+8
*
constexpr: casts to void* are allowed in constant expressions, don't set the
Richard Smith
2012-01-15
1
-3
/
+3
*
constexpr irgen: Add irgen support for APValue::Struct, APValue::Union,
Richard Smith
2012-01-14
1
-5
/
+8
*
Fix a silly mistake in ComplexExprEvaluator::ZeroInitialization. <rdar://pro...
Eli Friedman
2012-01-13
1
-1
/
+1
*
constexpr: initialization of a union from an empty initializer-list should
Richard Smith
2012-01-12
1
-8
/
+23
*
Allow constant-folding of references which were formed in a manner not permitted
Richard Smith
2012-01-12
1
-10
/
+6
*
Implement the missing pieces of Evaluate for _Complex types. With that compl...
Eli Friedman
2012-01-10
1
-5
/
+39
[next]