2011-04-26 |
Argyrios Kyrtzidis | Gcc pads the size of an array using the alignment of... |
commit | commitdiff | tree | snapshot |
2011-04-26 |
John McCall | Make yet another placeholder type, this one marking... |
commit | commitdiff | tree | snapshot |
2011-04-26 |
Daniel Dunbar | IRgen/Darwin: Fix refacto introduced in Triple changes. |
commit | commitdiff | tree | snapshot |
2011-04-26 |
Fariborz Jahanian | Add ms_struct attribute on record typee |
commit | commitdiff | tree | snapshot |
2011-04-26 |
Argyrios Kyrtzidis | Emit a -Wnull-dereference warning for "*null" not just... |
commit | commitdiff | tree | snapshot |
2011-04-26 |
Argyrios Kyrtzidis | Disable a test that fails on windows; for some reason... |
commit | commitdiff | tree | snapshot |
2011-04-26 |
NAKAMURA Takumi | include/clang/AST/StmtIterator.h: std::pair should... |
commit | commitdiff | tree | snapshot |
2011-04-26 |
Eric Christopher | Temporarily revert r130176, it appears to have broken... |
commit | commitdiff | tree | snapshot |
2011-04-25 |
Devang Patel | Emit intrinsic at current insert point, not at the... |
commit | commitdiff | tree | snapshot |
2011-04-25 |
Stuart Hastings | Turn on byval parameters in Clang for ARM APCS. rdar... |
commit | commitdiff | tree | snapshot |
2011-04-25 |
Devang Patel | Simplify. There is no need to have a method to just... |
commit | commitdiff | tree | snapshot |
2011-04-25 |
Fariborz Jahanian | Generalize case for built-in expressions having |
commit | commitdiff | tree | snapshot |
2011-04-25 |
Argyrios Kyrtzidis | For the warnings related to -Wparentheses, display... |
commit | commitdiff | tree | snapshot |
2011-04-25 |
Ted Kremenek | Re-enable disable free optimization where the FrontendA... |
commit | commitdiff | tree | snapshot |
2011-04-25 |
Ted Kremenek | When generating printf fixits, preserve the original... |
commit | commitdiff | tree | snapshot |
2011-04-25 |
Fariborz Jahanian | Ir-gen the side-effect(s) when __builtin_expect is |
commit | commitdiff | tree | snapshot |
2011-04-25 |
Argyrios Kyrtzidis | Fix a crash when ASTReader emits diagnostic when anothe... |
commit | commitdiff | tree | snapshot |
2011-04-25 |
Lenny Maiorani | Implements the strncmp() checker just like the strcmp... |
commit | commitdiff | tree | snapshot |
2011-04-25 |
Argyrios Kyrtzidis | 'extern' variables in functions don't shadow externs... |
commit | commitdiff | tree | snapshot |
2011-04-25 |
Nico Weber | Add libstdc++ search paths for GCC 4.6.0 on Arch Linux... |
commit | commitdiff | tree | snapshot |
2011-04-25 |
Daniel Dunbar | Driver: When compilation fails, don't try to remove... |
commit | commitdiff | tree | snapshot |
2011-04-25 |
Chris Lattner | don't use compound literals in MM macros, since they... |
commit | commitdiff | tree | snapshot |
2011-04-25 |
Chris Lattner | fix PR9474, a crash with -fshort-enum and C++ templates... |
commit | commitdiff | tree | snapshot |
2011-04-25 |
Fariborz Jahanian | Recognize gcc's ms_struct pragma (and ignore for now). |
commit | commitdiff | tree | snapshot |
2011-04-25 |
Douglas Gregor | Minor tweak to avoid having to dig through canonical... |
commit | commitdiff | tree | snapshot |
2011-04-25 |
Francois Pichet | Add Windows SEH keywords. |
commit | commitdiff | tree | snapshot |
2011-04-25 |
Douglas Gregor | When Sema::ClassifyName() finds an invalid ivar referen... |
commit | commitdiff | tree | snapshot |
2011-04-25 |
Chandler Carruth | Remove some more hard CR-LF lines. These were particula... |
commit | commitdiff | tree | snapshot |
2011-04-25 |
Chandler Carruth | Set the native EOL property on this now that I've fixed... |
commit | commitdiff | tree | snapshot |
2011-04-25 |
John Wiegley | t/clang/expr-traits |
commit | commitdiff | tree | snapshot |
2011-04-25 |
Chandler Carruth | Remove hard coded dos line endings, let subversion... |
commit | commitdiff | tree | snapshot |
2011-04-25 |
Nico Weber | Let clang detect gcc triple on Ubuntu Natty. Patch... |
commit | commitdiff | tree | snapshot |
2011-04-24 |
Eli Friedman | Missing bit of r130117. |
commit | commitdiff | tree | snapshot |
2011-04-24 |
Eli Friedman | PR4304: Add warning for designators in strict c89 mode. |
commit | commitdiff | tree | snapshot |
2011-04-24 |
Benjamin Kramer | Use template magic to make dumping of vectors slightly... |
commit | commitdiff | tree | snapshot |
2011-04-24 |
Ken Dyck | Convert size and alignment variables to CharUnits in... |
commit | commitdiff | tree | snapshot |
2011-04-24 |
Ken Dyck | Convert type size and alignment to CharUnits in CheckAg... |
commit | commitdiff | tree | snapshot |
2011-04-24 |
Ken Dyck | Convert the return type of GetNumNonZeroBytesInInit... |
commit | commitdiff | tree | snapshot |
2011-04-24 |
Ken Dyck | Eliminate some literal 8s by converting size variables... |
commit | commitdiff | tree | snapshot |
2011-04-24 |
Ken Dyck | Replace calls to ASTContext::getTypeInfo() with calls to |
commit | commitdiff | tree | snapshot |
2011-04-24 |
Ken Dyck | Simplify AppendTailPadding() by converting its paramete... |
commit | commitdiff | tree | snapshot |
2011-04-24 |
Ken Dyck | Eliminate literal 8s from LayoutUnionField by convertin... |
commit | commitdiff | tree | snapshot |
2011-04-24 |
Ken Dyck | Eliminate literal 8s from LayoutBitField(), converting... |
commit | commitdiff | tree | snapshot |
2011-04-24 |
Sebastian Redl | Set the correct anonymous namespace (must be last reope... |
commit | commitdiff | tree | snapshot |
2011-04-24 |
Sebastian Redl | Fix adding an anonymous namespace in a chained PCH... |
commit | commitdiff | tree | snapshot |
2011-04-24 |
Sebastian Redl | Synthesizing the definition of an implicit member is... |
commit | commitdiff | tree | snapshot |
2011-04-24 |
Sebastian Redl | On reading DeclContexts from PCH, check for visible... |
commit | commitdiff | tree | snapshot |
2011-04-24 |
Sebastian Redl | Make the invalid declarator recovery when parsing membe... |
commit | commitdiff | tree | snapshot |
2011-04-24 |
Sebastian Redl | Give MultiplexConsumer.h a header guard. |
commit | commitdiff | tree | snapshot |
2011-04-24 |
Sebastian Redl | Fix PathDiagnosticClients.h header guard. (Case error) |
commit | commitdiff | tree | snapshot |
2011-04-24 |
Sebastian Redl | Store the full list of pending instantiations in a... |
commit | commitdiff | tree | snapshot |
2011-04-24 |
Francois Pichet | Downgrade unnecessary "typename" from error to warning... |
commit | commitdiff | tree | snapshot |
2011-04-24 |
Ken Dyck | Convert AccessInfo::AccessAlignment to CharUnits. No... |
commit | commitdiff | tree | snapshot |
2011-04-24 |
Jay Foad | PR9214: Convert the DIBuilder API to use ArrayRef. |
commit | commitdiff | tree | snapshot |
2011-04-24 |
Ken Dyck | Convert CGBitFieldInfo::FieldByteOffset to CharUnits... |
commit | commitdiff | tree | snapshot |
2011-04-24 |
John McCall | GCC seems to create address-of expression manglings... |
commit | commitdiff | tree | snapshot |
2011-04-24 |
John McCall | Update the mangler for some of the "new" unresolved... |
commit | commitdiff | tree | snapshot |
2011-04-24 |
Douglas Gregor | Implement a new identifier-classification scheme where... |
commit | commitdiff | tree | snapshot |
2011-04-24 |
John McCall | The ABI settled on mangling float literals with lowerca... |
commit | commitdiff | tree | snapshot |
2011-04-24 |
Argyrios Kyrtzidis | Put -Wunneeded-internal-declaration under UnusedFunctio... |
commit | commitdiff | tree | snapshot |
2011-04-24 |
Chandler Carruth | Implement most of the remaining logic in __is_literal... |
commit | commitdiff | tree | snapshot |
2011-04-24 |
Chandler Carruth | Add support for '__is_literal_type' spelling of the... |
commit | commitdiff | tree | snapshot |
2011-04-23 |
Chandler Carruth | Begin tracking trivialness of move constructors and... |
commit | commitdiff | tree | snapshot |
2011-04-23 |
Chandler Carruth | Flesh out these tests just a tad more. This provides... |
commit | commitdiff | tree | snapshot |
2011-04-23 |
Chandler Carruth | Test POD and trivial type traits given a class derived... |
commit | commitdiff | tree | snapshot |
2011-04-23 |
Chandler Carruth | Use a more precise name for some of the types here... |
commit | commitdiff | tree | snapshot |
2011-04-23 |
Chandler Carruth | Mechanical change moving all of the test statements... |
commit | commitdiff | tree | snapshot |
2011-04-23 |
Chandler Carruth | Teach the AST reader and writer to preserve the __DEPRE... |
commit | commitdiff | tree | snapshot |
2011-04-23 |
Jay Foad | Remove unused STL header includes. |
commit | commitdiff | tree | snapshot |
2011-04-23 |
Chandler Carruth | Move all of the logic for __DEPRECATED to the driver... |
commit | commitdiff | tree | snapshot |
2011-04-23 |
Fariborz Jahanian | "note" location of forward class used as receiver of |
commit | commitdiff | tree | snapshot |
2011-04-23 |
Francois Pichet | Remove unnecessary const away cast in LateTemplateParse... |
commit | commitdiff | tree | snapshot |
2011-04-23 |
Chandler Carruth | Implement basic __is_trivial type-trait support, enough... |
commit | commitdiff | tree | snapshot |
2011-04-23 |
Chandler Carruth | Sort the type traits in a few places where they weren... |
commit | commitdiff | tree | snapshot |
2011-04-23 |
Chandler Carruth | Fix Clang's __DEPRECATED define to be controled by... |
commit | commitdiff | tree | snapshot |
2011-04-23 |
Jay Foad | Like the coding standards say, do not use "using namesp... |
commit | commitdiff | tree | snapshot |
2011-04-23 |
Chandler Carruth | GCC overloads -Wwrite-strings just to make it extra... |
commit | commitdiff | tree | snapshot |
2011-04-23 |
Chandler Carruth | There were some frustrating problems with the implement... |
commit | commitdiff | tree | snapshot |
2011-04-23 |
John McCall | Diagnose C++ abstract parameters for Objective-C methods. |
commit | commitdiff | tree | snapshot |
2011-04-23 |
Argyrios Kyrtzidis | Exhaust the cases. |
commit | commitdiff | tree | snapshot |
2011-04-23 |
Argyrios Kyrtzidis | Fix an assertion when code-completing, rdar://9288730... |
commit | commitdiff | tree | snapshot |
2011-04-23 |
Devang Patel | Tie debug information for method declaration with debug... |
commit | commitdiff | tree | snapshot |
2011-04-22 |
Argyrios Kyrtzidis | Don't allow reinterpret_cast to reference of vector... |
commit | commitdiff | tree | snapshot |
2011-04-22 |
Douglas Gregor | Teach libclang to be more careful around BlockDecls... |
commit | commitdiff | tree | snapshot |
2011-04-22 |
Chris Lattner | don't warn about empty macro arguments in c++'0x mode... |
commit | commitdiff | tree | snapshot |
2011-04-22 |
Francois Pichet | Correctly emit a diagnostic for multiple templated... |
commit | commitdiff | tree | snapshot |
2011-04-22 |
Argyrios Kyrtzidis | reinterpret_cast to reference of a bit-field is not... |
commit | commitdiff | tree | snapshot |
2011-04-22 |
Douglas Gregor | At the end of the translation unit, defining a vtable... |
commit | commitdiff | tree | snapshot |
2011-04-22 |
Francois Pichet | Add -fdelayed-template-parsing option. Using this optio... |
commit | commitdiff | tree | snapshot |
2011-04-22 |
Fariborz Jahanian | Fixes an instance method meta-data generation bug in |
commit | commitdiff | tree | snapshot |
2011-04-22 |
Bob Wilson | Workaround buildbot failure by hacking up this test... |
commit | commitdiff | tree | snapshot |
2011-04-22 |
Francois Pichet | Do not return true from MergeFunctionDecl for a warn_st... |
commit | commitdiff | tree | snapshot |
2011-04-22 |
Argyrios Kyrtzidis | For -Wlogical-op-parentheses, point at '&&', not '... |
commit | commitdiff | tree | snapshot |
2011-04-22 |
Chandler Carruth | I concur with DPG here. This does indeed apply in 0x... |
commit | commitdiff | tree | snapshot |
2011-04-22 |
Argyrios Kyrtzidis | Don't enter a qualified scope for an invalid decl. |
commit | commitdiff | tree | snapshot |
2011-04-22 |
Ted Kremenek | Add static analyzer support for C++'0X nullptr. Patch... |
commit | commitdiff | tree | snapshot |
2011-04-22 |
Ken Dyck | Replace a couple of literal 8s with ASTContext::getChar... |
commit | commitdiff | tree | snapshot |
2011-04-22 |
Ken Dyck | Eliminate some literal 8s from EmitNullInitialization... |
commit | commitdiff | tree | snapshot |
2011-04-22 |
Argyrios Kyrtzidis | In IsUserDefinedConversion try to recover from RequireC... |
commit | commitdiff | tree | snapshot |
2011-04-22 |
Ken Dyck | Eliminate some literal 8s from EmitDeclare by convertin... |
commit | commitdiff | tree | snapshot |
next |