- ca3d3fc Fix crash in calling convention code expanding an struct with a complex member. by Eli Friedman · 13 years ago
- 32509f1 Resolve placeholder expressions before trying to deduce by John McCall · 13 years ago
- 02ae32a Remove extra ';'. by Devang Patel · 13 years ago
- a70cb9d Print a typo correction hint for unknown warning flags. by Benjamin Kramer · 13 years ago
- e1ba5be Don't track depfiles as result files which need to be cleaned up on failure. by Matt Beaumont-Gay · 13 years ago
- 7432b90 When we're checking access in a dependent context, don't try to look by Douglas Gregor · 13 years ago
- b302996 Use Sema::RequireCompleteType to check for the completeness of by Douglas Gregor · 13 years ago
- 2bbcd5c ARC: make assignment to 'self' within class methods illegal. Fixes <rdar://problem/10416568>. by Ted Kremenek · 13 years ago
- 4c42bb7 [static analyzer] Tweak RetainCountChecker's diagnostics to correctly indicate if a message was due to a property access. This can by Ted Kremenek · 13 years ago
- 729aa06 [analyzer;Regionstore] handle loads from StringLiteral elements for StringLiterals representing wide strings. Fixes PR 11294. by Ted Kremenek · 13 years ago
- 567c586 In ARC, don't reclaim objects of Class type. by John McCall · 13 years ago
- ecb912e Change the checks in the type aka printing. A confusing case where the string by Richard Trieu · 13 years ago
- ccf1bfd [analyzer] teach AnalysisDeclContext::getSelfDecl() about blocks that capture the 'self' variable of the enclosing ObjC method decl. Fixes <rdar://problem/10380300>. by Ted Kremenek · 13 years ago
- bf97947 Fixup comment. by Eric Christopher · 13 years ago
- 5a17499 [PCH] Load the chained objc categories only after recursive loading is finished by Argyrios Kyrtzidis · 13 years ago
- 9b483df Fix a regression in wide character codegen. See PR11369. by Nico Weber · 13 years ago
- c80553e [PCH] Do not crash if a class extension in a chained PCH introduces/redeclares a property. by Argyrios Kyrtzidis · 13 years ago
- 67bc4ba [PCH] In ASTWriter::WriteChainedObjCCategories use getDeclID since the decls by Argyrios Kyrtzidis · 13 years ago
- 590ad93 [PCH] When chaining a PCH and serializing HeaderSearch, make sure the HeaderFileInfos by Argyrios Kyrtzidis · 13 years ago
- 4fc04da Don't crash when a duplicate interface/protocol is inside an extern "C" context. by Argyrios Kyrtzidis · 13 years ago
- e2d4f4e Fix the signature of the getcontext builtin. Patch by Dimitry Andric. by Rafael Espindola · 13 years ago
- c96c721 Silence unused variable warning. by Benjamin Kramer · 13 years ago
- 65bfd68 When reference binding array rvalues, such as those created by compound by Peter Collingbourne · 13 years ago
- 1bf9a9e Represent an APValue based on a Decl as that Decl, rather than a DeclRefExpr by Richard Smith · 13 years ago
- 1a43415 Add a method in ASTMutationListener for the last use of Decl's [is/set]ChangedSinceDeserialization by Argyrios Kyrtzidis · 13 years ago
- ad834d5 [PCH] When completing an objc forward reference, do not serialize the chain of its categories because by Argyrios Kyrtzidis · 13 years ago
- 5bbe816 Remove unnecessary 'else's after 'return's. by David Blaikie · 13 years ago
- ddadaa4 Add missing casts to AST. by Eli Friedman · 13 years ago
- 2669797 Implement a minor optimization when loading module maps to satisfy a by Douglas Gregor · 13 years ago
- cf70d78 When searching for a module, speculatively load module maps to see if by Douglas Gregor · 13 years ago
- 484535e Teach the search for modules to consider modules described by a module by Douglas Gregor · 13 years ago
- 65f3b5e Wire up the mapping from header files mentioned in module maps over to by Douglas Gregor · 13 years ago
- 8b6d3de Resolve the header files named in module map "header" and "umbrella" by Douglas Gregor · 13 years ago
- 72cd7a0 Rename SPECIAL_TYPE_jmp_buf and SPECIAL_TYPE_sigjmp_buf to follow the by Douglas Gregor · 13 years ago
- a30cfe5 Introduce basic support for parsing module map files. by Douglas Gregor · 13 years ago
- b1ce730 When importing an ObjCInterfaceDecl, ensure that by Sean Callanan · 13 years ago
- f64699e Constant expression evalation: const_cast support. by Richard Smith · 13 years ago
- 5a5dcdc Search for libstdc++.dylib in llvm-gcc's files on darwin10. rdar://10419079 by Bob Wilson · 13 years ago
- cd99b07 Reduce the constexpr stack pressure somewhat. Hopefully this will be enough to by Richard Smith · 13 years ago
- 59efe26 Constant expression evaluation: support for constexpr member functions. This by Richard Smith · 13 years ago
- 1cd76e8 Don't apply NRVO to over-aligned variables. The caller only by John McCall · 13 years ago
- 538773c Be sure to insulate block literals from any cleanups in their by John McCall · 13 years ago
- d7df785 Add Linux multiarch include directories for mips/mipsel. Patch from Simon Atanasyan. by Eli Friedman · 13 years ago
- 8ac2c66 Make sure that restrict-qualifying an array actually adds a restrict qualifier. PR11354. (operator bool() is evil!) by Eli Friedman · 13 years ago
- 8e23806 I predict that HeaderSearch will need the ability to generate by Douglas Gregor · 13 years ago
- ef04ecf Move "Unqualified lookup into dependent bases of class templates" Microsoft specific behavior from -fms-extensions to -fms-compatibility. by Francois Pichet · 13 years ago
- 9e9a3e6 [static analyzer] be more specific when running removeDeadBindings. Instead of seeing if the predecessor node was a non-StmtPoint, check if it is specifically a BlockEntrance node. by Ted Kremenek · 13 years ago
- 36f6e30 Add top-level driver option '--serialize-diagnostics' for serialize compiler diagnostics to a file. by Ted Kremenek · 13 years ago
- acdfa4d Implicit casts from rvalue to lvalue are not meaningful. Don't accidentally add by Richard Smith · 13 years ago
- ce117a7 [static analyzer]: only call RemoveDeadBindings() when analyzing non-Expr stmts, entering a basic block, or analyzing non-consumed expressions. This sigificantly speeds up analysis time, and reduces analysis time down to 27% less than before we linearized the CFG. by Ted Kremenek · 13 years ago
- b6d7114 Add invariant.load metadata to loads from selector references. Allows these loads to later be moved/combined in the optimizer. Fixes <rdar://problem/6027699> by Pete Cooper · 13 years ago
- a60279d Add missing dependency for shared library build to CMakeLists. Patch by Johannes Obermayr. by Eli Friedman · 13 years ago
- 6142ca7 Revert r144273. It causes clang self-host build failure. by Devang Patel · 13 years ago
- 6eb29d2 serialized diagnostics: simplify code. by Benjamin Kramer · 13 years ago
- 6f103ba Whenever explicitly activating or deactivating a cleanup, we by John McCall · 13 years ago
- 6c95787 Constant expression evaluation: support for constexpr member functions. by Richard Smith · 13 years ago
- b99785b Fix a subtle bug with cleanups: when activating by John McCall · 13 years ago
- c430ef4 PR11148: Fix crash-on-invalid if an invalid member declaration is marked as by Richard Smith · 13 years ago
- 1532217 serialized diagnostics: implement full deserialization of clang diagnostics via the libclang API. by Ted Kremenek · 13 years ago
- 1a343eb Enter the cleanups for a block outside the enclosing by John McCall · 13 years ago
- 180f479 Constant expression evaluation: support for evaluation of structs and unions of by Richard Smith · 13 years ago
- 64b4b43 Removing unused initialization. by David Blaikie · 13 years ago
- 80ee6e8 There's no good reason to track temporaries in ExprWithCleanups, by John McCall · 13 years ago
- 1445bba Temporary fix for a performance problem Eli spotted. The APValue representation by Richard Smith · 13 years ago
- 7480d96 Reflow lines, remove else-if after returns, rename variable "TydefContext" to by Nick Lewycky · 13 years ago
- 3472089 Fix some additional x86 intrinsics to use "I" (ICE) markings. Fix *mmintrin.h to take them into account. by Eli Friedman · 13 years ago
- a8ecd7c Remove unnecessary include. by Devang Patel · 13 years ago
- 108fb14 objc rewriter: use a more specific name for local variable used by Fariborz Jahanian · 13 years ago
- f3fb5c5 We don't add ExprWithCleanups to the CFG, and getSVal looks by John McCall · 13 years ago
- c9a2371 Define some built-ins macros on mips32 platform, from Simon Atanasyan! by Douglas Gregor · 13 years ago
- 7b3819d Reflow one line I missed in previous cleanup commit. No functionality change. by Nick Lewycky · 13 years ago
- d4c100e Minor cleanup, mostly reindenting. Remove one helper function that just called by Nick Lewycky · 13 years ago
- d936d9d Fix an issue that Duncan discovered on a specific (no longer current) by Chandler Carruth · 13 years ago
- a59e4b7 Emit the copy and dipose helpers for ARC __strong by John McCall · 13 years ago
- 6b18e74 Don't crash when transforming an ill-formed pseudo-destructor by Douglas Gregor · 13 years ago
- 6ef9209 Introduce proper spacing after the Objective-C parameter qualifiers by Douglas Gregor · 13 years ago
- 3d75ca8 Constant expression evaluation: support for default arguments. by Richard Smith · 13 years ago
- 87429a0 [PCH] Fix reading from PCH of diagnostic pragmas. by Argyrios Kyrtzidis · 13 years ago
- ccc9e76 Don't crash on invalid objc code. by Argyrios Kyrtzidis · 13 years ago
- 8b08eb3 [arcmt] Take into account that all properties are strong-by-default now and fix the test. by Argyrios Kyrtzidis · 13 years ago
- a5493f8 Bind function "r-values" as l-values when emitting them as by John McCall · 13 years ago
- 90f7b62 objc: Don't crash on missing @interface decl. // rdar://10415026 by Fariborz Jahanian · 13 years ago
- af9b5e9 [arcmt] Now that readonly properties are strong-by-default, do not add redundant 'strong'. by Argyrios Kyrtzidis · 13 years ago
- f21a92d objc-arc: 'readonly' property of retainable object by Fariborz Jahanian · 13 years ago
- 0b69aa8 serialized diagnostics: serialize the version info in a separate meta block. by Ted Kremenek · 13 years ago
- 8d0ffc7 [analyzer] Remove redundant check from DivZeroChecker by Anna Zaks · 13 years ago
- 5b0c519 Mark the overloaded atomic builtins as having custom type checking, by Douglas Gregor · 13 years ago
- 5bea4f6 Misc fixes for clang driver on Mips Linux. Patch by Simon Atanasyan. by Eli Friedman · 13 years ago
- d9d137e From Vassil Vassilev: add checks for removing Decls for more use cases. by Axel Naumann · 13 years ago
- c44bc2d Add a default system include of '/include'. This isn't particularly by Chandler Carruth · 13 years ago
- ae7c25d [arcmt] Now that properties are strong by default, avoid adding redundant '(strong)' by Argyrios Kyrtzidis · 13 years ago
- 263d667 [arcmt] NSViewController does not support weak. by Argyrios Kyrtzidis · 13 years ago
- 6f9f03e Check pointer types for arguments of Neon load/store macros. rdar://9958031 by Bob Wilson · 13 years ago
- 355130f Misc fixes to pcmp*stri. by Eli Friedman · 13 years ago
- 9da2352 Fix the layout of vb-tables and vf-tables in the MS C++ ABI. by John McCall · 13 years ago
- 83084c8 lib/CodeGen/CGBuiltin.cpp: Tweak the identifier "Type" to appease msvc. by NAKAMURA Takumi · 13 years ago
- 63cf68a TypePrinter: print OpenCL address space names. Patch by Richard by Peter Collingbourne · 13 years ago
- 13330c4 DeclPrinter: print the declaration's storage class specifier as by Peter Collingbourne · 13 years ago
- 7cfd7fe [arcmt] When we already removed a __weak, don't try to change it to __unsafe_unretained by Argyrios Kyrtzidis · 13 years ago
- 1aa1721 Revert r143972, which didn't actually compile under -Wnon-virtual-dtor. by Matt Beaumont-Gay · 13 years ago