summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema/SemaInit.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix a bunch of mislayered clang/Lex includes from SemaAlp Toker2014-05-031-13/+12
* AST: Mangle reference temporaries reliablyDavid Majnemer2014-05-011-50/+54
* Initial implementation of -modules-earch-all option, for searching for symbol...John Thompson2014-04-231-1/+1
* Implement [over.match.oper]p3 properly, by filtering the non-candidates outRichard Smith2014-04-171-3/+3
* [C++11] Replacing CXXRecordDecl iterators bases_begin() and bases_end() with ...Aaron Ballman2014-03-131-4/+2
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-121-1/+1
* Reverting llvm::distance changes to use std::distance with iterators instead,...Aaron Ballman2014-03-101-1/+1
* [C++11] Replacing RecordDecl iterators field_begin() and field_end() with ite...Aaron Ballman2014-03-081-20/+9
* Correctly set brace range for CXXConstructExprs formed by list initialization.Peter Collingbourne2014-02-221-6/+9
* Rename getResultType() on function and method declarations to getReturnType()Alp Toker2014-01-251-2/+2
* Removing some more unnecessary manual quotes from diagnostics.Aaron Ballman2014-01-031-1/+1
* Allow Objective-C pointer conversions following an explicit user conversion.Douglas Gregor2013-12-181-4/+8
* Objective-C. After providing a fix-it for aFariborz Jahanian2013-12-181-5/+8
* ObjectiveC. Further improvements of useFariborz Jahanian2013-12-161-3/+5
* Objective-C. Provide fixit's for objc_bride_relatedFariborz Jahanian2013-12-101-1/+1
* ObjectiveC. Continuing implementation of objc_bridge_relatedFariborz Jahanian2013-12-071-0/+3
* Correct hyphenations in comments and assert messagesAlp Toker2013-12-051-2/+2
* Fix init-captures for generic lambdas.Faisal Vali2013-12-051-2/+2
* PR18013: Don't assert diagnosing a bad std::initializer_list construction.Richard Smith2013-11-211-7/+25
* Rename an extension warning to ext_...Richard Smith2013-11-191-1/+3
* Rather than duplicating extension diagnostics to allow them to cause aRichard Smith2013-11-121-15/+9
* s/DebugPrint/dump/gDouglas Gregor2013-11-081-2/+2
* Gracefully (and correctly) handle init of multiple union membersMatthew Curtis2013-10-031-1/+22
* PR17295: Do not allow explicit conversion functions to be used in cases whereRichard Smith2013-09-211-0/+35
* Some comment updates and tweaks for clarity.Richard Smith2013-09-211-21/+28
* Rearrange narrowing checks in initialization to be a different form of stepRichard Smith2013-09-211-35/+40
* Refactor: CheckExplicitInitList is only called to check an entire InitListExpr,Richard Smith2013-09-201-15/+20
* Don't build extra init lists.Eli Friedman2013-09-171-1/+1
* Fixed bug in call to CXXTemporaryObjectExpr ctor.Enea Zaffanella2013-09-071-1/+1
* Fix missing source location in CXXTemporaryObjectExpr nodes.Enea Zaffanella2013-09-071-7/+15
* Handle init lists and _Atomic fields.Eli Friedman2013-08-191-1/+5
* Refactor all diagnosing of TypoCorrections through a common function, inRichard Smith2013-08-171-15/+8
* ObjectiveC ARC: finishing off issuing error whenFariborz Jahanian2013-07-311-3/+9
* ObjectiveC ARC: Do not issue bridge cast diagnostic whenFariborz Jahanian2013-07-311-1/+2
* ObjectiveC arc: Introduce a new initialization kindFariborz Jahanian2013-07-311-9/+19
* Sema: Minor const fixups and control flow tidying.Benjamin Kramer2013-07-241-4/+4
* Restore warning to its original text whenFariborz Jahanian2013-07-111-1/+1
* ObjectiveC arc[qoi]: When due to change of certain methods'Fariborz Jahanian2013-07-111-0/+16
* Use SmallVectorImpl instead of SmallVector for iterators and references to av...Craig Topper2013-07-041-3/+3
* PR16502: Fix a dumb bug where we might look past the last initializer in anRichard Smith2013-07-011-0/+2
* Fix nested lifetime extension when a std::initializer_list member isRichard Smith2013-06-271-3/+5
* A bit of program simplification from r185056Larisse Voufo2013-06-271-2/+1
* Fix a conversion to incomplete type bug -- The error message now specifically...Larisse Voufo2013-06-271-3/+9
* Add a workaround for a libstdc++-4.2 <tr1/hashtable> bug. This header usesRichard Smith2013-06-201-3/+23
* Delete dead code.Eli Friedman2013-06-181-36/+0
* PR16263: Implement current direction of core issue 1376. Binding a reference toRichard Smith2013-06-151-4/+43
* When copy-initializing a temporary for a reference binding, don't allow use ofRichard Smith2013-06-131-7/+5
* PR12086, PR15117Richard Smith2013-06-121-112/+97
* Move detection of reference members binding to temporaries from building ofRichard Smith2013-06-121-1/+27
* Reapply r183721, reverted in r183776, with a fix for a bug in the former (weRichard Smith2013-06-121-5/+13
OpenPOWER on IntegriCloud