2009-04-16 |
Daniel Dunbar | Pass -fdiagnostics-show-option to clang-cc by default. |
commit | commitdiff | tree | snapshot |
2009-04-16 |
Chris Lattner | other half of 69274 |
commit | commitdiff | tree | snapshot |
2009-04-16 |
Chris Lattner | split diagnostic group definitions out into their own... |
commit | commitdiff | tree | snapshot |
2009-04-16 |
Chris Lattner | optimize and comment GetDiagInfo. |
commit | commitdiff | tree | snapshot |
2009-04-16 |
Chris Lattner | merge several scattered tables into StaticDiagInfo. |
commit | commitdiff | tree | snapshot |
2009-04-16 |
Chris Lattner | Implement Diagnostic::getWarningOptionForDiag with... |
commit | commitdiff | tree | snapshot |
2009-04-16 |
Chris Lattner | tblgen is now passing diagnostic group information... |
commit | commitdiff | tree | snapshot |
2009-04-16 |
Chris Lattner | implement framework for -fdiagnostics-show-option,... |
commit | commitdiff | tree | snapshot |
2009-04-16 |
Anders Carlsson | Disable the code I added before until I understand... |
commit | commitdiff | tree | snapshot |
2009-04-16 |
Chris Lattner | move handling of -pedantic and -pedantic-errors into... |
commit | commitdiff | tree | snapshot |
2009-04-16 |
Chris Lattner | arrange for -Wno-error=foo warnings to be immune to... |
commit | commitdiff | tree | snapshot |
2009-04-16 |
Chris Lattner | change mappings to distinguish between "unset", "set... |
commit | commitdiff | tree | snapshot |
2009-04-16 |
Daniel Dunbar | Driver: Remove the majority of -W* options, the driver... |
commit | commitdiff | tree | snapshot |
2009-04-16 |
Chris Lattner | use getDiagnosticLevel instead of getDiagnosticMapping... |
commit | commitdiff | tree | snapshot |
2009-04-16 |
Daniel Dunbar | Driver: Forward -W* to clang, it can handle all these... |
commit | commitdiff | tree | snapshot |
2009-04-16 |
Chris Lattner | switch DiagMappings *back* to 4 bits per diag. |
commit | commitdiff | tree | snapshot |
2009-04-16 |
Chris Lattner | implement -Wno-#warnings etc. |
commit | commitdiff | tree | snapshot |
2009-04-16 |
Douglas Gregor | Eliminate pch::TYPE_ATTR, which is never used |
commit | commitdiff | tree | snapshot |
2009-04-16 |
Douglas Gregor | PCH support for CompoundLiteralExpr. This is the last... |
commit | commitdiff | tree | snapshot |
2009-04-16 |
Douglas Gregor | PCH support for InitListExpr, DesignatedInitExpr, and... |
commit | commitdiff | tree | snapshot |
2009-04-16 |
Chris Lattner | when tblgen fills in all the subgroup info, clang is... |
commit | commitdiff | tree | snapshot |
2009-04-16 |
Chris Lattner | add scafolding to represent heirarchical warnings,... |
commit | commitdiff | tree | snapshot |
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 |
next |