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
/
SemaDecl.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Variable templates: handle instantiation of static data member templates
Richard Smith
2013-09-27
1
-1
/
+2
*
Fix error recovery when a return type correction includes a new name specifier.
Kaelyn Uhrain
2013-09-26
1
-1
/
+6
*
Implement a rudimentary form of generic lambdas.
Faisal Vali
2013-09-26
1
-3
/
+33
*
Fix -Wmissing-variable-declarations regression.
Eli Friedman
2013-09-24
1
-1
/
+1
*
Parse: Don't crash during parsing if we lack a simple-type-specifier
David Majnemer
2013-09-22
1
-0
/
+1
*
Switch the semantic DeclContext for a block-scope declaration of a function or
Richard Smith
2013-09-20
1
-33
/
+87
*
Remove a bogus diagnostic preventing static data member templates from being
Richard Smith
2013-09-18
1
-15
/
+0
*
Revert "Revert "[-cxx-abi microsoft] Mangle local TagDecls appropriately""
David Majnemer
2013-09-17
1
-2
/
+10
*
Revert "[-cxx-abi microsoft] Mangle local TagDecls appropriately"
David Majnemer
2013-09-17
1
-10
/
+2
*
[-cxx-abi microsoft] Mangle local TagDecls appropriately
David Majnemer
2013-09-17
1
-2
/
+10
*
[-cxx-abi microsoft] Correctly identify Win32 entry points
David Majnemer
2013-09-16
1
-1
/
+27
*
Fix regression from r190382.
Eli Friedman
2013-09-10
1
-8
/
+0
*
[ms-cxxabi] Implement guard variables for static initialization
Reid Kleckner
2013-09-10
1
-1
/
+4
*
Make -Wunused warning rules more consistent.
Eli Friedman
2013-09-10
1
-16
/
+26
*
Preserve exception specs in function decl merging.
Eli Friedman
2013-09-06
1
-2
/
+4
*
Note when a decl is used in AST files.
Eli Friedman
2013-09-05
1
-4
/
+2
*
Switched FormatAttr to using an IdentifierArgument instead of a StringArgumen...
Aaron Ballman
2013-09-03
1
-3
/
+5
*
Refactor computation of whether a variable declaration's type should be merged
Richard Smith
2013-09-03
1
-39
/
+35
*
Remove Inheritable/NonInheritable flags from ProcessDeclAttributes. They don't
Richard Smith
2013-08-29
1
-6
/
+1
*
Delete CC_Default and use the target default CC everywhere
Reid Kleckner
2013-08-27
1
-50
/
+46
*
Cleanup of OpaquePtr. No functionality changes.
Serge Pavlov
2013-08-27
1
-1
/
+1
*
Revert "Implement a rudimentary form of generic lambdas."
Manuel Klimek
2013-08-22
1
-42
/
+3
*
Implement a rudimentary form of generic lambdas.
Faisal Vali
2013-08-22
1
-3
/
+42
*
Refactor for clarity and simplicity.
Larisse Voufo
2013-08-22
1
-48
/
+42
*
Improve support for static data member templates. This revision still has at ...
Larisse Voufo
2013-08-22
1
-6
/
+1
*
Refactor all diagnosing of TypoCorrections through a common function, in
Richard Smith
2013-08-17
1
-136
/
+79
*
Don't reject attribute used in an "extern const" variable definition.
Rafael Espindola
2013-08-16
1
-0
/
+7
*
PR16875: The return type of a dependent function type is visible when it's
Richard Smith
2013-08-14
1
-3
/
+22
*
Bug fix: disallow a variable template to be redeclared as a non-templated var...
Larisse Voufo
2013-08-14
1
-10
/
+21
*
Fix implementation of C11 6.2.7/4 and C++11 [dcl.array]p3:
Richard Smith
2013-08-13
1
-36
/
+97
*
Fix crash w/BlockDecl and invalid qualified decl.
Eli Friedman
2013-08-12
1
-1
/
+4
*
Omit llvm:: before ArrayRef, as we have using llvm::ArrayRef in include/clan...
Robert Wilhelm
2013-08-09
1
-8
/
+8
*
Implement [class.friend]p11's special name lookup rules for friend declarations
Richard Smith
2013-08-09
1
-29
/
+37
*
Moved diagnosis of forward declarations of variable templates from Parser to ...
Larisse Voufo
2013-08-06
1
-2
/
+18
*
Started implementing variable templates. Top level declarations should be ful...
Larisse Voufo
2013-08-06
1
-37
/
+208
*
Error on more illegal kernel argument types for OpenCL
Matt Arsenault
2013-07-23
1
-18
/
+170
*
Fixed implementation of C89 6.5.7 p3.
Enea Zaffanella
2013-07-22
1
-0
/
+1
*
Implement the part of C89 6.5.7 p3 requiring a constant initializer list
Enea Zaffanella
2013-07-22
1
-3
/
+13
*
Convert Sema::MatchTemplateParametersToScopeSpecifier to ArrayRef.
Robert Wilhelm
2013-07-21
1
-27
/
+14
*
add type attribute warn_unused, for -Wunused-variable warnings (pr#14253)
Lubos Lunak
2013-07-20
1
-2
/
+2
*
Reinstate r186040, with additional fixes and more test coverage (reverted in
Richard Smith
2013-07-17
1
-8
/
+4
*
MS wide bitfield error check in Sema
Reid Kleckner
2013-07-17
1
-5
/
+7
*
Make Expr::isConstantInitializer match IRGen.
Eli Friedman
2013-07-16
1
-4
/
+10
*
Merge attributes on typedef decls.
Eli Friedman
2013-07-16
1
-0
/
+2
*
Re-revert r86040, which was un-reverted in r186199.
Chandler Carruth
2013-07-15
1
-4
/
+8
*
Unrevert r186040, reverted in r186185, with fix for PR16597.
Richard Smith
2013-07-12
1
-8
/
+4
*
Revert r186040 to fix PR16597 while Richard investigates what the best
Chandler Carruth
2013-07-12
1
-4
/
+8
*
If we friend a declaration twice, that should not make it visible to name
Richard Smith
2013-07-10
1
-8
/
+4
*
More local mangling fixes.
Eli Friedman
2013-07-10
1
-3
/
+34
*
ArrayRef'ize Sema::FinalizeDeclaratorGroup, Sema::BuildDeclaratorGroup and
Rafael Espindola
2013-07-09
1
-19
/
+17
[prev]
[next]