- 270ba59 Revert 136984 and 136927. by Ted Kremenek · 13 years ago
- d6c8865 Perform array bounds checking in more situations and properly handle special by Kaelyn Uhrain · 13 years ago
- b8fca90 Add support for using anonymous bitfields (e.g., int : 0) to enforce alignment. by Chad Rosier · 13 years ago
- c25175c Make test/SemaObjC/qualified-protocol-method-conflicts.m always fail and mark it XFAIL. This is a stop gap until the output of the test is deterministic. by Ted Kremenek · 13 years ago
- c268434 Flesh out the -Warray-bounds detection of C89 tail-padded one-element by Chandler Carruth · 13 years ago
- d330e23 Fixed FieldDecl source range. by Abramo Bagnara · 13 years ago
- 3f1661d Output to /dev/null, not "0" by Matt Beaumont-Gay · 13 years ago
- ca0b57e KeychainAPI checker: Generate an error on double allocation. Pull out getAsPointeeMemoryRegion so that it could be reused. by Anna Zaks · 13 years ago
- cc2f30c Extend memset/memcpy/memmove checking to include memcmp by Matt Beaumont-Gay · 13 years ago
- 4b302d3 The continue label in an ARC for-in loop should not involve by John McCall · 13 years ago
- ace5e76 Have the typo correction in DiagnoseEmptyLookup properly handle template by Kaelyn Uhrain · 13 years ago
- 1a38b46 objc rewriter: Fixes a rewriting of implicit casting of an integral by Fariborz Jahanian · 13 years ago
- 844d572 Fix a small bug where DiagnoseEmptyLookup would no longer print any messages by Kaelyn Uhrain · 13 years ago
- 57fb591 Fix assertion failure in -Wuninitialized involving no-op casts. Fixes PR 10577. by Ted Kremenek · 13 years ago
- 62a811d KeychainAPI checker: forgot to commit the test with r136930. This should fix the bot. by Anna Zaks · 13 years ago
- 6a3bec3 objective-c: diagnose protocol inconsistencies in following by Fariborz Jahanian · 13 years ago
- fc54016 Formatting. by Chad Rosier · 13 years ago
- 8fa0a80 Add a new libclang API to return a CXCompletionString for an arbitrary by Douglas Gregor · 13 years ago
- 4d9d157 Match type names and give more info for out-of-line function definition errors. by Kaelyn Uhrain · 13 years ago
- ae7902c Parsing of C++0x lambda expressions, from John Freeman with help from by Douglas Gregor · 13 years ago
- edc2220 This test still hangs on win32, despite XFAIL it. Remove XFAIL. by Ted Kremenek · 13 years ago
- 61a6221 Add partial support for using anonymous bitfields (e.g., int : 0) to enforce by Chad Rosier · 13 years ago
- a5e19c6 Emit wide string literals with the appropriate alignment. by John McCall · 13 years ago
- 03826aa KeychainAPI checker: Add basic diagnostics. Track MemoryRegion istead of SymbolicRef since the address might not be a symbolic value in some cases, for example in fooOnlyFree() test. by Anna Zaks · 13 years ago
- c4688ce XFAIL arc.m codegen test on win32 because it is currently hanging. Need to investigate. by Ted Kremenek · 13 years ago
- 4ab0024 For APCS the alignment of bitfield types is *not* respected when laying out by Chad Rosier · 13 years ago
- 8d28897 Delete one of the old tests that was ported over to Clang. The test is by Chandler Carruth · 13 years ago
- 033a07e [analyzer] rename all experimental checker packages to have 'experimental' be the common root package. by Ted Kremenek · 13 years ago
- bddfd87 Use the general conditional-cleanup framework instead of rolling our by John McCall · 13 years ago
- f0c1d8f Improve overloaded function handling in the typo correction code. by Kaelyn Uhrain · 13 years ago
- 17f7bdd [analyzer] Introduce MallocOverflowSecurityChecker, a simple flow-sensitive checker that may be useful for security auditing. This checker is currently too noisy to be on by default. by Ted Kremenek · 13 years ago
- 7413307 objective-c: Methods declared in methods must type match by Fariborz Jahanian · 13 years ago
- fc4b191 In ARC, don't try to reclaim the result of a call to performSelector by John McCall · 13 years ago
- 194f06a Handle "homogeneous aggregates" as required by the ARM AAPCS-VFP ABI. by Bob Wilson · 13 years ago
- 40f9c30 When rewriting a call to a K&R function to lead to a well-prototyped by John McCall · 13 years ago
- 88710f2 A couple fixes for preprocessor expressions: by Eli Friedman · 13 years ago
- e164c18 Implements alignment for long long and double types in va_arg on ARM AAPCS. by Rafael Espindola · 13 years ago
- 9e6a1ca disable array bounds overflow warning for cases where an array by Chris Lattner · 13 years ago
- f23a0ff objective-c rewrite: Fixes rewriting of objective-c collection by Fariborz Jahanian · 13 years ago
- e360501 Change the hashing function for DeclContext lookup within an AST file by Douglas Gregor · 13 years ago
- aebab72 PR10566: Make sure codegen for deleting an pointer to an incomplete type actually works. by Eli Friedman · 13 years ago
- e68b5f1 KeychainAPI checker: only check the paths on which the allocator function returned noErr. (+ minor cleanup) by Anna Zaks · 13 years ago
- f57be28 Add a skeleton for the Keychain Services API Checker. Register it as OSX experimental for now. Note, the checker still does not handle tracking of escaped values, taking into account the return value of the allocator functions, nor the actual bug reporting.. by Anna Zaks · 13 years ago
- 7898005 objective-c: reverse patch for // rdar://9818354 by Fariborz Jahanian · 13 years ago
- 9d9e3dd Test for // rdar://9846759 by Fariborz Jahanian · 13 years ago
- 0bfe83b [libclang] Annotation of parameters that got default args from a previous declarations was by Argyrios Kyrtzidis · 13 years ago
- f78c4e5 Introduce a Fix-It for the "missing sentinel" warning, adding an by Douglas Gregor · 13 years ago
- d2d8be6 Add code completion to produce "else" blocks after an "if" by Douglas Gregor · 13 years ago
- e424470 When producing code completion results for variadic macros, fold the by Douglas Gregor · 13 years ago
- 6fa14dd Add the various parameter-passing keywords for Distributed Objects by Douglas Gregor · 13 years ago
- 6887614 Turn off __has_feature(is_empty) and __has_feature(is_pod) if the by Douglas Gregor · 13 years ago
- 0f91c8c When performing code completion after at @interface, allow both by Douglas Gregor · 13 years ago
- 4eb7522 When complaining about a non-POD second argument to va_arg, use a by Douglas Gregor · 13 years ago
- 895d422 Add support for the 'Q' arm memory constraint. by Eric Christopher · 13 years ago
- c0a575f Make DiagnosticErrorTrap keep a count of the errors that occurred so multiple by Argyrios Kyrtzidis · 13 years ago
- 53afad5 This patch makes the string/character literal tests run in C, by Douglas Gregor · 13 years ago
- 93f1322 Fix assertion failure in CodeGen where the input operand to an asm by Peter Collingbourne · 13 years ago
- 9aab148 Fix an inconsistency in Sema::ConvertArgumentsForCall in that by Peter Collingbourne · 13 years ago
- fefe91e objective-c: warn if implementation of a method in category by Fariborz Jahanian · 13 years ago
- a4c7a43 Really remove FlatStoreManager and BasicStoreManager, this time from the driver. Also remove associated tests. Sorry for the messy commits; this is the result of a botched Git merge. by Ted Kremenek · 13 years ago
- fc5b21d Remove flat store tests. by Ted Kremenek · 13 years ago
- 8829989 [analyzer] Overhaul how the static analyzer expects CFGs by forcing CFGs to be linearized only when used by the static analyzer. This required a rewrite of LiveVariables, and exposed a ton of subtle bugs. by Ted Kremenek · 13 years ago
- eea72a9 [analyzer] fix handling of MaterializeTemporaryExpr by binding the result value to by Ted Kremenek · 13 years ago
- d5612a2 Add a fixit for removal of unused label. by Anna Zaks · 13 years ago
- 7efa0e0 Fix a test case that was intermittently failing. The issue was that instantiations are not stored in an order preserving structure, so the print order may be impacted. Modified test case to do two FileCheck passes to ensure that both instantiations are in the same place. by Richard Trieu · 13 years ago
- db33e14 Added basic parsing for all remaining attributes, thread safety by Caitlin Sadowski · 13 years ago
- 1d05d42 Another test case for the &/* mismatch fixit. by Anna Zaks · 13 years ago
- 6722155 Add */& mismatch fixit generation to the Sema::DiagnoseAssignmentResult(). by Anna Zaks · 13 years ago
- fdde9e7 Added parsing for guarded_var, pt_guarded_var, lockable, by Caitlin Sadowski · 13 years ago
- a26da1a test/Misc/ast-dump-templates.cpp: Disable this temporarily due to unstable output. by NAKAMURA Takumi · 13 years ago
- 27f1e7e test/CodeGen/2004-03-16-AsmRegisterCrash.c: XTARGET should accept the part of triplet. ("x86" is not the part of triplet) by NAKAMURA Takumi · 13 years ago
- fb72081 Fix a couple of problems with initialization and assignment to by John McCall · 13 years ago
- a17f0c4 test/CodeGen/struct-matching-constraint.c: Fixup not to emit garbage to source tree. by NAKAMURA Takumi · 13 years ago
- 65e02fa Introduce the "-index-header-map" option, to give special semantics by Douglas Gregor · 13 years ago
- e1adf81 test/CodeGen/struct-init.c, struct-matching-constraint.c: Tweak commandline, or they would not be recognized as armv7 on some hosts. by NAKAMURA Takumi · 13 years ago
- 886fefa Fix thinko in last checkin. by Eric Christopher · 13 years ago
- 95ee667 Remove the need for a header and specify a triple so that the type by Eric Christopher · 13 years ago
- 55528b2 Fix this up for clang codegen versus llvm-gcc. by Eric Christopher · 13 years ago
- 0b2b766 Fix this test to work for arm and on all platforms. by Eric Christopher · 13 years ago
- 5cb3d69 Add template instantiations to the output of -ast-dump. by Richard Trieu · 13 years ago
- d3e46dd Add a triple to this test and make sure it passes on arm where it was by Eric Christopher · 13 years ago
- 0bbe4b1 Correct the triple here. by Eric Christopher · 13 years ago
- 023b592 This works on arm. by Eric Christopher · 13 years ago
- 16a91a4 Apparently this does work on arm. by Eric Christopher · 13 years ago
- b655803 This was meant to test arm anyhow, make the registers agree with the by Eric Christopher · 13 years ago
- 2a077fd Remove this test, it's actually testing something that clang doesn't support. by Eric Christopher · 13 years ago
- de86a38 XFAIL this test on ARM. Filed PR10518 to track. by Eric Christopher · 13 years ago
- 5dcca66 Remove the optimization option for this test. by Eric Christopher · 13 years ago
- 2223441 No one cares about ppc, but make this work for arm and x86 and xfail the rest. by Eric Christopher · 13 years ago
- c154ec8 Test for r136294. by Chad Rosier · 13 years ago
- 0752403 The lock operand to an @synchronized statement is also by John McCall · 13 years ago
- 020972d Forbid address-space-qualified function types, per TR 18037 by Peter Collingbourne · 13 years ago
- 8c83031 Fix typo in test. by Eli Friedman · 13 years ago
- 91873b7 Make CodeGen for array delete involving incomplete class work without crashing. Should fix regression on g++.dg/init/delete1.C. by Eli Friedman · 13 years ago
- 87dd7d9 Make this darwin only for now while investigating to clear up x86_64 by Eric Christopher · 13 years ago
- 5cee119 Add support for C++0x unicode string and character literals, from Craig Topper! by Douglas Gregor · 13 years ago
- 6fa8f86 [arcmt] Revert r135382, there's a different approach in r135764. rdar://9821111. by Argyrios Kyrtzidis · 13 years ago
- 18fd0c6 [arcmt] More automatic transformations and safety improvements; rdar://9615812 : by Argyrios Kyrtzidis · 13 years ago
- 990567c Clean up the analysis of the collection operand to ObjC by John McCall · 13 years ago
- dfb6ae1 In Microsoft mode, if we are within a templated function and we can't resolve Identifier during BuildCXXNestedNameSpecifier, then extend the SS with Identifier. This will have the effect of resolving Identifier during template instantiation. The goal is to be able to resolve a function call whose nested-name-specifier is located inside a dependent base class. by Francois Pichet · 13 years ago