summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema/SemaExpr.cpp
Commit message (Expand)AuthorAgeFilesLines
* Have LookupMemberExprInRecord only call CorrectTypoDelayed, dropping theKaelyn Takata2014-11-111-0/+11
* Revert r221702 until I address Richard Trieu'sFariborz Jahanian2014-11-111-5/+1
* Patch to warn when logical evaluation of operand evalutes to a true value;Fariborz Jahanian2014-11-111-1/+5
* This patch fixes a crash after rebuilding call AST ofFariborz Jahanian2014-11-111-0/+33
* [c++1z] N4295: fold-expressions.Richard Smith2014-11-081-2/+1
* Revert r221404 which caused lldb to not displayFariborz Jahanian2014-11-071-33/+0
* This patch fixes a crash after rebuilding call AST ofFariborz Jahanian2014-11-051-0/+33
* Improved capturing variable-length array types in CapturedStmt.Alexey Bataev2014-10-291-11/+11
* Start adding the infrastructure for handling TypoExprs.Kaelyn Takata2014-10-271-0/+7
* Pass around CorrectionCandidateCallbacks as unique_ptrs soKaelyn Takata2014-10-271-18/+19
* Switching to range-based for loops; NFC.Aaron Ballman2014-10-161-10/+5
* Allow constant expressions in pragma loop hints.Tyler Nowicki2014-10-121-0/+28
* [complex] Teach Clang to preserve different-type operands to arithmeticChandler Carruth2014-10-111-82/+29
* Fix for bug http://llvm.org/PR17427.Alexey Bataev2014-10-091-5/+30
* Don't trap when passing non-POD arguments to variadic functions in MS-compati...Hans Wennborg2014-09-291-0/+4
* Don't perform ADL when looking up operator=; there is no non-member form ofRichard Smith2014-09-231-1/+1
* Patch to check at compile time for overflow whenFariborz Jahanian2014-09-181-2/+2
* Don't try to devirtualize non-virtual callsReid Kleckner2014-09-161-0/+4
* 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
OpenPOWER on IntegriCloud