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
/
SemaDeclCXX.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
C++1y: support simple variable assignments in constexpr functions.
Richard Smith
2013-04-26
1
-5
/
+6
*
Add r180263 back, but fix hasBraces() to be correct during parsing.
Rafael Espindola
2013-04-26
1
-1
/
+2
*
Put friend decls in the correct context.
Rafael Espindola
2013-04-25
1
-15
/
+25
*
C++1y constexpr extensions, round 1: Allow most forms of declaration and
Richard Smith
2013-04-22
1
-48
/
+200
*
C++1y: Allow aggregates to have default initializers.
Richard Smith
2013-04-20
1
-3
/
+5
*
PR15755: don't drop parameter packs when dropping parameters with default
Richard Smith
2013-04-17
1
-7
/
+10
*
Sema: Remove unused variable.
Benjamin Kramer
2013-04-17
1
-4
/
+0
*
DR974: Lambdas can have default arguments.
Richard Smith
2013-04-17
1
-12
/
+2
*
Basic support for Microsoft property declarations and
John McCall
2013-04-16
1
-2
/
+108
*
Parsing support for thread_local and _Thread_local. We give them the same
Richard Smith
2013-04-12
1
-22
/
+16
*
Add support for computing the exception specification for an inheriting
Richard Smith
2013-04-10
1
-4
/
+69
*
C++11 inheriting constructors: support for inheriting constructor templates.
Richard Smith
2013-04-10
1
-192
/
+288
*
When checking for illegal expressions in a default-argument
John McCall
2013-04-09
1
-0
/
+18
*
When -Woverloaded-virtual is triggered, call HandleFunctionTypeMismatch to add
Richard Trieu
2013-04-05
1
-1
/
+3
*
Add 178663 back.
Rafael Espindola
2013-04-03
1
-12
/
+8
*
Revert 178663.
Rafael Espindola
2013-04-03
1
-8
/
+12
*
Don't compute a patched/semantic storage class.
Rafael Espindola
2013-04-03
1
-12
/
+8
*
If a defaulted special member is implicitly deleted, check whether it's
Richard Smith
2013-04-02
1
-7
/
+30
*
PR15597: Fix a confusion between the implicit exception specification and the
Richard Smith
2013-03-27
1
-2
/
+11
*
<rdar://problem/13267210> Ensure that Sema::CompareReferenceRelationship retu...
Douglas Gregor
2013-03-26
1
-14
/
+10
*
<rdar://problem/13185264> Don't crash when attempting to redundantly initiali...
Douglas Gregor
2013-03-25
1
-1
/
+1
*
Fix a crash-on-valid where a block capture copy expression was
John McCall
2013-03-22
1
-0
/
+3
*
Remove some dead code.
John McCall
2013-03-20
1
-11
/
+0
*
Bring inheriting constructor implementation up-to-date with current defect
Richard Smith
2013-03-18
1
-79
/
+168
*
ArrayRef-ize ASTContext::getFunctionType and Sema::BuildFunctionType.
Jordan Rose
2013-03-08
1
-17
/
+30
*
Add a hasExternalLinkage helper. No functionality change.
Rafael Espindola
2013-03-07
1
-1
/
+1
*
PR15390: If a function returns a pointer to a function, that function type
Richard Smith
2013-03-06
1
-1
/
+12
*
Silence a number of static analyzer warnings with assertions and such.
Jordan Rose
2013-03-05
1
-3
/
+4
*
[Sema] Semantic analysis for empty-declaration and attribute-declaration.
Michael Han
2013-02-22
1
-17
/
+11
*
Process and handle attributes on conditions and for loop variables. Process and
Richard Smith
2013-02-20
1
-1
/
+25
*
PR15300: Support C++11 attributes on base-specifiers. We don't support any such
Richard Smith
2013-02-19
1
-0
/
+17
*
Replace TypeLoc llvm::cast support to be well-defined.
David Blaikie
2013-02-18
1
-10
/
+11
*
Make helper functions static.
Benjamin Kramer
2013-02-15
1
-1
/
+1
*
Don't check whether a friend declaration is correctly formed when instantiating,
Nick Lewycky
2013-02-06
1
-33
/
+35
*
Add some missing diagnostics for C++11 narrowing conversions.
Richard Smith
2013-02-05
1
-2
/
+4
*
Don't do delayed exception-specification checking on an invalid
Douglas Gregor
2013-02-01
1
-0
/
+8
*
Added outer template parameter lists to friend type AST nodes.
Enea Zaffanella
2013-01-31
1
-3
/
+4
*
Fix unused variable warnings in -asserts build
Matt Beaumont-Gay
2013-01-31
1
-2
/
+2
*
Provide a fixit for constexpr non-static data members.
David Blaikie
2013-01-30
1
-1
/
+30
*
The standard ARM C++ ABI dictates that inline functions are
John McCall
2013-01-25
1
-1
/
+1
*
Remove windows line endings.
David Blaikie
2013-01-18
1
-6
/
+6
*
Improve -Wreorder to handle cases of anonymous class member ordering
David Blaikie
2013-01-17
1
-26
/
+11
*
ArrayRef-ize some ctor initializer related APIs
David Blaikie
2013-01-17
1
-31
/
+23
*
Remove some unnecessary casts
David Blaikie
2013-01-17
1
-4
/
+4
*
Add -Wunsequenced (with compatibility alias -Wsequence-point) to warn on
Richard Smith
2013-01-17
1
-1
/
+1
*
Fixes crash when illegal function definitions are deleted or defaulted. Fixe...
Aaron Ballman
2013-01-16
1
-2
/
+2
*
Refactor to call ActOnFinishFullExpr on every full expression. Teach
Richard Smith
2013-01-14
1
-21
/
+13
*
ArrayRef'ize Sema APIs related to format string checking
Dmitri Gribenko
2013-01-13
1
-1
/
+3
*
Remove useless 'llvm::' qualifier from names like StringRef and others that are
Dmitri Gribenko
2013-01-12
1
-4
/
+4
*
Tighten types a bit. No functionality change.
Rafael Espindola
2013-01-08
1
-4
/
+4
[next]