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
...
*
ObjectiveC arc: Introduce a new initialization kind
Fariborz Jahanian
2013-07-31
1
-0
/
+6
*
ObjectiveC arc: Move check for type conversions in arc
Fariborz Jahanian
2013-07-31
1
-7
/
+19
*
Fix a crasher than manifests when typo correction suggests a function template.
Richard Trieu
2013-07-31
1
-2
/
+2
*
Partially revert r186903.
Eli Friedman
2013-07-26
1
-1
/
+1
*
Integers which are too large should be an error.
Eli Friedman
2013-07-23
1
-4
/
+4
*
Don't emit open-paren fixit without close-paren.
Eli Friedman
2013-07-22
1
-0
/
+4
*
Make IgnoreParens() look through ChooseExprs.
Eli Friedman
2013-07-20
1
-2
/
+4
*
Clean up diagnostics for inheriting constructors.
Eli Friedman
2013-07-18
1
-3
/
+20
*
Improve idiomatic-parentheses by checking method family instead of relying on...
Jean-Daniel Dupas
2013-07-17
1
-1
/
+1
*
Make Expr::isConstantInitializer match IRGen.
Eli Friedman
2013-07-16
1
-1
/
+1
*
Make CheckAddressOfOperand a member of Sema so it can be reused by
Richard Smith
2013-07-11
1
-35
/
+34
*
Attempt typo correction for function calls with the wrong number of arguments.
Kaelyn Uhrain
2013-07-08
1
-4
/
+98
*
Fix Sema for compares with _Atomic vars.
Eli Friedman
2013-07-08
1
-25
/
+6
*
Use SmallVectorImpl& for function arguments instead of SmallVector.
Craig Topper
2013-07-05
1
-1
/
+1
*
Sema: Call IgnoreParens fewer times in CheckAddressOfOperand
David Majnemer
2013-07-05
1
-4
/
+4
*
Add typedefs for Densemaps containing SmallVectors to avoid repeating the Sma...
Craig Topper
2013-07-05
1
-1
/
+1
*
Use SmallVectorImpl instead of SmallVector for iterators and references to av...
Craig Topper
2013-07-04
1
-1
/
+1
*
Improve -Wlogical-not-parentheses to catch when the not is applied to an enum.
Richard Trieu
2013-07-04
1
-1
/
+1
*
Allow typo correction to try removing nested name specifiers.
Kaelyn Uhrain
2013-07-02
1
-6
/
+8
*
Fix mangling for block literals.
Eli Friedman
2013-07-01
1
-7
/
+14
*
Ensure that debugger calls to signature-less functions default to
John McCall
2013-06-27
1
-3
/
+42
*
Delete dead code.
Eli Friedman
2013-06-27
1
-26
/
+1
*
Don't use unnamed local enums as template arguments.
Joerg Sonnenberger
2013-06-26
1
-4
/
+4
*
Fix PCH bug with member templates of local classes in nontemplate functions.
Faisal Vali
2013-06-26
1
-1
/
+2
*
Tweak -Wdeprecated-objc-pointer-introspection to have a subgroup for results ...
Ted Kremenek
2013-06-24
1
-1
/
+14
*
[AST] Introduce a new DecayedType sugar node
Reid Kleckner
2013-06-24
1
-0
/
+2
*
Extend -Wnon-pod-varargs to check calls made from member pointers.
Richard Trieu
2013-06-22
1
-1
/
+2
*
Extend -Wnon-pod-varargs to more cases, such as function pointers as return
Richard Trieu
2013-06-22
1
-0
/
+3
*
Extend -Wnon-pod-varargs to check calls made from function pointers.
Richard Trieu
2013-06-20
1
-1
/
+1
*
[Windows] Fix __declspec(property) when the getter returns a ref
Reid Kleckner
2013-06-19
1
-1
/
+2
*
Unify return type checking for functions and ObjC methods. Move all the
Eli Friedman
2013-06-14
1
-7
/
+0
*
Fix the warning for divide by zero to be a bit more robust. ;]
Chandler Carruth
2013-06-14
1
-9
/
+12
*
Implement DR61: Address of ambiguous bound methods should be disallowed
David Majnemer
2013-06-11
1
-1
/
+9
*
Objective-C [qoi]: Issue better warning when nsstring literal is missing
Fariborz Jahanian
2013-06-10
1
-2
/
+7
*
Use FPT::getArgTypes() instead of manually building ArrayRefs
Reid Kleckner
2013-06-10
1
-10
/
+3
*
Add a new warning, -Wlogical-not-parentheses, to -Wparentheses.
Richard Trieu
2013-06-10
1
-0
/
+40
*
Added a type checking which handle the case of an ext vector and integral scalar
Jin-Gu Kang
2013-06-08
1
-6
/
+13
*
fix up recogtion of block pointer type in my last patch.
Fariborz Jahanian
2013-06-07
1
-1
/
+3
*
blocks: fixes an ast bug when block pointer variable
Fariborz Jahanian
2013-06-07
1
-1
/
+4
*
Model temporary lifetime-extension explicitly in the AST. Use this model to
Richard Smith
2013-06-05
1
-1
/
+1
*
[ms-inline asm] Don't diagnose an empty lookup for inline assmebly. This happen
Chad Rosier
2013-05-24
1
-1
/
+6
*
Objective-C arc: don't count use of __weak
Fariborz Jahanian
2013-05-21
1
-2
/
+2
*
Refactor places which perform contextual implicit conversions to go through a
Richard Smith
2013-05-21
1
-105
/
+45
*
Objective-C++ (and c++) Sema: Patch fixes a sema crash when gnu’s ?: extens...
Fariborz Jahanian
2013-05-17
1
-1
/
+8
*
First pass of semantic analysis for init-captures: check the initializer, build
Richard Smith
2013-05-16
1
-4
/
+5
*
Use only explicit bool conversion operator
David Blaikie
2013-05-15
1
-1
/
+1
*
Cleanup handling of UniqueExternalLinkage.
Rafael Espindola
2013-05-13
1
-4
/
+4
*
ArrayRef'ize GenericSelectionExpr
Dmitri Gribenko
2013-05-10
1
-16
/
+13
*
Add support for __wchar_t in -fms-extensions mode.
Hans Wennborg
2013-05-10
1
-3
/
+3
*
ArrayRef'ize Sema::BuildCallToObjectOfClassType
Dmitri Gribenko
2013-05-09
1
-2
/
+1
[prev]
[next]