summaryrefslogtreecommitdiffstats
path: root/lib/Sema/SemaExpr.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Objective-C arc. Fixes a crash when issuing diagnostic forFariborz Jahanian2014-09-101-1/+1
* Split off CUDA-specific Sema parts to a new fileEli Bendersky2014-09-031-17/+0
* [C++11] Support for capturing of variable length arrays in lambda expression.Alexey Bataev2014-08-281-11/+30
* Call ResolveExceptionSpec for non-OdrUsed functions.Nico Weber2014-08-271-6/+9
* Fix a bad location in -Wparentheses fix-it hintRichard Trieu2014-08-231-1/+1
* C++1y is now C++14!Aaron Ballman2014-08-191-2/+2
* Sema: Disallow taking the address of a bitfield coming from preincrementDavid Majnemer2014-07-311-2/+5
* Not all instantiated variable is odr-used. Do not mark non-odr-used variable ...Larisse Voufo2014-07-301-0/+6
* Fix typo.Larisse Voufo2014-07-291-1/+1
* Fix PR10177 where non-type template arguments to alias templates are not mark...Larisse Voufo2014-07-291-19/+21
* Wrap to 80 columns. No behavior change.Nico Weber2014-07-271-4/+3
* Objective-C. Warn if protocol used in an @protocolFariborz Jahanian2014-07-251-0/+9
* Improving the "integer constant too large" diagnostics based on post-commit f...Aaron Ballman2014-07-241-6/+5
* Provide extra information in the "integer constant is too large" diagnostic. ...Aaron Ballman2014-07-221-3/+6
* PR20356: Fix all Sema warnings with mismatched ext_/warn_ versusRichard Smith2014-07-191-6/+6
* Avoid referencing the vtable when calling the ctor without emitting itReid Kleckner2014-07-161-2/+0
* Form a CallExpr from __noop without parensReid Kleckner2014-07-111-1/+14
* Fix typos.Nikola Smiljanic2014-07-091-1/+1
* Switch over a few uses of param_begin() to parameters()Alp Toker2014-07-071-1/+1
* Using of variable length arrays in captured statements and OpenMP constructs.Alexey Bataev2014-06-301-3/+102
* Objective-C ARC. Provide diagnostic and fix-it Fariborz Jahanian2014-06-261-1/+3
* Convert StringLiteralParser constructor to use ArrayRef instead of a pointer ...Craig Topper2014-06-261-5/+4
* Propagate isAddressOfMember into typo correction so that we don't correct &qu...Nick Lewycky2014-06-231-0/+14
* Lex: Use the correct types for MS integer suffixesDavid Majnemer2014-06-211-13/+17
* Revert "Lex: Use the correct types for MS integer suffixes"Rafael Espindola2014-06-211-13/+13
* Lex: Use the correct types for MS integer suffixesDavid Majnemer2014-06-211-13/+13
* Objective-C qoi. When Objective-C pointer mismatches withFariborz Jahanian2014-06-191-4/+31
* Objective-C ARC. Allow conversion of (void*) pointers toFariborz Jahanian2014-06-181-1/+2
* Objective-C. Attributes on class declarations carry overFariborz Jahanian2014-06-181-0/+6
* Objective-C. Diagnose when property access is using declaredFariborz Jahanian2014-06-161-5/+9
* Hide the concept of diagnostic levels from lex, parse and semaAlp Toker2014-06-151-13/+5
* Recover from missing 'typename' in sizeof(T::InnerType)Reid Kleckner2014-06-121-10/+35
* Don't slice SemaDiagnosticBuilderReid Kleckner2014-06-111-3/+2
* Allow lookup into dependent bases in more places under -fms-compatibilityReid Kleckner2014-06-111-22/+52
* Related to PR19992: when the GNU alignof-expression extension is applied to anRichard Smith2014-06-101-4/+15
* Recover from missing typenames on template args for MSVC compatibilityReid Kleckner2014-06-101-0/+11
* PR19992: alignof is permitted on an array of unknown bound.Richard Smith2014-06-101-19/+16
* Reduce indentation in ActOnIdExpression, NFCReid Kleckner2014-06-091-51/+48
* Objective-C. Consider block pointer as NSObject as well as conforming toFariborz Jahanian2014-06-091-2/+33
* Start adding support for dllimport/dllexport on classes (PR11170)Hans Wennborg2014-05-301-1/+1
* Objective-C. Diagnose assigning a block pointer type toFariborz Jahanian2014-05-301-2/+2
* PR12214 - Warn on suspicious self-compound-assignments.Nikola Smiljanic2014-05-301-1/+2
* Refactoring. Remove Owned method from Sema.Nikola Smiljanic2014-05-291-136/+116
* Refactoring. Remove release and take methods from ActionResult. Rename takeAs...Nikola Smiljanic2014-05-291-220/+220
* Consolidate some note diagnosticsAlp Toker2014-05-281-8/+6
* [C++11] Use 'nullptr'. Sema edition.Craig Topper2014-05-261-89/+94
* PR19729: Delete a bunch of bogus code in Sema::FindAllocationOverload. ThisRichard Smith2014-05-131-14/+4
* Add support for partial jump scope checkingAlp Toker2014-05-091-1/+0
* Add an Extension warning for applying unary * to an operand of type 'void*' inRichard Smith2014-05-071-4/+13
* Wrap a few lines at 80 columns, change a confusing indent. No behavior change.Nico Weber2014-05-031-8/+7