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
...
*
Implicitly assume that a ObjC category to an unavailable interface is also un...
Argyrios Kyrtzidis
2011-10-06
1
-2
/
+1
*
When using an unavailable/deprecated interface Foo inside Foo's interface/imp...
Argyrios Kyrtzidis
2011-10-06
1
-1
/
+2
*
Support for C1x _Atomic specifier (see testcase). This is primarily being co...
Eli Friedman
2011-10-06
1
-1
/
+11
*
Refactor the analysis of C++ cast expressions so that even
John McCall
2011-10-05
1
-24
/
+26
*
c: assignment/init of a function pointer whose function(s)
Fariborz Jahanian
2011-10-05
1
-0
/
+3
*
objc++: Accessing explicit property of reference type need
Fariborz Jahanian
2011-10-03
1
-1
/
+7
*
Allow getting all source locations of selector identifiers in a ObjCMethodDecl.
Argyrios Kyrtzidis
2011-10-03
1
-2
/
+2
*
Allow getting all source locations of selector identifiers in a ObjCMessageExpr.
Argyrios Kyrtzidis
2011-10-03
1
-1
/
+1
*
CUDA: diagnose invalid calls across targets
Peter Collingbourne
2011-10-02
1
-0
/
+14
*
CUDA: add separate diagnostics for too few/many exec config args
Peter Collingbourne
2011-10-02
1
-10
/
+16
*
Add ConvertArgumentsForCall diagnostics for at least/at most n args
Peter Collingbourne
2011-10-02
1
-4
/
+9
*
CUDA: diagnose unconfigured calls to global functions
Peter Collingbourne
2011-10-02
1
-0
/
+5
*
Hey, maybe we shouldn't silently ignore decl attributes
John McCall
2011-10-01
1
-0
/
+2
*
Minor refactoring. Enumerators may inherit the deprecated/unavailable
Fariborz Jahanian
2011-09-29
1
-35
/
+42
*
c - Enumerators may inherit the deprecated/unavailable
Fariborz Jahanian
2011-09-29
1
-5
/
+15
*
PR11002: Make sure we emit sentinel warnings with a valid source location. (...
Eli Friedman
2011-09-27
1
-4
/
+7
*
Get rid of useless helper Sema::CastCategory.
Eli Friedman
2011-09-27
1
-1
/
+1
*
Revert r139989 and r140031, which implemented the Objective-C type
Douglas Gregor
2011-09-27
1
-24
/
+2
*
Fix regression of -Warray-bounds involving varargs functions [PR 11007].
Ted Kremenek
2011-09-26
1
-0
/
+4
*
Rename Diagnostic to DiagnosticsEngine as per issue 5397
David Blaikie
2011-09-25
1
-1
/
+1
*
Give InitListChecker a verification-only mode, where it neither emits diagnos...
Sebastian Redl
2011-09-24
1
-6
/
+18
*
[microsoft] In Microsoft mode, if we are inside a template class member funct...
Francois Pichet
2011-09-24
1
-0
/
+10
*
objc - fixes a crash when undefined typed property
Fariborz Jahanian
2011-09-23
1
-1
/
+4
*
Removing a bunch of dead returns/breaks after llvm_unreachables.
David Blaikie
2011-09-23
1
-1
/
+0
*
Switch assert(0/false) llvm_unreachable.
David Blaikie
2011-09-23
1
-8
/
+8
*
In OpenCL, conversions between different vector types are disallowed
Tobias Grosser
2011-09-22
1
-1
/
+5
*
In the OpenCL mode, the AltiVec mode must be off and checks must be strict
Tobias Grosser
2011-09-21
1
-1
/
+2
*
ArrayRef-ifying Function/BlockDecl's setParams
David Blaikie
2011-09-21
1
-1
/
+1
*
Change:
Richard Trieu
2011-09-21
1
-1
/
+1
*
Rename SourceLocation::getFileLocWithOffset -> getLocWithOffset.
Argyrios Kyrtzidis
2011-09-19
1
-2
/
+2
*
objc - some refactoring of my last 'self' patch.
Fariborz Jahanian
2011-09-19
1
-8
/
+11
*
objc - Treat type of 'self' in class methods as root of
Fariborz Jahanian
2011-09-17
1
-1
/
+20
*
Rename LangOptions::Microsoft to LangOptions::MicrosoftExt to make it clear t...
Francois Pichet
2011-09-17
1
-2
/
+2
*
Moves calls of checkArithmeticNull() from CreateBuiltinBinOp() into the indiv...
Richard Trieu
2011-09-16
1
-49
/
+53
*
Remove no longer needed LHSType and RHSType from checkArithmeticNull()
Richard Trieu
2011-09-15
1
-3
/
+1
*
Change checkArithmeticNull() to use a NonNullType, instead of checking both the
Richard Trieu
2011-09-15
1
-14
/
+6
*
reverse patch in r139818 to focus on 'self'
Fariborz Jahanian
2011-09-15
1
-30
/
+1
*
Objective-c: Conversion from type Class to any root class type is allowed
Fariborz Jahanian
2011-09-15
1
-2
/
+30
*
Refactor CheckAdditionOperands() to use early return for pointer addition.
Richard Trieu
2011-09-12
1
-21
/
+22
*
Fix two comments from warn to emit error to match the actual diagnostic used.
Richard Trieu
2011-09-12
1
-2
/
+2
*
Silence ?: precendence warning when parenthesis are present.
Hans Wennborg
2011-09-12
1
-2
/
+3
*
Rename the ARC cast kinds to start with "ARC".
John McCall
2011-09-10
1
-2
/
+2
*
When converting a block pointer to an Objective-C pointer type, extend
John McCall
2011-09-10
1
-1
/
+33
*
Clean up the sentinel-attribute checking code a lot. Document
John McCall
2011-09-09
1
-76
/
+62
*
Give conversions of block pointers to ObjC pointers a different cast kind
John McCall
2011-09-09
1
-37
/
+59
*
Clean up the RebuildUnknownAnyExpr visitor in SemaExpr.cpp. Mainly swapped a...
Richard Trieu
2011-09-09
1
-155
/
+155
*
Capitialize paramater names in SemaExpr.cpp and resolve any parameter name co...
Richard Trieu
2011-09-09
1
-345
/
+345
*
Change diagnoseAddressOfInvalidType() to use an enum to determine what error ...
Richard Trieu
2011-09-07
1
-9
/
+19
*
Rename variables in SemaExpr.cpp to give a more consistant naming scheme.
Richard Trieu
2011-09-07
1
-26
/
+28
*
Rename variables in SemaExpr.cpp to give a more consistant naming scheme.
Richard Trieu
2011-09-07
1
-73
/
+75
[prev]
[next]