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
*
Allow conversion of qualified Class type to unqualified
Fariborz Jahanian
2010-03-24
1
-2
/
+4
*
Only perform CFG-based warnings on 'static inline' functions that
Ted Kremenek
2010-03-23
1
-2
/
+3
*
-Wshadow should only warn about parameter declarations when we're
John McCall
2010-03-22
1
-1
/
+9
*
Refactor CFG-based warnings in Sema to be run by a worked object called Analy...
Ted Kremenek
2010-03-20
1
-4
/
+5
*
Diagnose conversion of 'Class' to/from objective-c
Fariborz Jahanian
2010-03-19
1
-1
/
+11
*
Some cleanup, change diagnostic when assigning to
Fariborz Jahanian
2010-03-18
1
-3
/
+0
*
objective-c patch to provide type safty when blocks are passing or
Fariborz Jahanian
2010-03-17
1
-1
/
+5
*
Issue error when a byref array is accessed in a block
Fariborz Jahanian
2010-03-16
1
-1
/
+1
*
Audit all Preprocessor::getSpelling() callers, improving failure
Douglas Gregor
2010-03-16
1
-2
/
+8
*
Add support for -Wwrite-strings. Patch by Mike M! Fixes PR 4804.
John McCall
2010-03-15
1
-1
/
+1
*
Use SmallString instead of SmallVector
Kovarththanan Rajaratnam
2010-03-13
1
-173
/
+173
*
Warn about comparing an unsigned expression with 0 in tautological ways.
John McCall
2010-03-11
1
-3
/
+2
*
Statement expressions can be used in global- or namespace-scoped blocks
Douglas Gregor
2010-03-10
1
-1
/
+2
*
Allow use of byref (__block attributed) arrays inside
Fariborz Jahanian
2010-03-06
1
-1
/
+1
*
Reinstate r97674 with a fix for the assertion that was firing in <list>
Douglas Gregor
2010-03-03
1
-25
/
+107
*
Revert r97674; it's causing failures
Douglas Gregor
2010-03-03
1
-107
/
+25
*
Implement disambiguation of base class members via a
Douglas Gregor
2010-03-03
1
-25
/
+107
*
Keep an explicit stack of function and block scopes, each element of
Douglas Gregor
2010-03-01
1
-46
/
+26
*
Implement jump checking for initialized c++ variables, implementing
Chris Lattner
2010-03-01
1
-2
/
+8
*
Start detangling the BlockSemaInfo/Sema mess. No functionality change.
Douglas Gregor
2010-03-01
1
-6
/
+6
*
Add an overload of Preprocessor::getSpelling which takes a SmallVector and
Benjamin Kramer
2010-02-27
1
-5
/
+3
*
At sabre's request, drop the FP bounds diagnostics down to warnings and file
John McCall
2010-02-26
1
-2
/
+2
*
When computing the composite pointer type for relational comparisons,
Douglas Gregor
2010-02-25
1
-3
/
+17
*
Remove some oogly code made dead by the pseudo-destructor
Douglas Gregor
2010-02-25
1
-44
/
+0
*
Keep track of the location of the '~' in a pseudo-destructor expression.
Douglas Gregor
2010-02-24
1
-0
/
+1
*
Retain complete source information for the type after the '~' in a
Douglas Gregor
2010-02-24
1
-2
/
+4
*
Retain source information for the "type-name ::" in a
Douglas Gregor
2010-02-24
1
-0
/
+1
*
ActOnPseudoDestructorExpr now performs all semantic analysis for
Douglas Gregor
2010-02-24
1
-18
/
+1
*
Eliminate the default arguments to ASTContext::getFunctionType(),
Douglas Gregor
2010-02-21
1
-3
/
+4
*
Issue extended diagnostic when property dot-syntax is used and
Fariborz Jahanian
2010-02-19
1
-4
/
+7
*
Revert: "Change InitListExpr to allocate the array for holding references"
Ted Kremenek
2010-02-19
1
-5
/
+5
*
Change InitListExpr to allocate the array for holding references
Ted Kremenek
2010-02-19
1
-5
/
+5
*
Introduce a new kind of failed result for isLvalue/isModifiableLvalue
Douglas Gregor
2010-02-16
1
-1
/
+10
*
Complain if block-literal expression's parameter name is
Fariborz Jahanian
2010-02-12
1
-2
/
+9
*
Implementing unused function warning.
Tanya Lattner
2010-02-12
1
-0
/
+1
*
Allocate the SubExprs array in ObjCMessageExpr using the allocator associated...
Ted Kremenek
2010-02-11
1
-1
/
+1
*
More vtable layout dumper improvements. Handle destructors, dump the complete...
Anders Carlsson
2010-02-11
1
-2
/
+1
*
Eliminate a bunch of unnecessary ASTContexts from members functions of
Douglas Gregor
2010-02-11
1
-1
/
+1
*
Diagnose when user provided getter is being used as lvalue
Fariborz Jahanian
2010-02-11
1
-0
/
+3
*
Eliminate the ASTContext parameter from RecordDecl::getDefinition()
Douglas Gregor
2010-02-11
1
-1
/
+1
*
Finish implementing property synthesis by default.
Fariborz Jahanian
2010-02-09
1
-15
/
+2
*
Implement synthesizing properties by default.
Fariborz Jahanian
2010-02-09
1
-2
/
+20
*
Fix the crash-on-invalid from PR6259.
John McCall
2010-02-08
1
-1
/
+7
*
Default function arguments for function template specializations
Douglas Gregor
2010-02-05
1
-1
/
+2
*
Fix for PR6220: compute the correct type for multicharacter literals.
Eli Friedman
2010-02-03
1
-0
/
+2
*
Implement the lvalue-to-rvalue conversion where needed. The
Douglas Gregor
2010-02-03
1
-11
/
+38
*
Extract a common base class between UnresolvedLookupExpr and
John McCall
2010-02-02
1
-1
/
+1
*
Diagnose binding a non-const reference to a vector element.
Anders Carlsson
2010-01-31
1
-2
/
+1
*
When naming a function template via a qualified-id (or any other way
Douglas Gregor
2010-01-29
1
-1
/
+1
*
Implement access control for overloaded functions. Suppress access control
John McCall
2010-01-27
1
-5
/
+12
[next]