| Commit message (Expand) | Author | Age | Files | Lines |
| * | map previously ignored __attribute((malloc)) to noalias attribute of llvm fun... | Ryan Flynn | 2009-08-09 | 1 | -0/+1 |
| * | Introduce a new PragmaPack attribute, and use it for #pragma pack. The Packed... | Anders Carlsson | 2009-08-08 | 1 | -2/+5 |
| * | Make longjmp a real builtin. | Mike Stump | 2009-07-28 | 1 | -0/+2 |
| * | Remove the ObjCCategoryImpls vector from Sema class. | Argyrios Kyrtzidis | 2009-07-21 | 1 | -11/+0 |
| * | Remove ObjCQualifiedInterfaceType:-) | Steve Naroff | 2009-07-18 | 1 | -21/+13 |
| * | Implement the ObjC pseudo built-in types as clang "BuiltinType's". I say pseu... | Steve Naroff | 2009-07-15 | 1 | -0/+2 |
| * | Basic support for C++0x unicode types. Support for literals will follow in a... | Alisdair Meredith | 2009-07-14 | 1 | -0/+2 |
| * | This patch includes a conceptually simple, but very intrusive/pervasive change. | Steve Naroff | 2009-07-10 | 1 | -1/+1 |
| * | Make ASTContext explicitly keep track of the declaration for the C | Douglas Gregor | 2009-07-07 | 1 | -0/+1 |
| * | Introduce the notion of "Relocatable" precompiled headers, which are built | Douglas Gregor | 2009-07-07 | 1 | -35/+94 |
| * | Keep track of the Expr used to describe the size of an array type, | Douglas Gregor | 2009-07-06 | 1 | -0/+19 |
| * | Add support for retrieving the Doxygen comment associated with a given | Douglas Gregor | 2009-07-02 | 1 | -2/+22 |
| * | De-ASTContext-ify DeclContext. | Argyrios Kyrtzidis | 2009-06-30 | 1 | -5/+4 |
| * | Implement enough of the 'auto' keyword so we can claim to support N2546. | Anders Carlsson | 2009-06-26 | 1 | -0/+3 |
| * | OpenCL 1.0 support: attributes | Nate Begeman | 2009-06-26 | 1 | -0/+6 |
| * | Write/Read new Language Options | Nate Begeman | 2009-06-25 | 1 | -0/+2 |
| * | Add a DecltypeType type. | Anders Carlsson | 2009-06-24 | 1 | -0/+5 |
| * | First step toward fixing <rdar://problem/6613046> refactor clang objc type re... | Steve Naroff | 2009-06-17 | 1 | -4/+6 |
| * | Move CharIsSigned from TargetInfo to LangOptions. | Eli Friedman | 2009-06-05 | 1 | -0/+2 |
| * | emit ORIGINAL_FILE_NAME record ID to blockinfo block. | Zhongxing Xu | 2009-06-03 | 1 | -0/+1 |
| * | Reintroduce the home for exception specs, and make Sema fill it. However, kee... | Sebastian Redl | 2009-05-27 | 1 | -0/+5 |
| * | Convert ObjC qualified type clients over to using iterators. | Steve Naroff | 2009-05-27 | 1 | -4/+6 |
| * | Pull EmitRecord() out of loop. It should be called only once. | Zhongxing Xu | 2009-05-22 | 1 | -1/+1 |
| * | implementation of format_arg for ObjC methods/functions. | Fariborz Jahanian | 2009-05-20 | 1 | -0/+6 |
| * | Disable access control by default. It can be enabled with the -faccess-contro... | Anders Carlsson | 2009-05-13 | 1 | -0/+2 |
| * | Some early declarations to support sentinel attribute on | Fariborz Jahanian | 2009-05-13 | 1 | -0/+7 |
| * | Make precompiled headers work with -E. When we're only preprocessing | Douglas Gregor | 2009-05-12 | 1 | -11/+40 |
| * | Implement C++0x nullptr. | Sebastian Redl | 2009-05-10 | 1 | -0/+1 |
| * | Add back Parse/Sema support for attributes cf_returns_retained and | Ted Kremenek | 2009-05-09 | 1 | -0/+2 |
| * | Remove experimental ownership attributes from Clang. | Ted Kremenek | 2009-05-08 | 1 | -7/+0 |
| * | Back out r70506 (exception spec in AST) again. We won't have exception specs ... | Sebastian Redl | 2009-05-06 | 1 | -5/+0 |
| * | Implement attribute 'ns_autorelease'. | Ted Kremenek | 2009-05-05 | 1 | -0/+1 |
| * | Implement attribute 'cf_returns_owned' (mirrors 'ns_returns_owned'). | Ted Kremenek | 2009-05-05 | 1 | -0/+1 |
| * | Remove experimental attribute 'ns_ownership_make_collectable.' | Ted Kremenek | 2009-05-04 | 1 | -1/+0 |
| * | Rename attributes 'objc_ownership...' to 'ns_ownership...'. | Ted Kremenek | 2009-05-04 | 1 | -4/+4 |
| * | Rename attributes: | Ted Kremenek | 2009-05-04 | 1 | -2/+2 |
| * | Make a home for exception specs in the AST. Now Sema can hook them up. | Sebastian Redl | 2009-04-30 | 1 | -0/+5 |
| * | initial support for __[u]int128_t, which should be basically | Chris Lattner | 2009-04-30 | 1 | -0/+2 |
| * | Implement ownership attribute 'objc_ownership_make_collectable'. This allows one | Ted Kremenek | 2009-04-28 | 1 | -1/+2 |
| * | Optimize IdentifierInfo storage within the precompiled header. We've | Douglas Gregor | 2009-04-28 | 1 | -6/+6 |
| * | Implement a minor space optimization for the PCH identifier table, | Douglas Gregor | 2009-04-28 | 1 | -10/+27 |
| * | Implement checking for macro definitions that occur on the command | Douglas Gregor | 2009-04-28 | 1 | -1/+11 |
| * | Revert r70075 and r70078, which reorganized the PCH on-disk hash table | Douglas Gregor | 2009-04-28 | 1 | -35/+4 |
| * | Remove unused LangOptions NoExtensions and Boolean. | Eli Friedman | 2009-04-28 | 1 | -2/+0 |
| * | Add a header containing the Clang version; make the driver use this | Douglas Gregor | 2009-04-27 | 1 | -9/+18 |
| * | Add Sema::ExtVectorDecls and Sema::ObjCCategoryImpls to the PCH file. Since t... | Douglas Gregor | 2009-04-27 | 1 | -0/+21 |
| * | Add two new checker-specific attributes: 'objc_ownership_release' and | Ted Kremenek | 2009-04-27 | 1 | -0/+2 |
| * | make these be unsigned now that they are eagerly created. | Chris Lattner | 2009-04-27 | 1 | -4/+4 |
| * | shrink SOURCE_LOCATION_OFFSETS to use 4-byte entries instead of 8-byte | Chris Lattner | 2009-04-27 | 1 | -2/+2 |
| * | Implement caching of stat() calls for precompiled headers, which is | Douglas Gregor | 2009-04-27 | 1 | -2/+123 |