| Commit message (Expand) | Author | Age | Files | Lines |
| * | [OPENMP] Initial parsing/sema analysis of 'target' directive. | Alexey Bataev | 2014-09-19 | 2 | -0/+87 |
| * | Thread Safety Analysis: add new warning flag, -Wthread-safety-reference, which | DeLesley Hutchins | 2014-09-18 | 1 | -1/+34 |
| * | [X86, inlineasm] Check that the output size is correct for the given constraint. | Akira Hatanaka | 2014-09-18 | 1 | -0/+14 |
| * | Patch to check at compile time for overflow when | Fariborz Jahanian | 2014-09-18 | 2 | -3/+50 |
| * | Revert r217995 and follow-ups: | Hans Wennborg | 2014-09-18 | 6 | -252/+191 |
| * | Parsing/Sema of directive omp for simd | Alexander Musman | 2014-09-18 | 2 | -6/+75 |
| * | Sema: Diagnose undefined structs used as Microsoft anonymous structs | David Majnemer | 2014-09-18 | 1 | -5/+11 |
| * | Skip parens when detecting whether we're instantiating a function declaration. | Richard Smith | 2014-09-18 | 1 | -2/+2 |
| * | Instantiate exception specifications when instantiating function types (other | Richard Smith | 2014-09-17 | 6 | -190/+251 |
| * | Don't try to devirtualize non-virtual calls | Reid Kleckner | 2014-09-16 | 1 | -0/+4 |
| * | Objective-C. Prevents a crash generating AST for a | Fariborz Jahanian | 2014-09-15 | 1 | -0/+4 |
| * | Check delegating constructors for using uninitialized fields. | Richard Trieu | 2014-09-12 | 1 | -0/+2 |
| * | patch to add missing warning on sizeof wrong parameter | Fariborz Jahanian | 2014-09-12 | 1 | -1/+2 |
| * | Objective-C. Under a special flag, -Wcstring-format-directive, | Fariborz Jahanian | 2014-09-11 | 2 | -31/+64 |
| * | Objective-C. Accept 'nil' as indexing argument to | Fariborz Jahanian | 2014-09-10 | 1 | -1/+2 |
| * | Objective-C arc. Fixes a crash when issuing diagnostic for | Fariborz Jahanian | 2014-09-10 | 1 | -1/+1 |
| * | Objective-C. Under a special flag, -Wcstring-format-directive, | Fariborz Jahanian | 2014-09-09 | 2 | -1/+78 |
| * | Allow empty statements in naked functions in addition to ASM statements | Ehsan Akhgari | 2014-09-09 | 1 | -1/+1 |
| * | Add __builtin_assume and __builtin_assume_aligned using @llvm.assume. | Hal Finkel | 2014-09-07 | 2 | -2/+46 |
| * | Add -Wunused-local-typedef, a warning that finds unused local typedefs. | Nico Weber | 2014-09-06 | 8 | -6/+115 |
| * | Move the initialization of VAListTagName after InitializeSema() | Ben Langmuir | 2014-09-05 | 1 | -2/+4 |
| * | Stop double visiting some expressions during self reference checking. | Richard Trieu | 2014-09-04 | 1 | -5/+17 |
| * | Don't allow inline asm statements to reference parameters in naked functions | Hans Wennborg | 2014-09-04 | 1 | -0/+13 |
| * | Don't allow non-ASM statements in naked functions | Hans Wennborg | 2014-09-04 | 1 | -0/+11 |
| * | PR20844: If we fail to list-initialize a reference, map to the referenced type | Richard Smith | 2014-09-04 | 1 | -0/+13 |
| * | [modules] Make NamespaceAliasDecl redeclarable, as it should be. This fixes | Richard Smith | 2014-09-03 | 1 | -30/+33 |
| * | Fix member function call on null pointer in Sema::FindInstantiatedDecl. | Alexey Samsonov | 2014-09-03 | 1 | -11/+11 |
| * | Split off CUDA-specific Sema parts to a new file | Eli Bendersky | 2014-09-03 | 4 | -57/+77 |
| * | Fix up formatting. | Eli Bendersky | 2014-09-02 | 1 | -1/+1 |
| * | Don't allow lambdas to capture invalid decls during template instantiations. | Richard Trieu | 2014-09-02 | 1 | -1/+1 |
| * | Fix some cases where StringRef was being passed by const reference. Remove co... | Craig Topper | 2014-08-30 | 2 | -3/+3 |
| * | Use llvm::makeArrayRef instead of explicitly calling ArrayRef constructor and... | Craig Topper | 2014-08-30 | 4 | -10/+8 |
| * | Fix for PR20660, where unexpanded parameter pack in function parameter clause... | Larisse Voufo | 2014-08-29 | 1 | -7/+31 |
| * | Objective-C [qoi]. If property is going to be implemented | Fariborz Jahanian | 2014-08-29 | 1 | -3/+4 |
| * | Objective-C. Tweak diagnosing properties that are not auto-synthesized. | Fariborz Jahanian | 2014-08-29 | 1 | -20/+19 |
| * | Use llvm::makeArrayRef instead of explicitly calling ArrayRef constructor and... | Craig Topper | 2014-08-29 | 1 | -3/+1 |
| * | Don't load invalid enum value in Sema::LazilyCreateBuiltin. | Alexey Samsonov | 2014-08-28 | 1 | -10/+8 |
| * | [C++11] Support for capturing of variable length arrays in lambda expression. | Alexey Bataev | 2014-08-28 | 5 | -11/+54 |
| * | During cross field uninitialized checking, when processing an assignment, | Richard Trieu | 2014-08-28 | 1 | -29/+43 |
| * | PR20769: Fix confusion when checking whether a prior default argument was in | Richard Smith | 2014-08-27 | 2 | -6/+13 |
| * | More -Wuninitialized updates | Richard Trieu | 2014-08-27 | 2 | -8/+25 |
| * | Allow adding dll attributes on certain redecls with a warning if the decl has... | Hans Wennborg | 2014-08-27 | 1 | -6/+23 |
| * | Call ResolveExceptionSpec for non-OdrUsed functions. | Nico Weber | 2014-08-27 | 1 | -6/+9 |
| * | Objective-C. When multiple nullary selectors are found in | Fariborz Jahanian | 2014-08-27 | 1 | -1/+11 |
| * | Allow __fp16 as a function arg or return type for AArch64 | Oliver Stannard | 2014-08-27 | 1 | -4/+4 |
| * | Simplify creation of a bunch of ArrayRefs by using None, makeArrayRef or just... | Craig Topper | 2014-08-27 | 3 | -18/+17 |
| * | Fix representation of __attribute__((nonnull)) to support correctly modeling | Richard Smith | 2014-08-27 | 2 | -41/+62 |
| * | Clarify comment so this doesn't appear to be a C11-only rule. | Richard Smith | 2014-08-26 | 1 | -0/+3 |
| * | revert patch r216469. | Fariborz Jahanian | 2014-08-26 | 1 | -1/+1 |
| * | c11- Check for c11 language option as documentation says | Fariborz Jahanian | 2014-08-26 | 1 | -1/+1 |