- aa0cd85 Structured comment parsing, first step. by Dmitri Gribenko · 12 years ago
- ed36b2a Do a second lookup for type_info in the global namespace in microsoft mode. PR13153. by Nico Weber · 12 years ago
- 8e083e7 Reapply r158700 and fixup patches, minus one hunk that slipped through and by Sean Hunt · 12 years ago
- 0aa52aa Thread Safety Analysis: Move some warnings on thread safety by DeLesley Hutchins · 12 years ago
- 5e94d6f Extend the support for cl-std to include 1.2. by Tanya Lattner · 12 years ago
- dd3284b objective-c: warn when autosynthesizing a property which has same by Fariborz Jahanian · 12 years ago
- fc685ac Reapplying the changes from r158717 as they were rolled back to avoid merge conflicts from a separate problematic patch. by Aaron Ballman · 12 years ago
- 3532936 Revert r158700 and dependent patches r158716, r158717, and r158731. by Jakob Stoklund Olesen · 12 years ago
- 5d7700e Fix -Wc++11-narrowing warnings for narrowing negative values to larger unsigned by Richard Smith · 12 years ago
- b26331b Enable -Wnull-conversion for non-integral target types (eg: double). by David Blaikie · 12 years ago
- 7ba7592 Documentation cleanup: escape "::", and other minor reformatting by James Dennett · 12 years ago
- ce0db05 Remove some debugging code that snuck into r158691. by Kaelyn Uhrain · 12 years ago
- ed35fd1 Improves parsing and semantic analysis for MS __declspec attributes. This includes support for the align (which fixes PR12631). by Aaron Ballman · 12 years ago
- bfcb037 Improve the specification of spellings in Attr.td. by Sean Hunt · 12 years ago
- 0d3317e Improve the error message when a function overload candidate is rejected by Kaelyn Uhrain · 12 years ago
- c4429b9 Change -Winternal-linkage-in-inline from ExtWarn to Warning in C++. by Jordan Rose · 12 years ago
- 0eb3f45 Support -Winternal-linkage-in-inline in C++ code. by Jordan Rose · 12 years ago
- 11b46a0 Allow internal decls in inline functions if the function is in the main file. by Jordan Rose · 12 years ago
- 174930d fix PR13071 / rdar://problem/11634669 : by Nuno Lopes · 12 years ago
- 96c67d1 alloc_size attribute: there's nothing wrong with alloc_size(1,1). It just means the function allocates x^2 bytes. GCC also accepts this syntax by Nuno Lopes · 12 years ago
- 93f95f2 Handle C++11 attribute namespaces automatically. by Sean Hunt · 12 years ago
- adc6cbf [MSExtensions] Add support for __forceinline. by Michael J. Spencer · 12 years ago
- 7e58ad5 Don't warn about address-to-member used as part of initialisation, if by Joerg Sonnenberger · 12 years ago
- de23c7e Documentation cleanup: fix two typos, rief -> brief and Descripts -> Describes by James Dennett · 12 years ago
- f198d12 Documentation cleanup: fixing a typo from my previous 'fix'. by James Dennett · 12 years ago
- c5613b2 Explicitly build __builtin_va_list. by Meador Inge · 12 years ago
- 860a319 Fix Sema and IRGen for atomic compound assignment so it has the right semantics when promotions are involved. by Eli Friedman · 12 years ago
- a0cff72 [AST/libclang] Fix the selector locations that are reported for a by Argyrios Kyrtzidis · 12 years ago
- 50dc12a Recover when correcting an unknown type name to a keyword like "struct". by Kaelyn Uhrain · 12 years ago
- 7bf3340 Move isCXXSimpleTypeSpecifier from Parser to Sema and tweak it for wider use. by Kaelyn Uhrain · 12 years ago
- ef2b5b3 Documentation cleanup: by James Dennett · 12 years ago
- c2f51cf Stop referring to functions as methods in per-function fallthrough-checking. by Sean Hunt · 12 years ago
- 1f6e22d [completion] Add completions for @"..." and @(...), and tidy up @[] and @{}. by Jordan Rose · 12 years ago
- 106af9e Warn when a static variable is referenced in a non-static inline function. by Jordan Rose · 12 years ago
- 03f1eb0 Check the parameter lists and return type of both blocks and lambdas by Douglas Gregor · 12 years ago
- 699c904 Documentation cleanup: by James Dennett · 12 years ago
- e099125 Fix T* p to T *p by Richard Trieu · 12 years ago
- de5e75c Use a proper visitor to recursively check for uninitialized use in constructors. by Richard Trieu · 12 years ago
- 1dfbd92 Still more Doxygen documentation fixes: by James Dennett · 12 years ago
- 0e9e9f8 Look at incomplete FunctionTemplateDecls in order to determine whether by Daniel Jasper · 12 years ago
- a40f792 This makes SemaCodeComplete.cpp more Doxygen-friendly by changing the by James Dennett · 12 years ago
- 568eae4 Allow __attribute__((unused)) for fields and make it silence by Daniel Jasper · 12 years ago
- df9ef1b PR13099: Teach -Wformat about raw string literals, UTF-8 strings and Unicode escape sequences. by Richard Smith · 12 years ago
- cd65f49 Add missing narrowing check: converting from a signed integral type to a wider by Richard Smith · 12 years ago
- b92a408 When code completion walks the members of a protocol or interface, by Douglas Gregor · 12 years ago
- 54655be If parsing a trailing-return-type fails, don't pretend we didn't have one at by Richard Smith · 12 years ago
- 8cd64b4 Etch out the code path for MS-style inline assembly. by Chad Rosier · 12 years ago
- 3c2fcf8 PR12964: __int128 and unsigned __int128 are promoted integral types, be sure to by Richard Smith · 12 years ago
- d3861ce Remove CXXRecordDecl flags which are unused after r158289. by Richard Smith · 12 years ago
- 7756afa Fix PR13052 properly, by performing special member lookup to determine whether by Richard Smith · 12 years ago
- ca52330 PR13064: Store whether an in-class initializer uses direct or copy by Richard Smith · 12 years ago
- 49fdccb Convert comments to proper Doxygen comments. by Dmitri Gribenko · 12 years ago
- 0abbdfe Warn in ObjC++ when an 'auto' variable deduces type 'id'. by Jordan Rose · 12 years ago
- 0f4b5be PR13051: Only suggest the 'template' and 'operator' keywords when performing by Richard Smith · 12 years ago
- 9f63a45 Disallow using ObjC literals in direct comparisons (== and friends). by Jordan Rose · 12 years ago
- a248e9c Remove a commented out variable declaration. This was originally a debugging by Richard Trieu · 12 years ago
- 390fff8 [libclang/AST] by Argyrios Kyrtzidis · 12 years ago
- f4fe843 Allow friend declarations of defaulted special member functions. Only by Richard Smith · 12 years ago
- 8c14de8 Fix up the 'typename' suggestion logic introduced in r157085, based on by Kaelyn Uhrain · 12 years ago
- b7fe579 Teach the FixIt in DiagnoseInvalidRedeclaration how to replace the written by Kaelyn Uhrain · 12 years ago
- ef094a1 Ignore corrections to functions with bodies when deciding which by Kaelyn Uhrain · 12 years ago
- 8552437 Plug a long standing memory leak in TemplateArgument. by Benjamin Kramer · 12 years ago
- 826eac5 Attach fixits for CFBridgingRetain/Release outside any casts. by Jordan Rose · 12 years ago
- d880b3a Insert a space if necessary when suggesting CFBridgingRetain/Release. by Jordan Rose · 12 years ago
- 8d3607b Allow CorrectTypo to add/modify nested name qualifiers to typos that by Kaelyn Uhrain · 12 years ago
- 581deb3 Revert Decl's iterators back to pointer value_type rather than reference value_type by David Blaikie · 12 years ago
- facde17 Remove unused private member variables found by clang's new -Wunused-private-field. by Benjamin Kramer · 12 years ago
- f8cc02e Introduce -Wunused-private-field. If enabled, this warning detects by Daniel Jasper · 12 years ago
- 1ea6744 objective-c: merge deprecated/unavailable attributes to by Fariborz Jahanian · 12 years ago
- 5068731 Teach format string checking about compile-time CFString constants. by Jordan Rose · 12 years ago
- ee0259d Teach printf/scanf about enums with fixed underlying types. by Jordan Rose · 12 years ago
- 36d02af Add a warning for when an array-to-pointer decay is performed on an array by Richard Smith · 12 years ago
- 3117039 objective-c: Handle more warning cases for when by Fariborz Jahanian · 12 years ago
- 44f5b1d Removing the lambda extension warning concerning single return statements, as it no longer applies. by Aaron Ballman · 12 years ago
- b1c6f5f When adding built-in operator candidates for overload resolution by Douglas Gregor · 12 years ago
- 40e2999 Improve fixit for comparison operator on lhs of bitwise operator. by Nico Weber · 12 years ago
- 48d798c Fix typos found by http://github.com/lyda/misspell-check by Benjamin Kramer · 12 years ago
- 1973634 Implementation of a "soft opt-in" option for -Wimplicit-fallthrough diagnostics: -Wimplicit-fallthrough-per-method by Alexander Kornienko · 12 years ago
- 784ae8e Don't allow multiple correction candidates that have the same identifier by Kaelyn Uhrain · 12 years ago
- 684190b [arcmt] Use CFBridgingRetain/CFBridgingRelease instead of __bridge_retained/__bridge_transfer by Argyrios Kyrtzidis · 12 years ago
- 1dfc4ba Anonymous union members within a struct are now properly handled as an unevaluated field in C++11 mode. This fixes PR12866. by Aaron Ballman · 12 years ago
- 396e0a8 In TypoCorrectionConsumer, BestResults to CorrectionResults to lessen by Kaelyn Uhrain · 12 years ago
- 3427682 objc: properties of NSObject attribute must by Fariborz Jahanian · 12 years ago
- 90c7832 Change wording of 'memcpy' type mismatch warning and remove fixit. by Anna Zaks · 12 years ago
- abe21e3 Disable -Wunique-enum for anonymous enums. by David Blaikie · 12 years ago
- 59a9881 objective-c: revert r157407. It broke a project by Fariborz Jahanian · 12 years ago
- a27cb25 Remove some extra braces. by Eric Christopher · 12 years ago
- 7af7de7 Add new -Wunique-enum which will warn on enums which all elements have the by Richard Trieu · 12 years ago
- 6fcb372 Add fixits for memory access warnings. by Anna Zaks · 12 years ago
- 490a52b objective-c: fix a sema and IRGen crash when property by Fariborz Jahanian · 12 years ago
- 4872e10 Fix PR12960 by not attempting to correct cases when we're not actually instantiatiating a template. by David Blaikie · 12 years ago
- 350e956 -Wdeprecated warning to include reference (as a note) by Fariborz Jahanian · 12 years ago
- 811bfcd Use the SelectorSet typedef more widely throughout Sema. by Benjamin Kramer · 12 years ago
- cba0ebc Change warning to error when property setter names conflict. // rdar://11528439 by Fariborz Jahanian · 12 years ago
- bdb97ff In response to some discussions on IRC, tweak the wording of the new by Richard Smith · 12 years ago
- 7f7c42b Fix indentation. by David Blaikie · 12 years ago
- a189d89 Don't offer '[[clang::fallthrough]];' fix-it when a fall-through occurs to a by Alexander Kornienko · 12 years ago
- 2815e1a Split a chunk of -Wconditional-uninitialized warnings out into a separate flag, by Richard Smith · 12 years ago
- 8189188 Some cleanups around the uninitialized variables warning, and a FIXME. No functional change. by Richard Smith · 12 years ago
- b5b155c objective-c: warn on use of property setters by Fariborz Jahanian · 12 years ago