Age | Commit message (Expand) | Author |
2009-06-05 | Move CharIsSigned from TargetInfo to LangOptions. | Eli Friedman |
2009-06-03 | emit ORIGINAL_FILE_NAME record ID to blockinfo block. | Zhongxing Xu |
2009-05-27 | Reintroduce the home for exception specs, and make Sema fill it. However, kee... | Sebastian Redl |
2009-05-27 | Convert ObjC qualified type clients over to using iterators. | Steve Naroff |
2009-05-22 | Pull EmitRecord() out of loop. It should be called only once. | Zhongxing Xu |
2009-05-20 | implementation of format_arg for ObjC methods/functions. | Fariborz Jahanian |
2009-05-13 | Disable access control by default. It can be enabled with the -faccess-contro... | Anders Carlsson |
2009-05-13 | Some early declarations to support sentinel attribute on | Fariborz Jahanian |
2009-05-12 | Make precompiled headers work with -E. When we're only preprocessing | Douglas Gregor |
2009-05-10 | Implement C++0x nullptr. | Sebastian Redl |
2009-05-09 | Add back Parse/Sema support for attributes cf_returns_retained and | Ted Kremenek |
2009-05-08 | Remove experimental ownership attributes from Clang. | Ted Kremenek |
2009-05-06 | Back out r70506 (exception spec in AST) again. We won't have exception specs ... | Sebastian Redl |
2009-05-05 | Implement attribute 'ns_autorelease'. | Ted Kremenek |
2009-05-05 | Implement attribute 'cf_returns_owned' (mirrors 'ns_returns_owned'). | Ted Kremenek |
2009-05-04 | Remove experimental attribute 'ns_ownership_make_collectable.' | Ted Kremenek |
2009-05-04 | Rename attributes 'objc_ownership...' to 'ns_ownership...'. | Ted Kremenek |
2009-05-04 | Rename attributes: | Ted Kremenek |
2009-04-30 | Make a home for exception specs in the AST. Now Sema can hook them up. | Sebastian Redl |
2009-04-30 | initial support for __[u]int128_t, which should be basically | Chris Lattner |
2009-04-28 | Implement ownership attribute 'objc_ownership_make_collectable'. This allows one | Ted Kremenek |
2009-04-28 | Optimize IdentifierInfo storage within the precompiled header. We've | Douglas Gregor |
2009-04-28 | Implement a minor space optimization for the PCH identifier table, | Douglas Gregor |
2009-04-28 | Implement checking for macro definitions that occur on the command | Douglas Gregor |
2009-04-28 | Revert r70075 and r70078, which reorganized the PCH on-disk hash table | Douglas Gregor |
2009-04-28 | Remove unused LangOptions NoExtensions and Boolean. | Eli Friedman |
2009-04-27 | Add a header containing the Clang version; make the driver use this | Douglas Gregor |
2009-04-27 | Add Sema::ExtVectorDecls and Sema::ObjCCategoryImpls to the PCH file. Since t... | Douglas Gregor |
2009-04-27 | Add two new checker-specific attributes: 'objc_ownership_release' and | Ted Kremenek |
2009-04-27 | make these be unsigned now that they are eagerly created. | Chris Lattner |
2009-04-27 | shrink SOURCE_LOCATION_OFFSETS to use 4-byte entries instead of 8-byte | Chris Lattner |
2009-04-27 | Implement caching of stat() calls for precompiled headers, which is | Douglas Gregor |
2009-04-27 | Add new checker-specific attribute 'objc_ownership_cfretain'. This is the same | Ted Kremenek |
2009-04-27 | encode the type and decl offsets with 32-bits for entry instead | Chris Lattner |
2009-04-27 | add an abbreviation for common PARM_VAR_DECL. All but 9 of the | Chris Lattner |
2009-04-27 | Load most of the source manager's information lazily from the PCH | Douglas Gregor |
2009-04-27 | split expr/stmt writing out to PCHWriterStmt.cpp | Chris Lattner |
2009-04-27 | split decl writing out to its own PCHWriterDecl.cpp file. | Chris Lattner |
2009-04-27 | add stmt/expr names to BlockInfo block. | Chris Lattner |
2009-04-27 | drop the _ID suffixes from block names. | Chris Lattner |
2009-04-26 | add the decl names. | Chris Lattner |
2009-04-26 | make llvm-bcanalyzer dump out PCH files symbolically. We should probably | Chris Lattner |
2009-04-26 | Some fixes for PCH (de-)serialization of Objective-C AST nodes: | Douglas Gregor |
2009-04-26 | Add PCH read/write support for ObjC statements. | Steve Naroff |
2009-04-26 | Make sure we have a code in the node:-) | Steve Naroff |
2009-04-26 | When writing a PCH file, write multiple type and declaration blocks as | Douglas Gregor |
2009-04-26 | split ObjC and C++ Statements out into their own headers. | Chris Lattner |
2009-04-26 | implement PCH support for the rest of ExprObjC.h, including | Chris Lattner |
2009-04-26 | Don't read all of the records in the PCH file's preprocessor block, | Douglas Gregor |
2009-04-25 | PCH optimization for the identifier table, where we separate | Douglas Gregor |