summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema/SemaStmt.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* [AST] Turn the callbacks of lookupInBases and forallBases into a function_refBenjamin Kramer2015-07-251-9/+6
* Re-enable 32-bit SEH after the alignment fixReid Kleckner2015-07-101-0/+4
* Disable 32-bit SEH, againReid Kleckner2015-07-081-4/+0
* Revert "Revert 241171, 241187, 241199 (32-bit SEH)."Reid Kleckner2015-07-071-0/+5
* Revert 241171, 241187, 241199 (32-bit SEH).Nico Weber2015-07-021-5/+0
* [SEH] Add 32-bit lowering for SEH __tryReid Kleckner2015-07-011-0/+5
* [Parse] Allow 'constexpr' in condition declarationsMeador Inge2015-06-251-6/+7
* Revert r240270 ("Fixed/added namespace ending comments using clang-tidy").Alexander Kornienko2015-06-221-6/+6
* Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko2015-06-221-6/+6
* Fix "the the" in comments/documentation/etc.Eric Christopher2015-06-191-1/+1
* Revert "Re-land r236052, "[SEH] Add 32-bit lowering code for __try""Reid Kleckner2015-06-091-5/+0
* Re-land r236052, "[SEH] Add 32-bit lowering code for __try"Reid Kleckner2015-06-091-0/+5
* When performing delayed typo correction in a for-range loop's variableKaelyn Takata2015-05-071-0/+9
* Make helper functions static. NFC.Benjamin Kramer2015-05-011-0/+2
* Revert most of r236271, leaving only the datalayout change in lib/Basic/Targe...Reid Kleckner2015-04-301-5/+0
* Use 4 byte preferred aggregate alignment in datalayout on x86 Win32Reid Kleckner2015-04-301-0/+5
* Revert r236128, LLVM isn't falling back in the right wayReid Kleckner2015-04-291-5/+0
* Re-land r236052, the linker errors were fixed by LLVM r236123Reid Kleckner2015-04-291-0/+5
* Revert r236052, it caused linker errors when building 32-bit applications.Nico Weber2015-04-291-5/+0
* [SEH] Add 32-bit lowering code for __tryReid Kleckner2015-04-281-0/+5
* Add new warning -Wrange-loop-analysis to warn on copies during loops.Richard Trieu2015-04-131-0/+152
* Properly implement warn_unused_result checking for classes/structs.Kaelyn Takata2015-04-091-1/+3
* Appease build bots that cannot find a viable conversion through CanQualType.Aaron Ballman2015-04-081-1/+2
* Generate a diagnostic when a catch handler cannot execute due to class hierar...Aaron Ballman2015-04-081-57/+153
* [Sema] Factor diags with %plural. No functionality change intended.Benjamin Kramer2015-03-271-23/+9
* Fix gcc ambiguity error (Visual C++ was OK with these).Yaron Keren2015-03-181-3/+3
* Remove many superfluous SmallString::str() calls.Yaron Keren2015-03-181-3/+3
* Fix a theoretical bug when ParseCompoundStatement() returns StmtError.Nico Weber2015-03-091-0/+4
* Warn when jumping out of a __finally block via continue, break, return, __leave.Nico Weber2015-03-091-4/+20
* Fix typo in comment.Nico Weber2015-03-091-1/+1
* [Objctive-C sema]. Do not do the unused-getter-return-valueFariborz Jahanian2015-02-161-4/+0
* Partial revert of r229336; this wasn't intended to go in.Aaron Ballman2015-02-151-126/+53
* Removing LLVM_EXPLICIT, as MSVC 2012 was the last reason for requiring the ma...Aaron Ballman2015-02-151-53/+126
* Re-land r228258 and make clang-cl's /EHs- disable -fexceptions againReid Kleckner2015-02-051-9/+24
* Revert r228258.Nico Weber2015-02-051-24/+9
* SEH: Track users of __try so we can pick a per-func EH personalityReid Kleckner2015-02-031-9/+24
* SEH: Diagnose use of C++ EH and SEH in the same functionReid Kleckner2015-02-021-8/+20
* Rename RefersToCapturedVariable to RefersToEnclosingVariableOrCapture, NFCAlexey Bataev2015-01-121-1/+1
* DR1048: drop top-level cv-qualifiers when deducing the return type of aRichard Smith2014-12-191-1/+5
* Renamed RefersToEnclosingLocal bitfield to RefersToCapturedVariable.Alexey Bataev2014-12-161-1/+1
* Sema: Don't leave switch stack inconsistent when recoveringDavid Majnemer2014-12-151-1/+2
* Sema: Constexpr functions must have return statements which have an exprDavid Majnemer2014-12-131-4/+16
* Create a new 'flag_enum' attribute.Alexis Hunt2014-11-281-69/+78
* Enable ActOnIdExpression to use delayed typo correction for non-C++ codeKaelyn Takata2014-11-211-1/+6
* Wire up delayed typo correction to DiagnoseEmptyLookup and set upKaelyn Takata2014-11-201-1/+18
* PR21531: fix crash on invalid with unexpanded pack in case value.Richard Smith2014-11-201-8/+13
* Improved capturing variable-length array types in CapturedStmt.Alexey Bataev2014-10-291-0/+6
* Sema: address post-commit review commentSaleem Abdulrasool2014-10-171-2/+2
* Sema: handle additional case of qualified typesSaleem Abdulrasool2014-10-161-5/+8
* No longer emit diagnostics about unused results (comparisons, etc) from uneva...Aaron Ballman2014-10-161-0/+6
OpenPOWER on IntegriCloud