summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema/SemaExpr.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Fix a bunch of mislayered clang/Lex includes from SemaAlp Toker2014-05-031-2/+2
* AST: Mangle reference temporaries reliablyDavid Majnemer2014-05-011-1/+1
* Objective-C. Improve diagnosis of bridging types.Fariborz Jahanian2014-04-291-0/+2
* [SemaCXX] Silence -Wconstant-logical-operand if the operand is a 0/1 from a m...Argyrios Kyrtzidis2014-04-281-1/+2
* [Sema] Adjust Sema::getCurBlock()/getCurLambda() to take into account that we...Argyrios Kyrtzidis2014-04-261-1/+1
* Initial implementation of -modules-earch-all option, for searching for symbol...John Thompson2014-04-231-2/+3
* Implement [over.match.oper]p3 properly, by filtering the non-candidates outRichard Smith2014-04-171-2/+3
* Add support for MSVC's __FUNCSIG__Reid Kleckner2014-04-081-0/+1
* Try harder about not suggesting methods as corrections when theyKaelyn Takata2014-04-041-23/+16
* Improved semantics for implicit scalar -> extvector conversions.Stephen Canon2014-04-031-29/+34
* -fms-compatibility: Only form implicit member exprs for unqualified idsReid Kleckner2014-03-251-5/+5
* [C++11] Replacing FunctionProtoType iterators param_type_begin() and param_ty...Aaron Ballman2014-03-171-7/+3
* Add two missing entries to the C++11 support page. Bump one relevant diagnosticRichard Smith2014-03-141-1/+1
* [C++11] Replacing BlockDecl iterators capture_begin() and capture_end() with ...Aaron Ballman2014-03-141-4/+2
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-121-19/+19
* [C++11] Replacing RecordDecl iterators field_begin() and field_end() with ite...Aaron Ballman2014-03-081-6/+4
OpenPOWER on IntegriCloud