- 2aa40ed In accordance with the C89, C99 and C++98 standards, ICEs can only contain by Richard Smith · 13 years ago
- 3ead475 Make -fms-compatibility imply -fms-extensions. Fixes PR11204. by Douglas Gregor · 13 years ago
- 579ee4f Rename AnalysisContext to AnalysisDeclContext. Not only is this name more accurate, but it frees up the name AnalysisContext for other uses. by Ted Kremenek · 13 years ago
- dcc71da Fix grammar for C++11 alignment specifiers, and add a few FIXMEs. by Peter Collingbourne · 13 years ago
- 197cd9e Diagnose unexpanded parameter packs in member initialisers (including by Peter Collingbourne · 13 years ago
- 5e07ce3 Attach class template attributes to the templated CXXRecordDecl, by Peter Collingbourne · 13 years ago
- 18075cc test/Driver/debug.c: Mark this as "REQUIRES: shell". by NAKAMURA Takumi · 13 years ago
- 1100563 Only emit implicit constant conversion truncation warnings in reachable code. Apparently this is what GCC does, and some code depends on this. Fixes <rdar://problem/10321089>. by Ted Kremenek · 13 years ago
- 0a08ae6 Fixes a minor hick up to my last patch. by Fariborz Jahanian · 13 years ago
- e24086e objc: private methods can have their attributes, no diagnostic is required. by Fariborz Jahanian · 13 years ago
- da75375 XFAIL test on Windows by Douglas Gregor · 13 years ago
- aa0d541 More speculative test tweaking by Douglas Gregor · 13 years ago
- 5cf5545 Fix PR11073 by adding the argument type information to the decl we construct by Eric Christopher · 13 years ago
- 97dcdae Switch tests from grep to FileCheck by Douglas Gregor · 13 years ago
- 6ceca46 Add tests for CodeGen types in MS ABI. Based on patch by r4start. by Eli Friedman · 13 years ago
- 3c5cf58 [PCH] When serializing Stmts, keep track of when sub statements are referenced again and by Argyrios Kyrtzidis · 13 years ago
- cc82772 More ASTRecordLayout changes for MS ABI; based on patch by r4start. by Eli Friedman · 13 years ago
- c93c168 c++: support gcc's application of weak attribute on by Fariborz Jahanian · 13 years ago
- 03eda2b Doug reports that this test is still failing. Try applying Benjamin Kramer's by Nick Lewycky · 13 years ago
- 00111be Added support for thread safety attributes on destructors. by DeLesley Hutchins · 13 years ago
- 57d2b8a Thread safety analysis refactoring: invalid lock expressions. by DeLesley Hutchins · 13 years ago
- 759cb9d Thread safety analysis: add support for attributes on constructors. by DeLesley Hutchins · 13 years ago
- dcd4d6f objective-c: Diagnose redeclaration of private by Fariborz Jahanian · 13 years ago
- 0a45e43 When performing name lookup for the previous declaration of a field, by Douglas Gregor · 13 years ago
- 6c4e3d3 Permit auto SCS on parameter declarations, C++03 [dcl.stc]p2 by Peter Collingbourne · 13 years ago
- 5751fc0 Try to be exceedingly clever and make this test work properly whether it's run by Nick Lewycky · 13 years ago
- 1aaa249 Treat the Microsoft/Borland keyword "__except" as a context-sensitive by Douglas Gregor · 13 years ago
- be29039 Massage this test a little so it works when run inside the Google environment. by Nick Lewycky · 13 years ago
- c8f2c40 Take DW_AT_comp_dir from $PWD when it's present and starts with a '/'. This is by Nick Lewycky · 13 years ago
- 1447542 Add -Wc++98-compat diagnostics for jumps which bypass initialization of non-POD by Richard Smith · 13 years ago
- 60973b0 Add test case for analyzer crash reported in <rdar://problem/10308201> (which is already fixed in mainline). by Ted Kremenek · 13 years ago
- f777d4b 'extern template' is a C++11 feature. Add an Extension for C++98 (this matches by Richard Smith · 13 years ago
- c9aa53c Diagnose class template (partial) specializations that occur in the by Douglas Gregor · 13 years ago
- 86180ee When we parse something that looks like a templated friend tag but by Douglas Gregor · 13 years ago
- 6406f91 Further refine the diagnostic categories for ARC diagnostics. Addresses <rdar://problem/10245086>. by Ted Kremenek · 13 years ago
- 52441ce Add -Wc++98-compat warning for enumerations in nested name specifiers. by Richard Smith · 13 years ago
- dc72776 Make the -verify bits in this test actually test something, and fix a few cases by Richard Smith · 13 years ago
- b2a6279 Don't provide errors for anonymous unions when they're actually anonymous classes. by David Blaikie · 13 years ago
- 4c4c2bb Improve the diagnostic when a comma ends up at the end of a declarator group by Richard Smith · 13 years ago
- 3da576c -Wc++98-compat: warn on nontrivial types used in unions and anonymous structs. by Richard Smith · 13 years ago
- e98282d Only warn at self-initialization if some later use is always uninitialized. by Matt Beaumont-Gay · 13 years ago
- 763ab67 -Wc++98-compat: diagnose if a reference is bound to a prvalue which does not by Richard Smith · 13 years ago
- 18c9bd3 Fix the signatures of vfork, __sigsetjmp and sigsetjmp. by Rafael Espindola · 13 years ago
- 68db6f0 Break out ssize_t test from Sema/format-strings-fixit.c by Hans Wennborg · 13 years ago
- 43f5103 Improve the warning for cv-qualifiers on free functions, from Ahmed Charles! by Douglas Gregor · 13 years ago
- 1368e58 Fix pr9789, assert-on-invalid while instantiating an (invalid) class template with a non-final parameter pack. Also improve the warning for non-final parameter packs in this scenario so it only fires once, rather than once for every template parameter after the non-final parameter pack. by David Blaikie · 13 years ago
- ab795d6 Tweak this test to test more directly what we want, and hopefully work around the brokenness of code completion under -fdelayed-template-parsing by Douglas Gregor · 13 years ago
- 53e5351 Add a -Wc++98-compat warning for friend functions of class templates which would by Richard Smith · 13 years ago
- b9c8c42 Add block information for ObjC @catch blocks. by Eric Christopher · 13 years ago
- 77faa36 -Wc++98-compat: warn if a SFINAE substitution in C++11 suppresses an access by Richard Smith · 13 years ago
- b224343 objc: allow class name qualified with protocols in by Fariborz Jahanian · 13 years ago
- fa43c97 Minor tweak to test by Douglas Gregor · 13 years ago
- 6b13022 -Wc++98-compat and -Wc++98-compat-pedantic warnings for Sema, part 2. by Richard Smith · 13 years ago
- 8ca7208 Provide result types for code completions that describe built-in by Douglas Gregor · 13 years ago
- eb2ac8b Add a __has_feature check for arc_cf_code_audited. by John McCall · 13 years ago
- ebaf0e6 -Wc++98-compat and -Wc++98-compat-pedantic warnings for Sema, part 1. by Richard Smith · 13 years ago
- 024f4be Frontend: Support -iframework. by Daniel Dunbar · 13 years ago
- dd67723 Simplify RecordDeclCXX::setBases slightly. No functional change. by Richard Smith · 13 years ago
- f4072ae objc: more changes in use of IBOutletCollection attribute. by Fariborz Jahanian · 13 years ago
- 4467901 [arcmt] Rewrite attributes in extensions as well. rdar://9992142 by Argyrios Kyrtzidis · 13 years ago
- f106f0e In C++11, a class's members are allowed to be nominated as friends. by Richard Smith · 13 years ago
- 7a81e41 objc: diagnose invalid argument to an by Fariborz Jahanian · 13 years ago
- 46d1ea4 [libclang] Since an objc extension semantically continues the interface of the class by Argyrios Kyrtzidis · 13 years ago
- a50216c Add code completions for C++0x expressions by Douglas Gregor · 13 years ago
- 36e7608 Another attempt at fixing format-strings-fixit.c. by Hans Wennborg · 13 years ago
- 4886e32 Disable the ssize_t test in format-strings-fixit.c. by Hans Wennborg · 13 years ago
- a7da215 Suggest %zu for size_t args to printf. by Hans Wennborg · 13 years ago
- 5f31f08 Switch to the C++11 warning flags in tests. Patch by Ahmed Charles! by David Blaikie · 13 years ago
- ee1c68a Don't format the code completion for parameters of block literal by Douglas Gregor · 13 years ago
- 2dc7ece Add -Wc++11-compat warning for an inline specifier on an explicit instantiation. by Richard Smith · 13 years ago
- 4e8ea0b When transforming the arguments for a C++ "new" expression, make sure by Douglas Gregor · 13 years ago
- 3e2e91e Refactor the checking for explicit template instantiations being performed in by Richard Smith · 13 years ago
- 97c0aef Rewrite parts of MS ABI C++ layout. Based on work by r4start; I ended up doing this while I was trying to review his patch. by Eli Friedman · 13 years ago
- 3eff321 Fix several bugs with #pragma clang arc_cf_code_audited and macros. by John McCall · 13 years ago
- dceb11f Revert r142311, -mios-simulator-version-min does not work correctly. by Argyrios Kyrtzidis · 13 years ago
- b56e6ad Remove the hack where we sniff the __IPHONE_OS_VERSION_MIN_REQUIRED define. by Argyrios Kyrtzidis · 13 years ago
- ea01143 Perform lvalue-to-rvalue conversions on __builtin_offsetof array argument index by Richard Smith · 13 years ago
- 01b2b9b [arcmt] In ARC default for properties is 'strong' so just remove a 'retain' if possible, by Argyrios Kyrtzidis · 13 years ago
- 841804b Add -Wc++98-compat warnings for uses of the new keywords 'alignof', 'char16_t', by Richard Smith · 13 years ago
- 7f20c7c Add missing newline. by Eli Friedman · 13 years ago
- 66d5ce1 Move about 20 random diagnostics under -W flags. Patch by Ahmed Charles! by Ted Kremenek · 13 years ago
- 454b57a Initial implementation of __atomic_is_lock_free. The input is the size of an atomic type rather than an atomic type itself just to save some implementation pain; I can change that if it seems worthwhile. by Eli Friedman · 13 years ago
- 8121639 Substitute for arguments in method calls -- functionality by DeLesley Hutchins · 13 years ago
- fe0a0fb Refactor __attribute__ parsing, and add a diagnostic if the r_paren at the end by Richard Smith · 13 years ago
- 6ec9643 The comparison of two vectors should return a signed result. hasIntegerRepresentation() used to always return false for vectors, but since it was changed, it also by Tanya Lattner · 13 years ago
- d125050 obj-c++: Fix a IRGen crash when getter is a reference type. by Fariborz Jahanian · 13 years ago
- 88a4cfd Strip qualifiers off the type of an implicit property defined by only a setter. by John McCall · 13 years ago
- 5acb0c9 Teach the ARC compiler to not require __bridge casts when by John McCall · 13 years ago
- a2b4e5d When we end up having to parse the initializer of a C++ member early by Douglas Gregor · 13 years ago
- aa93a87 For modules, all macros that aren't include guards are implicitly by Douglas Gregor · 13 years ago
- 05edf66 When building a module, use the macro definitions on the command line by Douglas Gregor · 13 years ago
- c35cba4 Fixed merge-mistake where ActOnAccessSpecifier was called twice for every access specifier. The testcase has been changed to catch this too. by Erik Verbruggen · 13 years ago
- d82e5d3 Perform an lvalue-to-rvalue conversion on an array index in a __builtin_offsetof expression. by Richard Smith · 13 years ago
- 4c3fd51 Add a testcase for r142121 based on an idea from Richard Smith. Thanks! by Chandler Carruth · 13 years ago
- 1e12c59 Split apart the state accumulated during constant expression evaluation and the by Richard Smith · 13 years ago
- 20cdbeb Add sema checks for calls to functions taking static array parameters by Peter Collingbourne · 13 years ago
- 5405b81 Implement overload resolution from init lists for scalar parameter types. by Sebastian Redl · 13 years ago
- c223518 Diagnose when omitting braces in direct list-initialization in C++0x. by Sebastian Redl · 13 years ago
- d12c9f5 Prove that non-overloaded function calls using init list arguments work. by Sebastian Redl · 13 years ago
- e409238 Remove the leftover partial comment. by David Blaikie · 13 years ago