2009-04-15 |
Douglas Gregor | PCH support for string literals |
commit | commitdiff | tree | snapshot |
2009-04-15 |
Daniel Dunbar | Driver: Add --help-hidden |
commit | commitdiff | tree | snapshot |
2009-04-15 |
Fariborz Jahanian | __objc_superrefs belongs to __DATA segment. |
commit | commitdiff | tree | snapshot |
2009-04-15 |
Douglas Gregor | PCH support for UnaryOperator, SizeOfAlignOfExpr |
commit | commitdiff | tree | snapshot |
2009-04-15 |
Anders Carlsson | Start attempting to generate code for C++ ctors. |
commit | commitdiff | tree | snapshot |
2009-04-15 |
Steve Naroff | Fix <rdar://problem/6789707> "warning: 'extern' variabl... |
commit | commitdiff | tree | snapshot |
2009-04-15 |
Chris Lattner | rename variable in comment, not just in code :). |
commit | commitdiff | tree | snapshot |
2009-04-15 |
Steve Naroff | Fix <rdar://problem/6791490> [clang10 regression] ... |
commit | commitdiff | tree | snapshot |
2009-04-15 |
Chris Lattner | this should be private |
commit | commitdiff | tree | snapshot |
2009-04-15 |
Chris Lattner | add another sanity check for -Werror=xx |
commit | commitdiff | tree | snapshot |
2009-04-15 |
Chris Lattner | add a missing && |
commit | commitdiff | tree | snapshot |
2009-04-15 |
Chris Lattner | fix a broken test, that passed for the wrong reason... |
commit | commitdiff | tree | snapshot |
2009-04-15 |
Chris Lattner | Rejigger how -pedantic and -pedantic-errors work and... |
commit | commitdiff | tree | snapshot |
2009-04-15 |
Douglas Gregor | Implement support for designated initializers that... |
commit | commitdiff | tree | snapshot |
2009-04-15 |
Anders Carlsson | Add support for mangling C++ constructors. Review appre... |
commit | commitdiff | tree | snapshot |
2009-04-15 |
Chris Lattner | make default diagnostic mapping more explicit in .td... |
commit | commitdiff | tree | snapshot |
2009-04-15 |
Chris Lattner | remove some commented out -Wstrict-selector-match stuff. |
commit | commitdiff | tree | snapshot |
2009-04-15 |
Douglas Gregor | Switch designated-initializer checking from using desig... |
commit | commitdiff | tree | snapshot |
2009-04-15 |
Douglas Gregor | Don't tip-to around BitstreamReader::JumpToBit jumping... |
commit | commitdiff | tree | snapshot |
2009-04-15 |
Chris Lattner | clean up error messages. |
commit | commitdiff | tree | snapshot |
2009-04-15 |
Chris Lattner | add Diagnostic.td to proj |
commit | commitdiff | tree | snapshot |
2009-04-15 |
Chris Lattner | Add support for -Werror=foo and -Wno-error=foo |
commit | commitdiff | tree | snapshot |
2009-04-15 |
Anders Carlsson | Add CGCXX.h with ctor/dtor type enumerations. No functi... |
commit | commitdiff | tree | snapshot |
2009-04-15 |
Chris Lattner | refactor a bunch of the warning parsing stuff to simpli... |
commit | commitdiff | tree | snapshot |
2009-04-15 |
Chris Lattner | remove #include of system header, making this a) not... |
commit | commitdiff | tree | snapshot |
2009-04-15 |
Anders Carlsson | Simplify CodeGenFunction::GenerateCode. |
commit | commitdiff | tree | snapshot |
2009-04-15 |
Zhongxing Xu | remove dead code. |
commit | commitdiff | tree | snapshot |
2009-04-15 |
Daniel Dunbar | Tweaks to Objective-C metadata (32 & 64-bit) to match... |
commit | commitdiff | tree | snapshot |
2009-04-15 |
Daniel Dunbar | Driver: For clang, accept -fsigned-bitfields and reject |
commit | commitdiff | tree | snapshot |
2009-04-15 |
Douglas Gregor | PCH support for CStyleCastExpr and BinaryOperator expre... |
commit | commitdiff | tree | snapshot |
2009-04-15 |
Daniel Dunbar | Improve "assignment to cast" diagnostic. |
commit | commitdiff | tree | snapshot |
2009-04-14 |
Douglas Gregor | PCH support for ParenExpr |
commit | commitdiff | tree | snapshot |
2009-04-14 |
Douglas Gregor | Add PCH support for ImplicitCastExprs. This is the... |
commit | commitdiff | tree | snapshot |
2009-04-14 |
Daniel Dunbar | Strip paren expressions when trying to diagnose "cast... |
commit | commitdiff | tree | snapshot |
2009-04-14 |
Chris Lattner | Change Lexer::MeasureTokenLength to take a LangOptions... |
commit | commitdiff | tree | snapshot |
2009-04-14 |
Fariborz Jahanian | Diagnose properties which have no implementations; |
commit | commitdiff | tree | snapshot |
2009-04-14 |
Daniel Dunbar | Set alignment on __cstring metadata variables to 1... |
commit | commitdiff | tree | snapshot |
2009-04-14 |
Daniel Dunbar | Avoid use of magic \01 prefix when unneeded. |
commit | commitdiff | tree | snapshot |
2009-04-14 |
Chris Lattner | add fixitrewriter to xcode proj |
commit | commitdiff | tree | snapshot |
2009-04-14 |
Daniel Dunbar | Comment fix. |
commit | commitdiff | tree | snapshot |
2009-04-14 |
Chris Lattner | Make the implicit-int handling error recovery stuff... |
commit | commitdiff | tree | snapshot |
2009-04-14 |
Douglas Gregor | Add PCH support for PredefinedExpr and FloatingLiteral... |
commit | commitdiff | tree | snapshot |
2009-04-14 |
Chris Lattner | refactor "implicit int error recovery" code out of |
commit | commitdiff | tree | snapshot |
2009-04-14 |
Douglas Gregor | PCH support for a few very, very simple kinds of expres... |
commit | commitdiff | tree | snapshot |
2009-04-14 |
Chris Lattner | Fix a regression in a previous patch that broke implicit |
commit | commitdiff | tree | snapshot |
2009-04-14 |
Steve Naroff | Fix <rdar://problem/6252084> [sema] jumps into Obj... |
commit | commitdiff | tree | snapshot |
2009-04-14 |
Chris Lattner | add support for -W[no-]extra-tokens |
commit | commitdiff | tree | snapshot |
2009-04-14 |
Chris Lattner | remove dead enum |
commit | commitdiff | tree | snapshot |
2009-04-14 |
Chris Lattner | Fix PR3988: extern inline functions get strong symbol... |
commit | commitdiff | tree | snapshot |
2009-04-14 |
Fariborz Jahanian | Do not dead code strip global meta-data objects. |
commit | commitdiff | tree | snapshot |
2009-04-14 |
Mike Stump | Fixup whitespacing. |
commit | commitdiff | tree | snapshot |
2009-04-14 |
Chris Lattner | temporarily revert r69046 |
commit | commitdiff | tree | snapshot |
2009-04-14 |
Daniel Dunbar | Fix comment. |
commit | commitdiff | tree | snapshot |
2009-04-14 |
Douglas Gregor | Add a tricky, tricky test case for PCH that we currentl... |
commit | commitdiff | tree | snapshot |
2009-04-14 |
Chris Lattner | implement some sema for gnuc_inline attribute. Reject... |
commit | commitdiff | tree | snapshot |
2009-04-14 |
Anders Carlsson | Support code generation of 'this' exprs |
commit | commitdiff | tree | snapshot |
2009-04-14 |
Sanjiv Gupta | Literal value calculation isn't likely to overflow... |
commit | commitdiff | tree | snapshot |
2009-04-14 |
Chris Lattner | implement codegen support for __attribute((__gnuc_inlin... |
commit | commitdiff | tree | snapshot |
2009-04-14 |
Chris Lattner | recognize the gnuc_inline attribute. |
commit | commitdiff | tree | snapshot |
2009-04-14 |
Douglas Gregor | When building a PCH file, don't perform end-of-translat... |
commit | commitdiff | tree | snapshot |
2009-04-14 |
Steve Naroff | ASTContext::mergeTypes(): Loosen up the type checking... |
commit | commitdiff | tree | snapshot |
2009-04-14 |
Daniel Dunbar | Refactor how attributes are set on values. |
commit | commitdiff | tree | snapshot |
2009-04-14 |
Daniel Dunbar | Split SetGlobalValueAttributes into definition/declarat... |
commit | commitdiff | tree | snapshot |
2009-04-14 |
Daniel Dunbar | Rename (one) SetFunctionAttributes to SetLLVMFunctionAt... |
commit | commitdiff | tree | snapshot |
2009-04-14 |
Daniel Dunbar | Reduce indentation, no functionality change. |
commit | commitdiff | tree | snapshot |
2009-04-14 |
Chris Lattner | defer emission of always_inline, extern_inline, and... |
commit | commitdiff | tree | snapshot |
2009-04-14 |
Chris Lattner | give always_inline functions internal linkage. If... |
commit | commitdiff | tree | snapshot |
2009-04-14 |
Chris Lattner | set the linkage of an inline function according to... |
commit | commitdiff | tree | snapshot |
2009-04-14 |
Daniel Dunbar | Add a comment on SetGlobalValueAttributes. |
commit | commitdiff | tree | snapshot |
2009-04-14 |
Chris Lattner | add a new enum type for linkage, no functionality change. |
commit | commitdiff | tree | snapshot |
2009-04-14 |
Daniel Dunbar | Clean up handling of visibility. |
commit | commitdiff | tree | snapshot |
2009-04-14 |
Chris Lattner | reduce indentation, no functionality change. |
commit | commitdiff | tree | snapshot |
2009-04-14 |
Chris Lattner | do not set visibility on "private" or "available extern... |
commit | commitdiff | tree | snapshot |
2009-04-14 |
Chris Lattner | Offer a fixit hint for our warning about tokens at... |
commit | commitdiff | tree | snapshot |
2009-04-14 |
Chris Lattner | Fix the #import / #include_next "extra tokens at end... |
commit | commitdiff | tree | snapshot |
2009-04-14 |
Mike Stump | Use hasAttr instead of getAttr for conditionals. |
commit | commitdiff | tree | snapshot |
2009-04-14 |
Daniel Dunbar | Audit __private_extern__ handling. |
commit | commitdiff | tree | snapshot |
2009-04-14 |
Daniel Dunbar | Add VarDecl::getStorageClassSpecifierString (StorageCla... |
commit | commitdiff | tree | snapshot |
2009-04-14 |
Mike Stump | Fixup CodeGen for __weak __block variables. Radar... |
commit | commitdiff | tree | snapshot |
2009-04-14 |
Mike Stump | Fix build error. |
commit | commitdiff | tree | snapshot |
2009-04-14 |
Steve Naroff | Change dyn_cast<> to isa<>. Pointed out by Anders ... |
commit | commitdiff | tree | snapshot |
2009-04-14 |
Douglas Gregor | When writing a PCH file, keep track of all of the non... |
commit | commitdiff | tree | snapshot |
2009-04-14 |
Steve Naroff | Fix crasher in ASTContext::getObjCEncodingForMethodDecl(). |
commit | commitdiff | tree | snapshot |
2009-04-13 |
Douglas Gregor | Partial PCH support for FileScopeAsmDecl and BlockDecl... |
commit | commitdiff | tree | snapshot |
2009-04-13 |
Douglas Gregor | PCH support for functions and their parameters. |
commit | commitdiff | tree | snapshot |
2009-04-13 |
Eli Friedman | Minor work related to removing the assumption that... |
commit | commitdiff | tree | snapshot |
2009-04-13 |
Eli Friedman | Minor simplification. |
commit | commitdiff | tree | snapshot |
2009-04-13 |
Eli Friedman | PR3461: reject initializer for incomplete type. Based... |
commit | commitdiff | tree | snapshot |
2009-04-13 |
Daniel Dunbar | Remove CheckBuiltinMacros script, obsoleted since we... |
commit | commitdiff | tree | snapshot |
2009-04-13 |
Daniel Dunbar | Ignore Output directory |
commit | commitdiff | tree | snapshot |
2009-04-13 |
Douglas Gregor | PCH support for record decls/types and their fields... |
commit | commitdiff | tree | snapshot |
2009-04-13 |
Daniel Dunbar | Update to use hasAttr() instead of getAttr(). |
commit | commitdiff | tree | snapshot |
2009-04-13 |
Douglas Gregor | Print the number (and percentage) of identifiers read... |
commit | commitdiff | tree | snapshot |
2009-04-13 |
Douglas Gregor | Introduce PCH (de-)serialization for most compound... |
commit | commitdiff | tree | snapshot |
2009-04-13 |
Daniel Dunbar | Reapply 68936, turned out to that clang's better debug... |
commit | commitdiff | tree | snapshot |
2009-04-13 |
Steve Naroff | Move/update recent FIXME (wrt UTF-8 checking for ObjC... |
commit | commitdiff | tree | snapshot |
2009-04-13 |
Chris Lattner | upgrade "extra tokens at end of directive" to warn... |
commit | commitdiff | tree | snapshot |
2009-04-13 |
Fariborz Jahanian | In objc2's None-Fragile ABI, one cannot use the super... |
commit | commitdiff | tree | snapshot |
2009-04-13 |
Steve Naroff | Fixed crasher in <rdar://problem/6780904> [irgen] Asser... |
commit | commitdiff | tree | snapshot |
2009-04-13 |
Douglas Gregor | Add PCH support for enumerations and enumerators. |
commit | commitdiff | tree | snapshot |
next |