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
/
test
/
Sema
/
complex-int.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Refactor checking of switch conditions and case values.
Richard Smith
2018-07-26
1
-0
/
+4
*
Catch more cases when diagnosing integer-constant-expression overflows.
Josh Magee
2015-02-04
1
-0
/
+2
*
Improved complex constants evaluation.
Abramo Bagnara
2010-12-11
1
-0
/
+12
*
Re-improve recovery when the condition of a switch statement does not
Douglas Gregor
2010-06-29
1
-5
/
+1
*
Factor the conversion from a switch condition to an integral or
Douglas Gregor
2010-06-29
1
-1
/
+5
*
Fix minor oversight for increment/decrement of complex int. Add tests for
Eli Friedman
2010-01-03
1
-0
/
+4
*
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
Daniel Dunbar
2009-12-15
1
-1
/
+1
*
Remove tabs, and whitespace cleanups.
Mike Stump
2009-09-09
1
-3
/
+2
*
Rename clang to clang-cc.
Daniel Dunbar
2009-03-24
1
-1
/
+1
*
Use VerifyIntegerConstantExpression for case values.
Anders Carlsson
2008-12-01
1
-2
/
+2
*
GCC supports the complex conjugate operator (an extension) on complex int
Chris Lattner
2008-07-25
1
-0
/
+9
*
Finish up handling all permutations of "complex int" (in Sema::UsualArithmeti...
Steve Naroff
2008-01-15
1
-0
/
+20
*
- Change Type::isComplexType() to exlude GCC's complex integer extension. In ...
Steve Naroff
2008-01-15
1
-0
/
+1
*
Rework commit r45976, which was incorrect.
Steve Naroff
2008-01-15
1
-1
/
+9
*
Make sure Sema::GetTypeForDeclarator() deals with abstract declarators when d...
Steve Naroff
2008-01-14
1
-0
/
+4
*
Teach Type::isIntegerType() about GCC's __complex__ integer extensions...
Steve Naroff
2008-01-14
1
-0
/
+10