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