- 5536891 When name lookup comes across a declaration that is in a module that by Douglas Gregor · 13 years ago
- dfba027 Enable stack protectors by default for iOS. <rdar://problem/8836680> by Bob Wilson · 13 years ago
- 53f8217 Switch test over to using -verify instead of using grep. PR11552. by Eli Friedman · 13 years ago
- f512560 [analyzer] Revert the taint test, which is failing on one of the bots for time being. by Anna Zaks · 13 years ago
- efd6989 [analyzer] Treat stdin as a source of taint. by Anna Zaks · 13 years ago
- 1009ac7 [analyzer] Mark output of fscanf and fopen as tainted. by Anna Zaks · 13 years ago
- e55a22b [analyzer] Mark getenv output as tainted. by Anna Zaks · 13 years ago
- a6dc7ef Make the diagnostic message more consistant. Update the type comparison to by Richard Trieu · 13 years ago
- 7209646 objc: diagnose duplicate declaration of methods in classes. // rdar://10535349 by Fariborz Jahanian · 13 years ago
- e422e45 [libclang] Indexing API: Fix indexing of missed references. by Argyrios Kyrtzidis · 13 years ago
- c2be04e [libclang] Indexing API: Fix suppressing of references in macros and suppress by Argyrios Kyrtzidis · 13 years ago
- df512bf Disallow decltype in qualified declarator-ids. by David Blaikie · 13 years ago
- c1c5f27 Add checks and diagnostics for many of the cases which C++11 considers to not by Richard Smith · 13 years ago
- 9081c04 Testcase for LLVM commit r146475. by Nick Lewycky · 13 years ago
- 70d085a s/%clang-cc1/%clang_cc1/ for conformity. by Nick Lewycky · 13 years ago
- 9d24a8b Implement the Microsoft __if_exists/if_not_exists extension in initializer-list. by Francois Pichet · 13 years ago
- ba96ffc objc-arc: better diagnostic when block is declared inside a struct/union. by Fariborz Jahanian · 13 years ago
- fa2b3dd Make CGRecordLayoutBuilder correctly switch over to a packed class when a class has a base whose alignment will break the class layout. <rdar://problem/10551376>. by Eli Friedman · 13 years ago
- 8ef8f43 Suppress -Warray-bounds in certain cases involving macros from system headers. by Matt Beaumont-Gay · 13 years ago
- 364a59e Fixes a bug in calculation of field offsets of ms_struct by Fariborz Jahanian · 13 years ago
- 60f24e7 Further tweaking of diagnostic text for casts performing reinterpret_cast by Richard Smith · 13 years ago
- 3b29bb9 When we have an umbrella directory in a module map, recursively walk by Douglas Gregor · 13 years ago
- 4cd9b8f Clean up diagnostic wording for disallowed casts in C++11 constant expressions. by Richard Smith · 13 years ago
- d83d2e7 Don't mark include guard macros as implicitly private. This isn't by Douglas Gregor · 13 years ago
- c08e618 Fix signature of vsscanf in Builtins.def by Hans Wennborg · 13 years ago
- d95a8ab0 Fix signature of sscanf in Builtins.def by Hans Wennborg · 13 years ago
- c216a01 Implement C++11 constant expression cast restrictions. by Richard Smith · 13 years ago
- 439ddaa Make fscanf, vscanf, etc. be recognized as scanf-like functions. by Hans Wennborg · 13 years ago
- 4db8c44 Fix/test decltype dtor calls with invalid base expression. by David Blaikie · 13 years ago
- e3d250e [analyzer] CStringChecker should not rely on the analyzer generating UndefOrUnknown value when it cannot reason about the expression. by Anna Zaks · 13 years ago
- 6fcd932 Check that arguments to a scanf call match the format specifier, by Hans Wennborg · 13 years ago
- e7edf30 test/Sema/attr-availability.c: Add explicit -triple x86_64-apple-darwin9, for now. by NAKAMURA Takumi · 13 years ago
- 9aab9c4 Make sure that we infer __strong, etc. when we instantiate variables by Douglas Gregor · 13 years ago
- 006e42f Add ability to supply additional message to availability macros, by Fariborz Jahanian · 13 years ago
- d937c21 Use the right CHECK prefix so that we actually do this checking. Miraculously, this hasn't broken by Douglas Gregor · 13 years ago
- 92be2a5 When we manage to re-use an expression during tree transformation (= by Douglas Gregor · 13 years ago
- 40563cd Make array new on a pointer to data member type work correctly. PR11523. by Eli Friedman · 13 years ago
- 9eed49c Mechanically convert static_assert_fold to static_assert, now we implement the by Richard Smith · 13 years ago
- f48fdb0 C++11 constant expressions: Don't use CheckICE in C++11; instead, determine by Richard Smith · 13 years ago
- 2def773 Add notes for suppressing and (if it's a zero-arg function returning bool) fixing the function-to-bool conversion warning. by David Blaikie · 13 years ago
- 6dce88d objc-arc: diagnose synthesis of a 'weak unavailable' property. by Fariborz Jahanian · 13 years ago
- 44d95b5 Provide a separate warning for weak vtables in explicit template instantiations. There's no (current) way to fix such templates to emit strong symbols/vtables, but perhaps users want to know about the cost being incurred anyway. by David Blaikie · 13 years ago
- f4f0c60 Make printf warnings refer to wint_t and wchar_t by name by Hans Wennborg · 13 years ago
- 117348c fix format specifier fixit for printf("%ld", "foo"); by Hans Wennborg · 13 years ago
- 432a455 [analyzer] Fix inconsistency on when SValBuilder assumes that 2 by Anna Zaks · 13 years ago
- e052d46 Replace the implementation of __builtin_constant_p (which was based on the GCC by Richard Smith · 13 years ago
- 6a1db48 Implement the notion of umbrella directories, which implicity cover by Douglas Gregor · 13 years ago
- 5a477db deprecated enum should not warn when used initializing another deprecated enumerator. by Fariborz Jahanian · 13 years ago
- 4897787 [arcmt] Un-XFAIL a test. by Argyrios Kyrtzidis · 13 years ago
- 5fc7def [analyzer] If memory region is tainted mark data as tainted. + random comments by Anna Zaks · 13 years ago
- 1e4f68c Fix an edge case in IRGen for conditionals. PR11509. by Eli Friedman · 13 years ago
- 39993dd add tree test for suse on ppc64 (r146142) by Hal Finkel · 13 years ago
- 1fa3c06 This patch extends thread safety analysis with support for the scoped_lockable attribute. by DeLesley Hutchins · 13 years ago
- 2cad9e3 Added missing testcase from r145849. Thanks to Dave Blaikie for catching this. by Lang Hames · 13 years ago
- 77d029f Implement umbrella directories for modules, which are similar to by Douglas Gregor · 13 years ago
- 489ad43 Tweak the syntax of umbrella headers, so that "umbrella" is treated as by Douglas Gregor · 13 years ago
- 5e3f922 Keep track of import dependencies between submodules within the module by Douglas Gregor · 13 years ago
- 53a75c0 Decltype in non-pseudo (& non-dependent) dtor calls. by David Blaikie · 13 years ago
- e3ca33a Only do typo correction for implicit function decls when by Hans Wennborg · 13 years ago
- 90ec96f Fix: allow @protocol forward declarations inside @implementation-s. by Erik Verbruggen · 13 years ago
- dc30967 Add an experimental MallocSizeofChecker, which reports inconsistencies by Peter Collingbourne · 13 years ago
- 23af6d5 Implement inference for the "Private" submodule corresponding to by Douglas Gregor · 13 years ago
- 4813442c Make sure we pick up module_private.map when loading a module.map file. by Douglas Gregor · 13 years ago
- a792aff Make printf warnings refer to intmax_t et al. by name by Hans Wennborg · 13 years ago
- 29f2787 Make changes to SDiagsWriter to make it work in combination with the ARC migrator: by Argyrios Kyrtzidis · 13 years ago
- 587986e Implement basic support for private headers in frameworks. In essence, by Douglas Gregor · 13 years ago
- 13eee19 Tweak serialized diagnostics to support errors with no categories. Fixes <rdar://problem/10538300>. by Ted Kremenek · 13 years ago
- 26e80cd Make sure we correctly zero-initialize unions containing a pointer to data member as the first field. PR11487. by Eli Friedman · 13 years ago
- dcf06fa [analyzer] Propagate taint through MemRegions. by Anna Zaks · 13 years ago
- aa9c350 When folding the size of a global scope VLA to a constant, require the array by Richard Smith · 13 years ago
- b76a97e objc: issue deprecated/unavailable diagnostic when by Fariborz Jahanian · 13 years ago
- aace9ef [analyzer] Propagate taint through NonLoc to NonLoc casts. by Anna Zaks · 13 years ago
- d62ca37 Move vector bitcast handling in constant expressions from the expression by Richard Smith · 13 years ago
- 84b7964 [libclang] API enhancements by Joe Groff! by Argyrios Kyrtzidis · 13 years ago
- e487f42 Rename Objective-C-only tests to .m by Douglas Gregor · 13 years ago
- ac252a3 When inferring a module map for a framework, infer subframework by Douglas Gregor · 13 years ago
- ef85b56 Allow inferred submodules for any (sub)module that has an umbrella header by Douglas Gregor · 13 years ago
- 0983392 When suggesting a module import for a #include or #import, suggest the by Douglas Gregor · 13 years ago
- d620a84 Implement modules support for subframeworks (aka embedded by Douglas Gregor · 13 years ago
- 8075ce6 When building the main file to parse given a module map, don't skip by Douglas Gregor · 13 years ago
- dd023bc Headers: wmmintrin.h only needs xmmintrin.h. by Daniel Dunbar · 13 years ago
- 122de3e Suggest typo corrections for implicit function declarations. by Hans Wennborg · 13 years ago
- d64251f Extend warnings for missing '@end'. Fixes PR2709. by Erik Verbruggen · 13 years ago
- 26b45d8 Switch a cast to a dyn_cast and check the pointer before using. Fixes a crash by Richard Trieu · 13 years ago
- 55e983c Fix test for unrelated changes. by Nick Lewycky · 13 years ago
- 4e785c9 Stack realignment is a tristate. Add -mno-stackrealign to turn off all stack by Nick Lewycky · 13 years ago
- b92e5d0 Fix an extremely stupid bug causing terrible miscompilations by John McCall · 13 years ago
- e209e50 Implement inferred submodules support, which (when requested) by Douglas Gregor · 13 years ago
- 19efa3e Make sure we perform lvalue-to-rvalue conversions for enum initializers. PR11484. by Eli Friedman · 13 years ago
- ec23678 objc: put out more coherent warning when method definition by Fariborz Jahanian · 13 years ago
- 1e12368 Parse inferred submodules in module maps, track their contents in by Douglas Gregor · 13 years ago
- bd7d828 Make EmitAggregateCopy take an alignment argument. Make EmitFinalDestCopy pass in the correct alignment when known. by Eli Friedman · 13 years ago
- 4473755 [analyzer] Simplify the expected-warning statement. by Anna Zaks · 13 years ago
- e14ca9f Add a warning for implicit conversion from function literals (and static by Lang Hames · 13 years ago
- bea728b [analyzer] Add a missing taint tester warning. by Anna Zaks · 13 years ago
- 76462f0 [analyzer] Remove all uses of ConstraintManager::canResonAbout() from by Anna Zaks · 13 years ago
- a50b7ab [analyzer] Add a debug checker to test for tainted data. by Anna Zaks · 13 years ago
- 209977c Inferred framework modules automatically export anything they import by Douglas Gregor · 13 years ago
- 0adaa88 Implement support for wildcard exports in modules, allowing a module by Douglas Gregor · 13 years ago
- 42d6d0c Support decltype in nested-name-specifiers. by David Blaikie · 13 years ago