| Commit message (Expand) | Author | Age | Files | Lines |
| * | Add -Wcomma warning to Clang. | Richard Trieu | 2016-02-18 | 1 | -0/+28 |
| * | Remove use of builtin comma operator. | Richard Trieu | 2016-02-18 | 1 | -1/+2 |
| * | Don't copy a DenseMap just to do lookup in it. | Benjamin Kramer | 2016-02-13 | 1 | -6/+1 |
| * | Fix a crash when there is a typo in the return statement. | Manman Ren | 2016-02-04 | 1 | -0/+5 |
| * | [SemaCXX] Fix crash-on-invalid while trying to deduce return type of a lambda. | Argyrios Kyrtzidis | 2016-01-30 | 1 | -4/+5 |
| * | Split RequireCompleteType into a function that actually requires that the type | Richard Smith | 2015-12-18 | 1 | -5/+4 |
| * | [OpenMP] Update target directive codegen to use 4.5 implicit data mappings. | Samuel Antao | 2015-12-02 | 1 | -4/+3 |
| * | [Sema] Minor formatting fixes. NFC | Craig Topper | 2015-11-17 | 1 | -1/+1 |
| * | Tweak how -Wunused-value interacts with macros | Nico Weber | 2015-10-27 | 1 | -1/+10 |
| * | [coroutines] Creation of promise object, lookup of operator co_await, building | Richard Smith | 2015-10-27 | 1 | -28/+55 |
| * | [coroutines] Initial stub Sema functionality for handling coroutine await / y... | Richard Smith | 2015-10-22 | 1 | -6/+20 |
| * | Keep the IfStmt node even if the condition is invalid | Olivier Goffart | 2015-10-11 | 1 | -17/+11 |
| * | Perform Objective-C lifetime adjustments before comparing deduced lambda resu... | Douglas Gregor | 2015-10-01 | 1 | -2/+5 |
| * | Simplify Sema::DeduceFunctionTypeFromReturnExpr and eliminae a redundant check. | Douglas Gregor | 2015-10-01 | 1 | -7/+2 |
| * | Fix a potential APInt memory leak when using __attribute__((flag_enum)), and | Richard Smith | 2015-09-04 | 1 | -3/+1 |
| * | fix typo; NFC | Sanjay Patel | 2015-08-28 | 1 | -1/+1 |
| * | [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 |