Age | Commit message (Expand) | Author |
2009-04-21 | Use an ASTRecordLayout to compute the sizeof an interface, not | Daniel Dunbar |
2009-04-21 | Add pch reader/writer support for most of DeclObjC.h. Very close to reading/w... | Steve Naroff |
2009-04-21 | implement semantic analysis for @synchronized, fixing a crash on invalid | Chris Lattner |
2009-04-21 | this time with more workingness. | Chris Lattner |
2009-04-21 | Pass and return aggregate types directly to function calls. | Sanjiv Gupta |
2009-04-21 | add support for goto checking and @synchronized blocks, | Chris Lattner |
2009-04-21 | fix massive testsuite failures from Alexei's patch due to inverted logic. | Chris Lattner |
2009-04-21 | Split preprocessor initialization logic out of clang-cc into | Chris Lattner |
2009-04-21 | document new form of -fdiagnostics-print-source-range-in | Chris Lattner |
2009-04-21 | rename -fprint-source-range-info -> -fdiagnostics-print-source-range-info. | Chris Lattner |
2009-04-21 | Fix PR4027 + rdar://6808859, we were rejecting implicit casts of | Chris Lattner |
2009-04-21 | downgrade from extwarn to warning. | Chris Lattner |
2009-04-21 | improve MacroInfo to track the source range of the macro definition, | Chris Lattner |
2009-04-21 | use of predefined identifiers like __func__ at global scope warn in sema, | Chris Lattner |
2009-04-21 | make "in included from" and "in instatiation from" messages respect | Chris Lattner |
2009-04-21 | add a preprocessor callback function for #undef, patch by | Chris Lattner |
2009-04-21 | Add a CXXDestroyExpr. Add classof member functions to CXXTempVarDecl. | Anders Carlsson |
2009-04-21 | Use an APInt of target int size to detect overflow while parsing multichars. | Sanjiv Gupta |
2009-04-21 | Add the beginnings of a CXXTempVarDecl class. | Anders Carlsson |
2009-04-21 | Remove unnused variable. | Daniel Dunbar |
2009-04-21 | Kill ASTContext::[gs]etFieldForDecl, instead we just lookup things | Daniel Dunbar |
2009-04-21 | Revert 69646, that was the precise inverse of what I wanted to commit. | Daniel Dunbar |
2009-04-21 | Kill ASTContext::[gs]etFieldForDecl, instead we just lookup things | Daniel Dunbar |
2009-04-21 | Fixup codegen for write barriers for block variables. Radar 6786715 | Mike Stump |
2009-04-21 | Remove LateBoundIVars() runtime interface, it is unused. | Daniel Dunbar |
2009-04-21 | Assert on a few conditions that (I believe) should hold | Daniel Dunbar |
2009-04-21 | Look at the TMP environment variable as well. | Daniel Dunbar |
2009-04-20 | Update this (non-default) test case. | Daniel Dunbar |
2009-04-20 | ObjC2's Ivar bitmap layout work. No change in functionality. | Fariborz Jahanian |
2009-04-20 | Mark TypeForDecl mutable. | Daniel Dunbar |
2009-04-20 | fix the second half of PR4006 and rdar://6807000 by treating | Chris Lattner |
2009-04-20 | Write the identifier table into the PCH file as an on-disk hash table | Douglas Gregor |
2009-04-20 | Fix tyop in SSSE3 header (6808876). | Anders Carlsson |
2009-04-20 | Also look at the TEMP environment variable as a place to put temporary | Daniel Dunbar |
2009-04-20 | Move countInheritedIvars to within striking distance of | Daniel Dunbar |
2009-04-20 | Fix spelling error. | Steve Naroff |
2009-04-20 | Add pch reader/writer support for ObjCContainerDecl, ObjCInterfaceDecl, & Obj... | Steve Naroff |
2009-04-20 | the __gnuc_inline__ attribute is actually named __gnu_inline__, | Chris Lattner |
2009-04-20 | Add test case to check line number in debug info. | Devang Patel |
2009-04-20 | Allow the Info type used in the on-disk hash table generator to have state | Douglas Gregor |
2009-04-20 | If defined, use TMPDIR environment variable as location for temporary files. | Daniel Dunbar |
2009-04-20 | clean up anonymous bitfield diagnostics, PR4017 | Chris Lattner |
2009-04-20 | Introduce the notion of a SemaConsumer, which is an ASTConsumer that | Douglas Gregor |
2009-04-20 | Add pch reader/writer support for ObjCMethodDecl. | Steve Naroff |
2009-04-20 | update the doc. | Zhongxing Xu |
2009-04-20 | Some cleanup and bug-fixing for address-of checking. This causes a couple of | Eli Friedman |
2009-04-20 | Make the on-disk hash table usable with non-file | Douglas Gregor |
2009-04-20 | Inline GetFirstIvarInRecord into sole caller. | Daniel Dunbar |
2009-04-20 | Set a bit in IMAGE_INFO to indicate that we don't contain any | Daniel Dunbar |
2009-04-20 | Move the on-disk hash table code into its own header. No functionality change. | Douglas Gregor |