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
*
Refactor out the circular reference to LambdaExpr in CXXRecordDecl.
Faisal Vali
2013-10-23
1
-22
/
+31
*
Revert r193223 and r193216.
Rafael Espindola
2013-10-23
1
-31
/
+22
*
Remove the circular reference to LambdaExpr in CXXRecordDecl.
Faisal Vali
2013-10-23
1
-22
/
+31
*
Retain previous language linkage of friend function declarations
Alp Toker
2013-10-22
1
-3
/
+16
*
Consider hidden decls for isUsed checks.
Rafael Espindola
2013-10-22
1
-2
/
+2
*
Treat aliases as definitions.
Rafael Espindola
2013-10-22
1
-7
/
+54
*
Use early return. No functionality change.
Rafael Espindola
2013-10-22
1
-10
/
+12
*
Fix comment typo
Alp Toker
2013-10-22
1
-1
/
+1
*
Sema: Explain our deviation from the standard by referencing the, now open, L...
David Majnemer
2013-10-21
1
-0
/
+2
*
Sema: Diagnose global replacement functions declared as inline
David Majnemer
2013-10-20
1
-0
/
+7
*
Simplify some implementations of get*Decl.
Rafael Espindola
2013-10-19
1
-1
/
+1
*
Add isFirstDecl to DecBase too and use it instead of getPreviousDecl() == 0.
Rafael Espindola
2013-10-19
1
-4
/
+4
*
[-fms-extensions] Permit 'override' in C++98 and 'sealed' as a synonym for 'f...
David Majnemer
2013-10-18
1
-2
/
+4
*
Rename some functions for consistency.
Rafael Espindola
2013-10-17
1
-11
/
+11
*
Sema: Simplify the check if a method returns an instance of the class.
Benjamin Kramer
2013-10-16
1
-1
/
+3
*
Adds Microsoft compatiable C++ record layout code to clang.
Warren Hunt
2013-10-11
1
-2
/
+1
*
-Wmicrosoft: Don't warn on non-inline pure virtual method definitions
Reid Kleckner
2013-10-08
1
-1
/
+1
*
Remove transient code I did not mean to check in.
Ted Kremenek
2013-10-08
1
-12
/
+0
*
Convert anachronistic use of 'void *' to 'DeclContext *' in Scope that was a ...
Ted Kremenek
2013-10-08
1
-8
/
+17
*
[ms-cxxabi] Fix the calling convention for operator new in records
Reid Kleckner
2013-10-08
1
-4
/
+2
*
Sema: Only merge typedef attributes if the previous decl is a typedef
Justin Bogner
2013-10-08
1
-5
/
+5
*
Remove an unnecessary overload from ASTLambda.h
Faisal Vali
2013-09-29
1
-1
/
+1
*
Per latest drafting, switch to implementing init-captures as if by declaring
Richard Smith
2013-09-28
1
-2
/
+5
*
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
[next]