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
*
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
*
ArrayRef'ize some SemaOverload methods
Dmitri Gribenko
2013-05-09
1
-46
/
+42
*
CodeGen for CapturedStmts
Ben Langmuir
2013-05-09
1
-5
/
+5
*
Grab-bag of bit-field fixes:
John McCall
2013-05-06
1
-1
/
+1
*
Fix representation of compound literals for C++ objects with destructors.
Jordan Rose
2013-05-06
1
-1
/
+1
*
Require the containing type to be complete when we see
John McCall
2013-05-06
1
-19
/
+54
*
Replace 'MultiExprArg()' with 'None'
Dmitri Gribenko
2013-05-05
1
-2
/
+2
*
Replace ArrayRef<T>() with None, now that we have an implicit ArrayRef constr...
Dmitri Gribenko
2013-05-05
1
-5
/
+5
*
Implement most of N3638 (return type deduction for normal functions).
Richard Smith
2013-05-04
1
-0
/
+12
*
ArrayRef'ize MultiLevelTemplateArgumentList::ArgList. Patch by Faisal Vali!
Richard Smith
2013-05-03
1
-6
/
+3
*
ArrayRef'ize InitializationSequence constructor and InitializationSequence::D...
Dmitri Gribenko
2013-05-03
1
-12
/
+9
*
Move parsing of identifiers in MS-style inline assembly into
John McCall
2013-05-03
1
-4
/
+6
*
PR15884: In the 'taking the address of a temporary' extension, materialize the
Richard Smith
2013-05-01
1
-0
/
+3
[next]