summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema/SemaInit.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Fix representation of compound literals for C++ objects with destructors.Jordan Rose2013-05-061-5/+34
* Fix assert if __extension__ or _Generic is used when initializing a char arra...Richard Smith2013-05-061-4/+11
* Replace 'MultiExprArg()' with 'None'Dmitri Gribenko2013-05-051-7/+7
* Handle parens properly when initializing a char array from a string literal.Richard Smith2013-05-051-3/+14
* Replace ArrayRef<T>() with None, now that we have an implicit ArrayRef constr...Dmitri Gribenko2013-05-051-2/+2
* Don't build a call expression referring to a function which we're not allowedRichard Smith2013-05-041-7/+14
* ArrayRef'ize InitializationSequence constructor and InitializationSequence::D...Dmitri Gribenko2013-05-031-65/+52
* C++1y: support simple variable assignments in constexpr functions.Richard Smith2013-04-261-0/+1
* C++1y: Allow aggregates to have default initializers.Richard Smith2013-04-201-10/+49
* Basic support for Microsoft property declarations andJohn McCall2013-04-161-12/+15
* Force a load when creating a reference to a temporary copied from a bitfield.Jordan Rose2013-04-111-9/+90
* <rdar://problem/13278115> Improve diagnostic when failing to bind an rvalue r...Douglas Gregor2013-03-261-0/+8
* <rdar://problem/13395022> Strip references when extracting an initializer_lis...Douglas Gregor2013-03-251-2/+2
* Add a clarifying note when a return statement is rejected becauseJohn McCall2013-03-191-6/+22
* Bring inheriting constructor implementation up-to-date with current defectRichard Smith2013-03-181-3/+6
* Replace TypeLoc llvm::cast support to be well-defined.David Blaikie2013-02-181-3/+3
* Make helper functions static.Benjamin Kramer2013-02-151-1/+2
* The meat of this patch is in BuildCXXMemberCalLExpr where we make it useNick Lewycky2013-02-121-7/+4
* Add OpenCL samplers as Clang builtin types and check sampler related restrict...Guy Benyei2013-02-071-1/+45
* Add some missing diagnostics for C++11 narrowing conversions.Richard Smith2013-02-051-4/+9
* Don't forget to run destructors when we create an array temporary of class type.Richard Smith2013-02-021-2/+5
* Revert r172285 (suppressing a 'redundant' -Wc++98-compat warning) and add aRichard Smith2013-01-261-1/+0
* Implement OpenCL event_t as Clang builtin type, including event_t related Ope...Guy Benyei2013-01-201-1/+48
* Don't crash when binding a reference to a temporary pointer created fromRichard Smith2013-01-151-0/+4
* Only produce one -Wc++98-compat warning when initializing a reference from an...Richard Smith2013-01-121-0/+1
* PR14838: When a member reference is bound to a temporary, don't forget toRichard Smith2013-01-081-2/+2
* s/CPlusPlus0x/CPlusPlus11/gRichard Smith2013-01-021-17/+17
* Fix for PR12222.Erik Verbruggen2012-12-251-5/+5
* PR13470: Ensure that copy-list-initialization isntantiates asRichard Smith2012-12-191-10/+16
* Change DeclContextLookup(Const)Result to (Mutable)ArrayRef<NamedDecl*>, as pe...David Blaikie2012-12-191-14/+10
* Implement C++03 [dcl.init]p5's checking for value-initialization of referencesRichard Smith2012-12-081-4/+64
* Sort all of Clang's files under 'lib', and fix up the broken headersChandler Carruth2012-12-041-4/+4
* Consistently use 'needsImplicit<special member>' to determine whether we needRichard Smith2012-12-011-5/+2
* Don't return a pointer to an UnresolvedSetImpl in the CXXRecordDecl interface,Argyrios Kyrtzidis2012-11-281-9/+10
* objective-C arc: load of a __weak object happens via call toFariborz Jahanian2012-11-271-7/+19
* Copy the decls returned by DeclContext::lookup_result to aArgyrios Kyrtzidis2012-11-131-12/+27
* PR14021: Copy lookup results to ensure safe iteration.David Blaikie2012-10-181-2/+8
* Tests for DR1507.Richard Smith2012-10-181-1/+2
* Update comment to match DR1502.Richard Smith2012-10-171-2/+1
* Cleaning up the self initialization checker.Richard Trieu2012-10-011-8/+0
* When processing an InitListExpr and skipping the initialization of an invalidRichard Smith2012-09-281-0/+2
* Move the null check outside of the loop, no functionality change.Argyrios Kyrtzidis2012-09-101-1/+4
* Push ArrayRef through the Expr hierarchy.Benjamin Kramer2012-08-241-11/+8
* Now that ASTMultiPtr is nothing more than a array reference, make it a Mutabl...Benjamin Kramer2012-08-231-1/+1
* Remove ASTOwningVector, it doesn't own anything and provides no value over Sm...Benjamin Kramer2012-08-231-4/+4
* Rip out remnants of move semantic emulation and smart pointers in Sema.Benjamin Kramer2012-08-231-32/+32
* Fix a bunch of -Wdocumentation warnings.Dmitri Gribenko2012-08-231-1/+1
* Simplify code, no functionality change.Benjamin Kramer2012-08-041-2/+1
* Explicitly defaulted constructors cannot be used for default initialization.Aaron Ballman2012-07-311-1/+1
* When testing whether we can perform copy or move initialization, beDouglas Gregor2012-07-311-2/+2
OpenPOWER on IntegriCloud