Age | Commit message (Expand) | Author |
2013-04-22 | C++1y constexpr extensions, round 1: Allow most forms of declaration and | Richard Smith |
2013-04-20 | Disable VLA diagnostic in C++1y mode, and add some tests. | Richard Smith |
2013-04-03 | Add 178663 back. | Rafael Espindola |
2013-04-03 | Revert 178663. | Rafael Espindola |
2013-04-03 | Don't compute a patched/semantic storage class. | Rafael Espindola |
2013-03-28 | [ms-cxxabi] Add more tests for r178297 | Reid Kleckner |
2013-03-28 | [sema] Check the result of getAsCXXRecordDecl() to fix the build | Reid Kleckner |
2013-03-28 | [sema] Remove unused variable from r178283 | Reid Kleckner |
2013-03-28 | [ms-cxxabi] Correctly compute the size of member pointers | Reid Kleckner |
2013-03-28 | For -Wignored-qualifiers, don't warn on qualifiers which we acquire via a | Richard Smith |
2013-03-28 | Teach -Wigored-qualifiers about exotic flavors of declarator and the _Atomic ... | Richard Smith |
2013-03-28 | Remove outdated FIXME. | Richard Smith |
2013-03-28 | Support C11 _Atomic type qualifier. This is more-or-less just syntactic sugar... | Richard Smith |
2013-03-28 | Fold together the two implementations of 6.7.3p2 in SemaType. Fix two bugs, e... | Richard Smith |
2013-03-27 | Don't reject __restrict applied to a dependent type; it might instantiate to ... | Richard Smith |
2013-03-08 | Sema: Preserve attributes on parameters in instantiated function templates. | Jordan Rose |
2013-03-08 | ArrayRef-ize ASTContext::getFunctionType and Sema::BuildFunctionType. | Jordan Rose |
2013-03-05 | Silence a number of static analyzer warnings with assertions and such. | Jordan Rose |
2013-03-01 | Attempt to not place ownership qualifiers on the result type | John McCall |
2013-02-23 | Revert r175912, "Add support for coldcc to clang" at John's request. | Peter Collingbourne |
2013-02-22 | Add support for coldcc to clang | Peter Collingbourne |
2013-02-22 | When a parameter list in a C function has an error, recover by forming a K&R ... | Argyrios Kyrtzidis |
2013-02-21 | Use None rather than Optional<T>() where possible. | David Blaikie |
2013-02-20 | Include llvm::Optional in clang/Basic/LLVM.h | David Blaikie |
2013-02-20 | Process and handle attributes on conditions and for loop variables. Process and | Richard Smith |
2013-02-18 | Replace TypeLoc llvm::cast support to be well-defined. | David Blaikie |
2013-02-12 | Diagnose loads of 'half' l-values in OpenCL. | John McCall |
2013-02-07 | Add OpenCL samplers as Clang builtin types and check sampler related restrict... | Guy Benyei |
2013-01-29 | Downgrade 'attribute ignored when parsing type' from error to warning, to match | Richard Smith |
2013-01-29 | Replace AS_MSTypespec with AS_Keyword, for representing any attribute spelled | Richard Smith |
2013-01-25 | First pass at abstracting out a class for the target C++ ABI. | John McCall |
2013-01-23 | Implement -Wvla correctly | Dmitri Gribenko |
2013-01-23 | Add a new LangOpt NativeHalfType. This option allows for native half/fp16 | Joey Gouly |
2013-01-20 | Implement OpenCL event_t as Clang builtin type, including event_t related Ope... | Guy Benyei |
2013-01-17 | In Objective-C ARC, completely ignore ownership qualifiers on the | Douglas Gregor |
2013-01-17 | Add some semantic checks for OpenCL. Variadic macros, VLAs and bitfields are ... | Joey Gouly |
2013-01-17 | Implement C++11 semantics for [[noreturn]] attribute. This required splitting | Richard Smith |
2013-01-15 | Fix behavior of [[gnu::]] function attributes. Per g++'s behavior, these | Richard Smith |
2013-01-14 | Accept [[gnu::*]] for all __attribute__((*))s which are: | Richard Smith |
2013-01-14 | PR12008: defer adding the implicit 'const' to a constexpr member function until | Richard Smith |
2013-01-13 | Remove some duplication in the handling of __attribute__((ext_vector_size(N))). | Richard Smith |
2013-01-12 | Provide Decl::getOwningModule(), which determines the (sub)module in | Douglas Gregor |
2013-01-11 | Fixed an assertion failure triggered by invalid code. | Enea Zaffanella |
2013-01-08 | Back out my no-op change from r171783. | Douglas Gregor |
2013-01-07 | Use the C++11 POD definition in C++11 mode to determine whether one | Douglas Gregor |
2013-01-02 | s/CPlusPlus0x/CPlusPlus11/g | Richard Smith |
2012-12-25 | Add intel_ocl_bicc calling convention as a function attribute to clang. The c... | Guy Benyei |
2012-12-18 | Re-commit r170428 changes with Linux style file endings. | Guy Benyei |
2012-12-18 | Revert changes from r170428, as I accidentally changed the line endings of th... | Guy Benyei |
2012-12-18 | Add OpenCL images as clang builtin types. | Guy Benyei |