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
*
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
*
Rename variables in SemaExpr.cpp to give a more consistant naming scheme.
Richard Trieu
2011-09-07
1
-43
/
+43
*
Rename variables in SemaExpr.cpp to give a more consistant naming scheme.
Richard Trieu
2011-09-07
1
-53
/
+53
*
In Microsoft mode, if we are inside a template class member function and we c...
Francois Pichet
2011-09-07
1
-0
/
+2
*
Rename variables in SemaExpr.cpp to give a more consistant naming scheme.
Richard Trieu
2011-09-06
1
-99
/
+101
*
Rename variables in SemaExpr.cpp to give a more consistant naming scheme.
Richard Trieu
2011-09-06
1
-23
/
+23
*
Rename variables in SemaExpr.cpp to give a more consistant naming scheme.
Richard Trieu
2011-09-06
1
-36
/
+36
*
Rename variables in SemaExpr.cpp to give a more consistant naming scheme.
Richard Trieu
2011-09-06
1
-55
/
+57
*
Rename variables in SemaExpr.cpp to give a more consistant naming scheme.
Richard Trieu
2011-09-06
1
-64
/
+64
*
Implement the Named Return Value Optimization (NRVO) for blocks.
Douglas Gregor
2011-09-06
1
-0
/
+2
*
Rename variables in SemaExpr.cpp to give a more consistant naming scheme.
Richard Trieu
2011-09-06
1
-36
/
+36
*
Rename variables in SemaExpr.cpp to give a more consistant naming scheme.
Richard Trieu
2011-09-06
1
-57
/
+57
*
Rename variables in SemaExpr.cpp to give a more consistant naming scheme.
Richard Trieu
2011-09-06
1
-32
/
+30
*
Rename variables in SemaExpr.cpp to give a more consistant naming scheme.
Richard Trieu
2011-09-06
1
-20
/
+21
*
Spelling.
Benjamin Kramer
2011-09-06
1
-7
/
+7
*
Rename variables in SemaExpr.cpp to give a more consistant naming scheme.
Richard Trieu
2011-09-06
1
-56
/
+55
*
Rename variables in SemaExpr.cpp to give a more consistant naming scheme.
Richard Trieu
2011-09-06
1
-35
/
+32
*
Rename variables in SemaExpr.cpp to give a more consistant naming scheme.
Richard Trieu
2011-09-06
1
-23
/
+24
*
Pass 0 instead of a empty TemplateArgumentListInfo when creating a CXXDepende...
Francois Pichet
2011-09-04
1
-1
/
+2
*
More unused variable removal.
Benjamin Kramer
2011-09-03
1
-3
/
+1
[next]