2009-04-16 |
Anders Carlsson | Add support for the __has_trivial_constructor type... |
commit | commitdiff | tree | snapshot |
2009-04-16 |
Douglas Gregor | PCH support for ShuffleVectorExpr and BlockDeclRefExpr |
commit | commitdiff | tree | snapshot |
2009-04-15 |
Douglas Gregor | PCH support for TypesCompatibleExpr, ChooseExpr, and... |
commit | commitdiff | tree | snapshot |
2009-04-15 |
Douglas Gregor | PCH support for ExtVectorElementExpr and VAArgExpr. |
commit | commitdiff | tree | snapshot |
2009-04-15 |
Chris Lattner | make unknown warnings a warning, not an error. |
commit | commitdiff | tree | snapshot |
2009-04-15 |
Chris Lattner | add anonymous groups for all the warning command line... |
commit | commitdiff | tree | snapshot |
2009-04-15 |
Douglas Gregor | PCH support for CompoundAssignOperator and ConditionalO... |
commit | commitdiff | tree | snapshot |
2009-04-15 |
Chris Lattner | add support for -Wextra and -W |
commit | commitdiff | tree | snapshot |
2009-04-15 |
Chris Lattner | comment out IsGroup: tblgen isn't instantiating these... |
commit | commitdiff | tree | snapshot |
2009-04-15 |
Douglas Gregor | PCH support for ImaginaryLiteral and ArraySubscriptExpr |
commit | commitdiff | tree | snapshot |
2009-04-15 |
Mike Stump | Fixup codegen for copy/dispose for block literals.... |
commit | commitdiff | tree | snapshot |
2009-04-15 |
Daniel Dunbar | Defer generation of tentative definitions. |
commit | commitdiff | tree | snapshot |
2009-04-15 |
Douglas Gregor | PCH support for ExtQualType |
commit | commitdiff | tree | snapshot |
2009-04-15 |
Fariborz Jahanian | Fix decl type merges when they have |
commit | commitdiff | tree | snapshot |
2009-04-15 |
Devang Patel | Set DebugInfo at the beginning of GenerateBlockFunction(). |
commit | commitdiff | tree | snapshot |
2009-04-15 |
Anders Carlsson | When declaring a variable that has a constructor and... |
commit | commitdiff | tree | snapshot |
2009-04-15 |
Daniel Dunbar | Add warning when a tentative array definition is assume... |
commit | commitdiff | tree | snapshot |
2009-04-15 |
Douglas Gregor | PCH support for declaration attributes |
commit | commitdiff | tree | snapshot |
2009-04-15 |
Anders Carlsson | Actually generate code for the simple constructors... |
commit | commitdiff | tree | snapshot |
2009-04-15 |
Chris Lattner | use tablgen-generated warning groups. |
commit | commitdiff | tree | snapshot |
2009-04-15 |
Chris Lattner | generate diagnostic group tables, this requires llvm... |
commit | commitdiff | tree | snapshot |
2009-04-15 |
Chris Lattner | fix a name shadowing problem in tblgen. |
commit | commitdiff | tree | snapshot |
2009-04-15 |
Chris Lattner | use slightly more verbose to work around a tblgen bug... |
commit | commitdiff | tree | snapshot |
2009-04-15 |
Chris Lattner | move clang specific makefile goop to clang instead... |
commit | commitdiff | tree | snapshot |
2009-04-15 |
Daniel Dunbar | Don't use \01 in symbol name if unnecessary. |
commit | commitdiff | tree | snapshot |
2009-04-15 |
Steve Naroff | Fix <rdar://problem/6786597> varargs not supported... |
commit | commitdiff | tree | snapshot |
2009-04-15 |
Fariborz Jahanian | Patch to remove a bogus warning which pointed to underl... |
commit | commitdiff | tree | snapshot |
2009-04-15 |
Daniel Dunbar | Fix alignment on obj_msgrefs to match llvm-gcc. |
commit | commitdiff | tree | snapshot |
2009-04-15 |
Daniel Dunbar | Add test case for superrefs section (and make spacing... |
commit | commitdiff | tree | snapshot |
2009-04-15 |
Chris Lattner | fix some out of bounds array access problems, which... |
commit | commitdiff | tree | snapshot |
2009-04-15 |
Douglas Gregor | PCH support for the string literal of a FileScopeAsmDecl. |
commit | commitdiff | tree | snapshot |
2009-04-15 |
Chris Lattner | move some pp diags to the right .td file. |
commit | commitdiff | tree | snapshot |
2009-04-15 |
Chris Lattner | annotate diagnostics with which groups they belong... |
commit | commitdiff | tree | snapshot |
2009-04-15 |
Douglas Gregor | For source location entries that describe instantiation... |
commit | commitdiff | tree | snapshot |
2009-04-15 |
Douglas Gregor | PCH support for MemberExpr and CallExpr. |
commit | commitdiff | tree | snapshot |
2009-04-15 |
Steve Naroff | Fixup http://llvm.org/viewvc/llvm-project?rev=69165... |
commit | commitdiff | tree | snapshot |
2009-04-15 |
Chris Lattner | now that we've decoupled diagnostic classes from defaul... |
commit | commitdiff | tree | snapshot |
2009-04-15 |
Chris Lattner | move {'s |
commit | commitdiff | tree | snapshot |
2009-04-15 |
Steve Naroff | Revert previous patch (will commit a fix soon). |
commit | commitdiff | tree | snapshot |
2009-04-15 |
Chris Lattner | Make diagnostic class explicit in the diag record inste... |
commit | commitdiff | tree | snapshot |
2009-04-15 |
Chris Lattner | Tblgen now passes the default mapping explicitly, inste... |
commit | commitdiff | tree | snapshot |
2009-04-15 |
Chris Lattner | add a bunch of files. |
commit | commitdiff | tree | snapshot |
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 |
next |