| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | [AST] Turn the callbacks of lookupInBases and forallBases into a function_ref | Benjamin Kramer | 2015-07-25 | 1 | -9/+6 |
* | Re-enable 32-bit SEH after the alignment fix | Reid Kleckner | 2015-07-10 | 1 | -0/+4 |
* | Disable 32-bit SEH, again | Reid Kleckner | 2015-07-08 | 1 | -4/+0 |
* | Revert "Revert 241171, 241187, 241199 (32-bit SEH)." | Reid Kleckner | 2015-07-07 | 1 | -0/+5 |
* | Revert 241171, 241187, 241199 (32-bit SEH). | Nico Weber | 2015-07-02 | 1 | -5/+0 |
* | [SEH] Add 32-bit lowering for SEH __try | Reid Kleckner | 2015-07-01 | 1 | -0/+5 |
* | [Parse] Allow 'constexpr' in condition declarations | Meador Inge | 2015-06-25 | 1 | -6/+7 |
* | Revert r240270 ("Fixed/added namespace ending comments using clang-tidy"). | Alexander Kornienko | 2015-06-22 | 1 | -6/+6 |
* | Fixed/added namespace ending comments using clang-tidy. NFC | Alexander Kornienko | 2015-06-22 | 1 | -6/+6 |
* | Fix "the the" in comments/documentation/etc. | Eric Christopher | 2015-06-19 | 1 | -1/+1 |
* | Revert "Re-land r236052, "[SEH] Add 32-bit lowering code for __try"" | Reid Kleckner | 2015-06-09 | 1 | -5/+0 |
* | Re-land r236052, "[SEH] Add 32-bit lowering code for __try" | Reid Kleckner | 2015-06-09 | 1 | -0/+5 |
* | When performing delayed typo correction in a for-range loop's variable | Kaelyn Takata | 2015-05-07 | 1 | -0/+9 |
* | Make helper functions static. NFC. | Benjamin Kramer | 2015-05-01 | 1 | -0/+2 |
* | Revert most of r236271, leaving only the datalayout change in lib/Basic/Targe... | Reid Kleckner | 2015-04-30 | 1 | -5/+0 |
* | Use 4 byte preferred aggregate alignment in datalayout on x86 Win32 | Reid Kleckner | 2015-04-30 | 1 | -0/+5 |
* | Revert r236128, LLVM isn't falling back in the right way | Reid Kleckner | 2015-04-29 | 1 | -5/+0 |
* | Re-land r236052, the linker errors were fixed by LLVM r236123 | Reid Kleckner | 2015-04-29 | 1 | -0/+5 |
* | Revert r236052, it caused linker errors when building 32-bit applications. | Nico Weber | 2015-04-29 | 1 | -5/+0 |
* | [SEH] Add 32-bit lowering code for __try | Reid Kleckner | 2015-04-28 | 1 | -0/+5 |
* | Add new warning -Wrange-loop-analysis to warn on copies during loops. | Richard Trieu | 2015-04-13 | 1 | -0/+152 |
* | Properly implement warn_unused_result checking for classes/structs. | Kaelyn Takata | 2015-04-09 | 1 | -1/+3 |
* | Appease build bots that cannot find a viable conversion through CanQualType. | Aaron Ballman | 2015-04-08 | 1 | -1/+2 |
* | Generate a diagnostic when a catch handler cannot execute due to class hierar... | Aaron Ballman | 2015-04-08 | 1 | -57/+153 |
* | [Sema] Factor diags with %plural. No functionality change intended. | Benjamin Kramer | 2015-03-27 | 1 | -23/+9 |
* | Fix gcc ambiguity error (Visual C++ was OK with these). | Yaron Keren | 2015-03-18 | 1 | -3/+3 |
* | Remove many superfluous SmallString::str() calls. | Yaron Keren | 2015-03-18 | 1 | -3/+3 |
* | Fix a theoretical bug when ParseCompoundStatement() returns StmtError. | Nico Weber | 2015-03-09 | 1 | -0/+4 |
* | Warn when jumping out of a __finally block via continue, break, return, __leave. | Nico Weber | 2015-03-09 | 1 | -4/+20 |
* | Fix typo in comment. | Nico Weber | 2015-03-09 | 1 | -1/+1 |
* | [Objctive-C sema]. Do not do the unused-getter-return-value | Fariborz Jahanian | 2015-02-16 | 1 | -4/+0 |
* | Partial revert of r229336; this wasn't intended to go in. | Aaron Ballman | 2015-02-15 | 1 | -126/+53 |
* | Removing LLVM_EXPLICIT, as MSVC 2012 was the last reason for requiring the ma... | Aaron Ballman | 2015-02-15 | 1 | -53/+126 |
* | Re-land r228258 and make clang-cl's /EHs- disable -fexceptions again | Reid Kleckner | 2015-02-05 | 1 | -9/+24 |
* | Revert r228258. | Nico Weber | 2015-02-05 | 1 | -24/+9 |
* | SEH: Track users of __try so we can pick a per-func EH personality | Reid Kleckner | 2015-02-03 | 1 | -9/+24 |
* | SEH: Diagnose use of C++ EH and SEH in the same function | Reid Kleckner | 2015-02-02 | 1 | -8/+20 |
* | Rename RefersToCapturedVariable to RefersToEnclosingVariableOrCapture, NFC | Alexey Bataev | 2015-01-12 | 1 | -1/+1 |
* | DR1048: drop top-level cv-qualifiers when deducing the return type of a | Richard Smith | 2014-12-19 | 1 | -1/+5 |
* | Renamed RefersToEnclosingLocal bitfield to RefersToCapturedVariable. | Alexey Bataev | 2014-12-16 | 1 | -1/+1 |
* | Sema: Don't leave switch stack inconsistent when recovering | David Majnemer | 2014-12-15 | 1 | -1/+2 |
* | Sema: Constexpr functions must have return statements which have an expr | David Majnemer | 2014-12-13 | 1 | -4/+16 |
* | Create a new 'flag_enum' attribute. | Alexis Hunt | 2014-11-28 | 1 | -69/+78 |
* | Enable ActOnIdExpression to use delayed typo correction for non-C++ code | Kaelyn Takata | 2014-11-21 | 1 | -1/+6 |
* | Wire up delayed typo correction to DiagnoseEmptyLookup and set up | Kaelyn Takata | 2014-11-20 | 1 | -1/+18 |
* | PR21531: fix crash on invalid with unexpanded pack in case value. | Richard Smith | 2014-11-20 | 1 | -8/+13 |
* | Improved capturing variable-length array types in CapturedStmt. | Alexey Bataev | 2014-10-29 | 1 | -0/+6 |
* | Sema: address post-commit review comment | Saleem Abdulrasool | 2014-10-17 | 1 | -2/+2 |
* | Sema: handle additional case of qualified types | Saleem Abdulrasool | 2014-10-16 | 1 | -5/+8 |
* | No longer emit diagnostics about unused results (comparisons, etc) from uneva... | Aaron Ballman | 2014-10-16 | 1 | -0/+6 |