- 01428ab Drop the question mark when complaining about a non-existing -Wno- flag. by Benjamin Kramer · 13 years ago
- a39238b Add -mno-implicit-float to the M group. by Chad Rosier · 13 years ago
- eecb22b [driver] Reword the warning message for missing value to a joined argument. by Chad Rosier · 13 years ago
- ad9689f Added two missing const qualifiers. by Abramo Bagnara · 13 years ago
- 25582fc Recover better from a missing 'typename' in a function template definition. by Richard Smith · 13 years ago
- 005af27 Rename the driver option to -mno-implicit-float, per Eli's suggestion. by Chad Rosier · 13 years ago
- 832a2aa Pulls diagnostics for temp file handling into the common diagnostic kinds. by Manuel Klimek · 13 years ago
- ee9ad5c [driver] Allow the driver to directly accept the -no-implicit-float option, so that the by Chad Rosier · 13 years ago
- da8d8c2 Add _alignof and __builtin_alignof as aliases for __alignof in by Douglas Gregor · 13 years ago
- ff1affe Warn about -Wno-foo where foo is an unknown warning option. This is helpful by Chad Rosier · 13 years ago
- 87014f3 [libclang] Properly handle @encode() in RecursiveASTVisitor and traverse by Argyrios Kyrtzidis · 13 years ago
- 4b0e6f1 Move the warnings for extra semi-colons under -Wextra-semi. Also, added by Richard Trieu · 13 years ago
- 3940ce8 Produce more useful 'duplicate case' diagnostics. Fixes PR9243, from Terry Long! by Douglas Gregor · 13 years ago
- def0762 Include the correct conversion context locations for condition expressions. by David Blaikie · 13 years ago
- 7d24e28 [libclang/AST] Index references of protocols in "@protocol(...)" syntax. by Argyrios Kyrtzidis · 13 years ago
- 9abf88c objective-c: perform strict type checking on property by Fariborz Jahanian · 13 years ago
- 7fe103c [objcmt] Rewrite messages to NSString's stringWithUTF8String:/stringWithCString: by Argyrios Kyrtzidis · 13 years ago
- f5343ff Allow objc @() syntax for enum types. by Argyrios Kyrtzidis · 13 years ago
- dc3eb6a Remove word 'block' from option and diagnostic I added in r156825. by Fariborz Jahanian · 13 years ago
- be0ee87 Improve some of the conversion warnings to fire on conversion to bool. by David Blaikie · 13 years ago
- 8f674a8 objective-c nonfragile abi: discourage ivar declarations by Fariborz Jahanian · 13 years ago
- 31c195a Fix our handling of visibility in explicit template instantiations. by Rafael Espindola · 13 years ago
- c608c3c Further improvement to wording of overload resolution diagnostics, and including by Richard Smith · 13 years ago
- 3003e1d Fold the six functions checking explicitly-defaulted special member functions by Richard Smith · 13 years ago
- 45246a7 [analyzer] Fix a crash in templated code which uses blocks. by Anna Zaks · 13 years ago
- 599f1b7 Refactor all the by Rafael Espindola · 13 years ago
- 420efd8 Produce a warning for mismatched section attributes. Completest pr9356. by Rafael Espindola · 13 years ago
- ee409a9 Add support for __attribute__((hot)) and __attribute__((cold)). by Benjamin Kramer · 13 years ago
- 99446d9 Don't crash on boxed strings when +stringWithUTF8String: is missing. by Jordy Rose · 13 years ago
- 703d412 Teach the parser to deal with multiple spellings for the same by Douglas Gregor · 13 years ago
- 6ea175b Hexagon V5 intrinsics support in clang. by Sirish Pande · 13 years ago
- f7b8056 PR11857: When the wrong number of arguments are provided for a function by Richard Smith · 13 years ago
- bf9da1f Fix a recent regression with the merging of format attributes. by Rafael Espindola · 13 years ago
- 2df1a58 [objc] When boxing a BOOL/NSInteger/NSUInteger type, use the corresponding by Argyrios Kyrtzidis · 13 years ago
- 5f9688b Hexagon V5 FP support. by Sirish Pande · 13 years ago
- 66c44e7 [preprocessor] Make sure that MacroExpands callbacks are always in source order. by Argyrios Kyrtzidis · 13 years ago
- 16afdf7 Fix an assertion hit when the serialized diagnostics writer receive a diagnostic by Argyrios Kyrtzidis · 13 years ago
- 98ae834 Fix an old (2009) FIXME: by Rafael Espindola · 13 years ago
- 06cd51a RecursiveASTVisitor: by Richard Smith · 13 years ago
- 1de6a6c objective-c. Fixes a 'fixit' where location of by Fariborz Jahanian · 13 years ago
- a971d24 Push the knowledge that we are parsing a type-id/type-name further into the by Richard Smith · 13 years ago
- 025983a Fix -Wdelete-non-virtual-dtor in Tooling code. by David Blaikie · 13 years ago
- 667381b ARM: Support marking intrinsic definitions as 'unavailable' by Jim Grosbach · 13 years ago
- a01ddc7 Declare abstract class ArgumentsAdjuster. This abstract interface describes by Simon Atanasyan · 13 years ago
- e15db6f [AST/libclang] Speed up clang_getOverriddenCursors() considerably by reserving a bit by Argyrios Kyrtzidis · 13 years ago
- 4493c0a A little tweak to the SFINAE condition reporting. Don't say: by Richard Smith · 13 years ago
- b3198a8 add -fbounds-checking option. by Nuno Lopes · 13 years ago
- 5f164af Fix fmin*/fmax* library builtin signatures. by Douglas Gregor · 13 years ago
- 5ea6661 Fixes a typo. note_xxx not not_xxx. by Fariborz Jahanian · 13 years ago
- 1d8db49 [analyzer] Rework both constraint managers to handle mixed-type comparisons. by Jordy Rose · 13 years ago
- d3b6d99 [analyzer] Add an abstraction for the bit width and signedness of an APSInt. No functionality change. by Jordy Rose · 13 years ago
- 258796e Add missing 'y'. by Rafael Espindola · 13 years ago
- cc88966 Introduce a new libclang API to determine the platform availability of by Douglas Gregor · 13 years ago
- 51a31ca [analyzer] Fixup for r155244: PurgeDeadSymbols should subclass StmtPoint by Anna Zaks · 13 years ago
- 00f3c4f Fixes resolution of relative paths when running clang tools. by Manuel Klimek · 13 years ago
- 0265555 Fixed UserDefinedLiteral source locations. by Abramo Bagnara · 13 years ago
- b8590f3 When we suppress an error due to SFINAE, stash the diagnostic away with the by Richard Smith · 13 years ago
- 1348967 Change how we suppress access control in explicit instantiations by John McCall · 13 years ago
- 3f152e6 There is no reason for these methods to be out-of-line. by John McCall · 13 years ago
- 9257664 Refactor DelayedDiagnostics so that it keeps diagnostics in by John McCall · 13 years ago
- d079abf A union can have a constexpr defaulted default constructor, if it has an by Richard Smith · 13 years ago
- 3b29436 Split mergeAvailabilityAttr out of handleAvailabilityAttr. This is important by Rafael Espindola · 13 years ago
- cab42cd Put the availability warnings in a group. by Rafael Espindola · 13 years ago
- d0f709e Simple typo fix (syntex to syntax). Fixes PR12735 by Aaron Ballman · 13 years ago
- 86b32fd Revert r156141 (making RecursiveASTVisitor data recursive). It is causing clang to blow up in memory usage on -O2 when compiling itself, by Ted Kremenek · 13 years ago
- 7ad5c99 Use raw_ostream in TypePrinter and eliminate uses of temporary std::strings. by Argyrios Kyrtzidis · 13 years ago
- 27a0097 Make BuiltinType::getName return a StringRef and introduce BuiltinType::getNameAsCString by Argyrios Kyrtzidis · 13 years ago
- ab41fe9 Move Sema::VerifyIntegerConstantExpression() and by Douglas Gregor · 13 years ago
- 85d87df Explicitly model capturing variables for blocks in the static analyzer. Fixes <rdar://problem/11125868>. by Ted Kremenek · 13 years ago
- 4648477 Remove DiagGroups from notes, and add a TableGen assertion to catch them. by Richard Smith · 13 years ago
- 95da181 Add more comments for Lexer::makeFileCharRange. by Argyrios Kyrtzidis · 13 years ago
- 51603be Synchronize the representations of DeclarationName and Selector so by Douglas Gregor · 13 years ago
- 12dcc64 [PCH] Use DenseMap instead of std::map to keep track of SwitchCases. by Argyrios Kyrtzidis · 13 years ago
- 6a26e2e Move Sema::RequireNonAbstractType() off of PartialDiagnostic. by Douglas Gregor · 13 years ago
- f502d8e Switch RequireLiteralType() off of PartialDiagnostic. by Douglas Gregor · 13 years ago
- d10099e Move Sema::RequireCompleteType() and Sema::RequireCompleteExprType() by Douglas Gregor · 13 years ago
- 392da48 Fix handling of wint_t - we can't assume wint_t is purely an integer promotion of wchar_t - they may differ in signedness. by James Molloy · 13 years ago
- fd00eec This patch adds a new Clang compiler flag "-gline-tables-only". by Alexey Samsonov · 13 years ago
- b88acb0 [PCH] Really, pinky swear, fix for PR12689 by Argyrios Kyrtzidis · 13 years ago
- 4ed5782 Make RecursiveASTVisitor fully data recursive on Stmts, with by Argyrios Kyrtzidis · 13 years ago
- aca0ac5 [analyzer] Allow pointers escape through calls containing callback args. by Anna Zaks · 13 years ago
- d964d63 Fix non-deterministic iteration order when walking the specializations by Chandler Carruth · 13 years ago
- 82047c1 Inline DenseMapInfo<clang::DeclarationName>::getHashValue() for a 0.4% speedup on <rdar://problem/11004361> by Douglas Gregor · 13 years ago
- 514d3b6 Split DeclarationName::getFETokenInfoAsVoid() into hot/cold paths and by Douglas Gregor · 13 years ago
- d54dff0 [PCH] When validating that the files coming from PCH did not change, also by Argyrios Kyrtzidis · 13 years ago
- 487eed6 Remove diagnostic groups and DefaultIgnore from notes. by Richard Smith · 13 years ago
- e0d3b4c Add -Wimplicit-fallthrough warning flag, which warns on fallthrough between by Richard Smith · 13 years ago
- d39d23e Fix a couple of cases of (innocuous) unmarked fallthrough. At least one of these by Richard Smith · 13 years ago
- 3144749 In StringLiteralParser::init, make sure we emit an error when by Argyrios Kyrtzidis · 13 years ago
- 975eef6 objective-c: warn for properties being default synthesized by Fariborz Jahanian · 13 years ago
- 0cf3c0e Correctly constify clang::CXXMemberCallExpr::getRecordDecl() by David Blaikie · 13 years ago
- baeaa9a [analyzer] Add a complexity bound on history tracking. by Anna Zaks · 13 years ago
- 82129e2 Add commas to for loop warning to separate variable names. by Richard Trieu · 13 years ago
- a058fd4 Revert most of r154844, which was disabled in r155975. Keep around the by Richard Smith · 13 years ago
- 914edfb Fix some doxycomments using \class instead of \brief. by David Blaikie · 13 years ago
- 331d2ec Introduce the notion of 'ignored' attributes, so that all attributes by Douglas Gregor · 13 years ago
- 3e7d31a Introduce the notion of an attribute that has no direct representation by Douglas Gregor · 13 years ago
- 0639c8b Fix same line doxycomments so they comment the adjacent field. by David Blaikie · 13 years ago
- 184be84 Implement the alternate spellings of attributes aligned (as "align") by Douglas Gregor · 13 years ago
- 769aa2d Driver: Turn the default value for -fmath-errno into a proper target hook and disable it by default on more platforms. by Benjamin Kramer · 13 years ago