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
/
SemaExprCXX.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Problem with gnu conditional extension with missing
Fariborz Jahanian
2010-09-18
1
-0
/
+7
*
Fix destructor and assignment operator lookup in the has_nothrow traits.
Sebastian Redl
2010-09-14
1
-14
/
+18
*
The paired 'operator delete' for a placement 'operator new' is always a
John McCall
2010-09-14
1
-1
/
+8
*
Don't crash when using type traits on a class with a constructor template.
Sebastian Redl
2010-09-13
1
-0
/
+8
*
Remove CXXRecordDecl::getDefaultConstructor(), an inherently unsafe function ...
Sebastian Redl
2010-09-13
1
-10
/
+14
*
Have __has_nothrow_copy use Sema's lookup routines. This fixes the problem wi...
Sebastian Redl
2010-09-13
1
-1
/
+1
*
Eagerly evaluate type traits in Sema instead of lazily in AST. They actually ...
Sebastian Redl
2010-09-13
1
-8
/
+209
*
When applying 'delete' on a pointer-to-array type match GCC and EDG behavior ...
Argyrios Kyrtzidis
2010-09-13
1
-2
/
+11
*
Eli helped me understand how evaluation contexts work.
Sebastian Redl
2010-09-10
1
-5
/
+0
*
Define and implement CXXNoexceptExpr. Create it in Sema.
Sebastian Redl
2010-09-10
1
-4
/
+10
*
Parse the noexcept operator and stub out sema.
Sebastian Redl
2010-09-10
1
-0
/
+11
*
Eliminate the comma locations from all of the Sema routines that deal
Douglas Gregor
2010-09-09
1
-2
/
+0
*
Add proper type-source information to UnaryTypeTraitExpr, including
Douglas Gregor
2010-09-09
1
-6
/
+17
*
Fix a few minor issues with parsing and semantic analysis of C++
Douglas Gregor
2010-09-08
1
-13
/
+15
*
Use the new-initialization code for initializing scalars with a
Douglas Gregor
2010-09-08
1
-35
/
+11
*
Microsoft's __uuidof operator implementation part 1.
Francois Pichet
2010-09-08
1
-0
/
+56
*
Allow (cv) void and incomplete arrays to be passed to the type traits.
Sebastian Redl
2010-09-08
1
-2
/
+6
*
Provide proper type-source location information for
Douglas Gregor
2010-09-08
1
-18
/
+31
*
Improve source-location information for CXXNewExpr, by hanging on to
Douglas Gregor
2010-09-07
1
-10
/
+11
*
Revert my user-defined literal commits - r1124{58,60,67} pending
Alexis Hunt
2010-08-30
1
-58
/
+0
*
Implement C++0x user-defined string literals.
Alexis Hunt
2010-08-29
1
-0
/
+58
*
Fix the memory leak of FloatingLiteral/IntegerLiteral.
Argyrios Kyrtzidis
2010-08-28
1
-4
/
+4
*
One who seeks knowledge learns something new every day.
John McCall
2010-08-26
1
-6
/
+5
*
De-memberify the VarDecl and FunctionDecl StorageClass enums.
John McCall
2010-08-26
1
-4
/
+4
*
Fix miscompilation. The custom new[]/delete[] methods were not getting called...
Argyrios Kyrtzidis
2010-08-25
1
-5
/
+8
*
Split out a header to hold APIs meant for the Sema implementation from Sema.h.
John McCall
2010-08-25
1
-1
/
+1
*
GCC didn't care for my attempt at API compatibility, so brute-force everything
John McCall
2010-08-25
1
-37
/
+37
*
More incremental progress towards not including Expr.h in Sema.h.
John McCall
2010-08-25
1
-9
/
+8
*
Move more stuff out of Sema.h.
John McCall
2010-08-25
1
-2
/
+4
*
Move some of SemaOverload's API to various places in Overload.h, and kill
John McCall
2010-08-24
1
-6
/
+6
*
More header elimination. The goal of all this is to allow Parser to
John McCall
2010-08-24
1
-1
/
+1
*
Remove a header dependency from Sema.h at the cost of some type safety.
John McCall
2010-08-24
1
-3
/
+8
*
Struggle mightily against header inclusion in Sema.h.
John McCall
2010-08-24
1
-0
/
+1
*
OwningExprResult -> ExprResult. This patch brought to you by
John McCall
2010-08-24
1
-39
/
+39
*
Abstract out passing around types and kill off ActionBase.
John McCall
2010-08-24
1
-32
/
+35
*
Kill off ExprArg (now just Expr*) and StmtArg (now just Stmt*).
John McCall
2010-08-23
1
-83
/
+53
*
Push DeclGroupRefs and TemplateNames in an opaque but type-safe way
John McCall
2010-08-23
1
-2
/
+2
*
Sundry incremental steps towards killing off Action.
John McCall
2010-08-23
1
-11
/
+11
*
Another step in the process of making the parser depend on Sema:
John McCall
2010-08-20
1
-2
/
+2
*
Generate Attr subclasses with TableGen.
Alexis Hunt
2010-08-18
1
-2
/
+2
*
Make sure to add MallocAttr to explicitly-declared operator new/new[]
Douglas Gregor
2010-08-18
1
-1
/
+4
*
Emit an error if an array is too large. We're slightly more strict
Douglas Gregor
2010-08-18
1
-1
/
+13
*
Move Sema's headers into include/clang/Sema, renaming a few along the way.
Douglas Gregor
2010-08-12
1
-3
/
+3
*
Bail out of MaybeBindToTemporary if the record type is invalid. Test case
John McCall
2010-08-12
1
-1
/
+1
*
Added locations and type source info for DeclarationName.
Abramo Bagnara
2010-08-11
1
-1
/
+1
*
Fix a crash on template delete operators.
Chandler Carruth
2010-08-08
1
-2
/
+8
*
Store inheritance paths after CastExprs instead of inside them.
John McCall
2010-08-07
1
-13
/
+14
*
Get rid of isObjectType; when C++ says "object type", it generally
Eli Friedman
2010-08-05
1
-1
/
+1
*
Look through using declarations when deciding whether to use an operator
John McCall
2010-08-04
1
-11
/
+26
*
Read/write in PCH Sema's StdNamespace and StdBadAlloc and use a LazyDeclPtr f...
Argyrios Kyrtzidis
2010-08-02
1
-3
/
+3
[next]