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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Document the template argument deduction patterns that Anders' patch supports
Douglas Gregor
2009-06-08
1
-0
/
+3
*
Template argument deduction for function types.
Anders Carlsson
2009-06-08
1
-0
/
+31
*
Delete method which is now trivial.
Eli Friedman
2009-06-08
1
-4
/
+4
*
Don't allow defining a block with a non-prototype type. Remove a
Eli Friedman
2009-06-08
1
-1
/
+1
*
Instantiation support for more Obj-C expressions, string literals, @selector ...
Anders Carlsson
2009-06-07
1
-7
/
+4
*
Template instantiation support for Obj-C @encode expressions.
Anders Carlsson
2009-06-07
3
-16
/
+39
*
Adds synthesize ivars to DeclContext.
Fariborz Jahanian
2009-06-06
1
-1
/
+6
*
Make ParmVarDecl::getDefaultArg() more robust, it now asserts that the argume...
Anders Carlsson
2009-06-06
1
-1
/
+1
*
Default builtin creation to off; we don't really want to be doing it
Eli Friedman
2009-06-06
1
-2
/
+2
*
Use of DeclContext for objc's ivars. No functionality
Fariborz Jahanian
2009-06-05
2
-9
/
+27
*
Improvements to CXXExprWithTemporaries in preparation for fixing a bug with d...
Anders Carlsson
2009-06-05
2
-8
/
+24
*
Address review comments for #pragma weak.
Eli Friedman
2009-06-05
2
-2
/
+3
*
Make TemplateArgumentListBuilder take an ASTContext (because we're probably g...
Anders Carlsson
2009-06-05
2
-4
/
+4
*
Make the TemplateArgumentList take a TemplateArgumentListBuilder.
Anders Carlsson
2009-06-05
2
-10
/
+14
*
Change the specialization decls to take a TemplateArgumentListBuilder.
Anders Carlsson
2009-06-05
1
-17
/
+10
*
Add a helper class for building template argument lists.
Anders Carlsson
2009-06-05
2
-39
/
+45
*
Fix another crash and actually make the test case work.
Anders Carlsson
2009-06-05
1
-1
/
+1
*
Start of a Sema implementation for #pragma weak. This isn't really the
Eli Friedman
2009-06-05
2
-1
/
+43
*
Fix a case when the TemplateArgs vector can be empty.
Anders Carlsson
2009-06-05
1
-1
/
+1
*
Several improvements to template argument deduction:
Douglas Gregor
2009-06-05
4
-23
/
+247
*
Fix up this compatibility hack to be more compatible with gcc.
Eli Friedman
2009-06-04
1
-3
/
+4
*
More refactoring/cleanup of objc ivars.
Fariborz Jahanian
2009-06-04
1
-22
/
+11
*
Template argument deduction for incomplete and constant array types. Doug, pl...
Anders Carlsson
2009-06-04
1
-0
/
+29
*
Make sure to call FullExpr before parsing anything else.
Anders Carlsson
2009-06-04
1
-2
/
+6
*
Template argument deduction for references
Douglas Gregor
2009-06-04
1
-8
/
+35
*
When performing template argument deduction, ensure that multiple
Douglas Gregor
2009-06-04
5
-94
/
+140
*
Minor cleanup for implicit int warnings.
Eli Friedman
2009-06-03
1
-2
/
+2
*
Use "()" instead of "(void)" when pretty-printing a parameter-less function t...
Argyrios Kyrtzidis
2009-06-03
1
-1
/
+1
*
PR4142: Add %m format string specifier.
Eli Friedman
2009-06-02
1
-0
/
+5
*
PR4287: allow a variadic prototype to make a subsequent K&R style
Eli Friedman
2009-06-01
2
-14
/
+22
*
Make sure to copy back arguments that can be changed by FindAllocationOverloa...
Anders Carlsson
2009-05-31
1
-0
/
+5
*
Fix an off by one error when trying to perform copy initialization of operato...
Anders Carlsson
2009-05-31
1
-1
/
+1
*
Downgrade an error about "return in a no-return function" from being
Chris Lattner
2009-05-31
1
-4
/
+2
*
Disallow exception specs on typedefs.
Sebastian Redl
2009-05-31
2
-7
/
+10
*
Fix for PR4285: allow intializing a const wchar_t array with a wide
Eli Friedman
2009-05-31
1
-8
/
+10
*
Initial infrastructure for class template partial specialization. Here
Douglas Gregor
2009-05-31
3
-19
/
+173
*
Forgot the implementation. Thanks Eli.
Anders Carlsson
2009-05-30
1
-0
/
+41
*
Add RemoveOutermostTemporaryBinding. Not used yet.
Anders Carlsson
2009-05-30
1
-0
/
+11
*
Clean up the newly added C++ AST nodes.
Anders Carlsson
2009-05-30
1
-3
/
+3
*
It's OK for a full expr to be null. This fixes the failing test cases.
Anders Carlsson
2009-05-30
1
-3
/
+2
*
ActOnReturnStmt should also take a FullExprArg.
Anders Carlsson
2009-05-30
3
-4
/
+4
*
AddInitializerToDecl needs to take a full expression.
Anders Carlsson
2009-05-30
3
-4
/
+4
*
Add the newly created temporary to the ExprTemporaries stack.
Anders Carlsson
2009-05-30
1
-1
/
+2
*
Stop using CXXTempVarDecl and use CXXTemporary instead.
Anders Carlsson
2009-05-30
2
-5
/
+2
*
Remove VarDecl from CXXConstructExpr.
Anders Carlsson
2009-05-30
4
-15
/
+6
*
Bind temporaries correctly when instantiating expressions.
Anders Carlsson
2009-05-30
1
-1
/
+1
*
Remove VarDecl from CheckInitializerTypes now that CXXConstructExpr doesn't n...
Anders Carlsson
2009-05-30
3
-10
/
+5
*
Add Sema::MaybeBindToTemporary which takes an expression and (if needed) wrap...
Anders Carlsson
2009-05-30
2
-5
/
+27
*
Add a CXXBindTemporaryExpr.
Anders Carlsson
2009-05-30
1
-0
/
+10
*
Replace a cast with a dyn_cast as suggested by Doug.
Anders Carlsson
2009-05-30
1
-7
/
+8
[next]