|  | Commit message (Expand) | Author | Age | Files | Lines | 
|---|
| * | AST: Add AlignMac68kAttr, not yet used. | Daniel Dunbar | 2010-05-27 | 1 | -0/+3 | 
| * | AST: Rename PragmaPackAttr to MaxFieldAlignmentAttr, which is more accurate. | Daniel Dunbar | 2010-05-27 | 1 | -2/+2 | 
| * | Added basic source locations to Elaborated and DependentName types. | Abramo Bagnara | 2010-05-19 | 1 | -1/+4 | 
| * | Add clang support for IBOutletCollection. | Ted Kremenek | 2010-05-19 | 1 | -0/+6 | 
| * | Emit a type record for TYPE_OBJC_OBJECT in the PCH file.  I'm not | John McCall | 2010-05-16 | 1 | -0/+1 | 
| * | Substantially alter the design of the Objective C type AST by introducing | John McCall | 2010-05-15 | 1 | -13/+10 | 
| * | Revert r103770, "Added basic source locations to Elaborated and DependentName | Daniel Dunbar | 2010-05-14 | 1 | -2/+1 | 
| * | Added basic source locations to Elaborated and DependentName types. | Abramo Bagnara | 2010-05-14 | 1 | -1/+2 | 
| * | Merged Elaborated and QualifiedName types. | Abramo Bagnara | 2010-05-11 | 1 | -13/+7 | 
| * | pchify CXXTemporary, CXXBindTemporaryExpr, and | Chris Lattner | 2010-05-10 | 1 | -0/+4 | 
| * | add PCH support for a bunch of C++ Decls, patch by | Chris Lattner | 2010-05-07 | 1 | -0/+44 | 
| * | Make the InjectedClassNameType the canonical type of the current instantiation | John McCall | 2010-04-27 | 1 | -1/+2 | 
| * | More work toward implementing | Fariborz Jahanian | 2010-04-23 | 1 | -4/+2 | 
| * | Check for -fno-constant-cfstrings consistency | Fariborz Jahanian | 2010-04-22 | 1 | -0/+1 | 
| * | push some source location information down through the compiler, | Chris Lattner | 2010-04-20 | 1 | -2/+2 | 
| * | Add support for '-fgnu-keywords' and '-fasm' to Clang's driver. They are not | Chandler Carruth | 2010-04-17 | 1 | -0/+1 | 
| * | Rename TypenameType to DependentNameType in anticipation of some | Douglas Gregor | 2010-03-31 | 1 | -1/+1 | 
| * | Remember the regparm attribute in FunctionType::ExtInfo. | Rafael Espindola | 2010-03-30 | 1 | -0/+1 | 
| * | the big refactoring bits of PR3782. | Rafael Espindola | 2010-03-30 | 1 | -2/+3 | 
| * | Keep track of the size/modification time of each file source-location | Douglas Gregor | 2010-03-21 | 1 | -0/+7 | 
| * | Remove the capture, serialization, and deserialization of comment | Douglas Gregor | 2010-03-19 | 1 | -20/+0 | 
| * | Implement serialization and lazy deserialization of the preprocessing | Douglas Gregor | 2010-03-19 | 1 | -3/+86 | 
| * | Fix header-search problems with precompiled headers, where the | Douglas Gregor | 2010-03-16 | 1 | -15/+15 | 
| * | Use SourceManager's Diagnostic object for all file-reading errors, | Douglas Gregor | 2010-03-16 | 1 | -1/+2 | 
| * | Path related cleanup. Remove unnecessary variables. | Kovarththanan Rajaratnam | 2010-03-14 | 1 | -6/+2 | 
| * | Use makeAbsolute() | Kovarththanan Rajaratnam | 2010-03-14 | 1 | -25/+17 | 
| * | Create a new InjectedClassNameType to represent bare-word references to the | John McCall | 2010-03-10 | 1 | -0/+9 | 
| * | Add support for the weakref attribute. We still produce "alias weak" as llvm-... | Rafael Espindola | 2010-02-23 | 1 | -1/+1 | 
| * | Sort cases. | Ted Kremenek | 2010-02-18 | 1 | -2/+2 | 
| * | Add 'ns_returns_not_retained' and 'cf_returns_not_retained' attributes to | Ted Kremenek | 2010-02-18 | 1 | -2/+4 | 
| * | Add IBAction attribute to keep the IBOutlet attribute company. | Ted Kremenek | 2010-02-17 | 1 | -0/+1 | 
| * | Implementing unused function warning. | Tanya Lattner | 2010-02-12 | 1 | -0/+10 | 
| * | clang -cc1: Add -fsjlj-exceptions, which requires far too much button pushing. | Daniel Dunbar | 2010-02-10 | 1 | -0/+1 | 
| * | Implement synthesizing properties by default. | Fariborz Jahanian | 2010-02-09 | 1 | -1/+4 | 
| * | Roll r95513 back in. | Sam Weinig | 2010-02-07 | 1 | -0/+9 | 
| * | Roll out r95513, it seems to have broken self hosting. | Sam Weinig | 2010-02-07 | 1 | -9/+0 | 
| * | Add PCH support for CXXBoolLiteralExpr and CXXNullPtrLiteralExpr. | Sam Weinig | 2010-02-07 | 1 | -0/+9 | 
| * | First stage of adding AltiVec support | John Thompson | 2010-02-05 | 1 | -0/+2 | 
| * | Add VarDecl::isThisDeclarationADefinition(), which properly encapsulates the ... | Sebastian Redl | 2010-01-31 | 1 | -5/+3 | 
| * | (1) Rename getClangSubversionRevision() to getClangRevision(), and | Ted Kremenek | 2010-01-22 | 1 | -8/+7 | 
| * | Rename pch::SVN_BRANCH_REVISION to pch::VERSION_CONTROL_BRANCH_REVISION. | Ted Kremenek | 2010-01-22 | 1 | -3/+3 | 
| * | Rename getClangSubversionPath() -> getClangRepositoryPath() and have it retur... | Ted Kremenek | 2010-01-22 | 1 | -1/+1 | 
| * | Use the llvm coding convention for indentation for switch. | Mike Stump | 2010-01-20 | 1 | -1/+1 | 
| * | Improve source-location information for builtin TypeLocs, from Enea | Douglas Gregor | 2010-01-18 | 1 | -1/+7 | 
| * | Encoding calling conventions in the type system, from Charles Davis! | Douglas Gregor | 2010-01-18 | 1 | -0/+2 | 
| * | Add type source information for both kinds of typeof types. | John McCall | 2010-01-13 | 1 | -2/+7 | 
| * | Generalize target weirdness handling having proper layering in mind: | Anton Korobeynikov | 2010-01-10 | 1 | -1/+4 | 
| * | Teach Preprocessor::macro_begin/macro_end to lazily load all macro | Douglas Gregor | 2010-01-04 | 1 | -2/+0 | 
| * | Get rid of FixedWidthIntType, as suggested by Chris and Eli. | Anders Carlsson | 2009-12-29 | 1 | -10/+0 | 
| * | Serialize the NoReturn bit on FunctionTypes for precompiled headers | Douglas Gregor | 2009-12-22 | 1 | -0/+1 |