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
/
Serialization
/
ASTWriterStmt.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Keep the source location of the selector in ObjCMessageExpr.
Argyrios Kyrtzidis
2010-12-10
1
-0
/
+1
*
Remove the TypesCompatibleExprClass AST node. Merge its functionality into Bi...
Francois Pichet
2010-12-08
1
-11
/
+1
*
Type traits intrinsic implementation: __is_base_of(T, U)
Francois Pichet
2010-12-07
1
-0
/
+11
*
Rename CXXExprWithTemporaries -> ExprWithCleanups; there's no theoretical
John McCall
2010-12-06
1
-3
/
+3
*
Simplify the ASTs by consolidating ObjCImplicitGetterSetterExpr and ObjCPrope...
John McCall
2010-12-02
1
-23
/
+17
*
Revert r119838 "Don't warn for empty 'if' body if there is a macro that expan...
Argyrios Kyrtzidis
2010-11-20
1
-1
/
+1
*
Don't warn for empty 'if' body if there is a macro that expands to nothing, e.g:
Argyrios Kyrtzidis
2010-11-19
1
-0
/
+1
*
Calculate the value kind of an expression when it's created and
John McCall
2010-11-18
1
-2
/
+4
*
Add a new expression kind, OpaqueValueExpr, which is useful for
John McCall
2010-11-15
1
-0
/
+8
*
Switch case IDs conflict between chained PCHs; since there is no need to be g...
Argyrios Kyrtzidis
2010-10-28
1
-0
/
+4
*
Improve the tracking of source locations for parentheses in constructor calls.
Chandler Carruth
2010-10-25
1
-1
/
+3
*
Eradicate IsSuper field from ObjCImplicitSetterGetterRefExprClass
Fariborz Jahanian
2010-10-15
1
-1
/
+0
*
Read/write to/from PCH DeclarationNameLocs, DeclarationNameInfos and Qualifie...
Argyrios Kyrtzidis
2010-10-15
1
-11
/
+6
*
Eliminate usage of ObjCSuperExpr used for
Fariborz Jahanian
2010-10-14
1
-8
/
+9
*
Don't warn for an unused label if it has 'unused' attribute. Fixes rdar://848...
Argyrios Kyrtzidis
2010-09-28
1
-0
/
+1
*
Implement -Wunused-label.
Argyrios Kyrtzidis
2010-09-19
1
-0
/
+1
*
Eagerly evaluate type traits in Sema instead of lazily in AST. They actually ...
Sebastian Redl
2010-09-13
1
-0
/
+1
*
When applying 'delete' on a pointer-to-array type match GCC and EDG behavior ...
Argyrios Kyrtzidis
2010-09-13
1
-0
/
+1
*
Serialization support for CXXNoexceptExpr.
Sebastian Redl
2010-09-10
1
-0
/
+9
*
Add proper type-source information to UnaryTypeTraitExpr, including
Douglas Gregor
2010-09-09
1
-1
/
+1
*
When building SwitchStmts in Sema, record whether all the enum values of a sw...
Ted Kremenek
2010-09-09
1
-0
/
+1
*
Microsoft's __uuidof operator implementation part 1.
Francois Pichet
2010-09-08
1
-0
/
+13
*
Provide proper type-source location information for
Douglas Gregor
2010-09-08
1
-4
/
+3
*
Improve source-location information for CXXNewExpr, by hanging on to
Douglas Gregor
2010-09-07
1
-0
/
+1
*
Eliminate CXXBindReferenceExpr, which was used in a ton of
Douglas Gregor
2010-09-02
1
-9
/
+0
*
AST work to support [C++] [IRgen] for ?: with missing LHS
Fariborz Jahanian
2010-08-31
1
-0
/
+1
*
More incremental progress towards not including Expr.h in Sema.h.
John McCall
2010-08-25
1
-1
/
+1
*
Regularize the API for accessing explicit template arguments.
John McCall
2010-08-19
1
-5
/
+4
*
Rename pch namespace to serialization.
Sebastian Redl
2010-08-18
1
-107
/
+107
*
Rename PCHWriter.h to ASTWriter.h
Sebastian Redl
2010-08-18
1
-1
/
+1
*
Rename the ASTWriter implementation files
Sebastian Redl
2010-08-18
1
-0
/
+1370