- 552e299 Implement name mangling for lambda expressions that occur within the by Douglas Gregor · 13 years ago
- 7f9b1d9 Have ScanReachableSymbols reported reachable regions. Fixes a false positive with nested array literals. <rdar://problem/10686586> by Ted Kremenek · 13 years ago
- ccc1b5e Implement name mangling for lambda expressions that occur within the by Douglas Gregor · 13 years ago
- ef78446 Emit the exact size for the invariant intrinsics. by Nick Lewycky · 13 years ago
- 9c1e1bd [analyzer] Make KeyChainAPI checker inlining-aware. by Anna Zaks · 13 years ago
- ee06539 Make RequireLiteralType work correctly with incomplete array types. PR12037. by Eli Friedman · 13 years ago
- a4c29b6 [PCH] Recover gracefully if the ASTReader detects that a file is different by Argyrios Kyrtzidis · 13 years ago
- ff23488 Fix a constexpr FIXME: When implicitly instantiating the primary template for an by Richard Smith · 13 years ago
- e86b9ea Formatting. by Eric Christopher · 13 years ago
- cd285d0 objc IRGen: force CSE of load of ivar offsets by setting by Fariborz Jahanian · 13 years ago
- a19581a [analyzer] Make Malloc aware of inter-procedural execution + basic tests. by Anna Zaks · 13 years ago
- bb2a686 [analyzer] Turn on by default the Malloc Checker and a couple of CString checks: by Anna Zaks · 13 years ago
- fa07ab5 Make sure that we set up the right declaration contexts when creating by Douglas Gregor · 13 years ago
- af30029 modern objc translator. Finish off first cut of the by Fariborz Jahanian · 13 years ago
- ee18803 When we resolve the type of an 'auto' variable, clear out the linkage by Douglas Gregor · 13 years ago
- 9e8c92a Basic support for name mangling of C++11 lambda expressions. Because by Douglas Gregor · 13 years ago
- 86211df Remove the type retaining from the clang frontend. This is now by Eric Christopher · 13 years ago
- 917bc8d Make forward declarations for objective-c types use the new by Eric Christopher · 13 years ago
- 83bc276 Deserialize the direct-initialization range of a "new" expression by Douglas Gregor · 13 years ago
- 1367c9b Fixing the working-directory option so that it stores the proper directory. by Aaron Ballman · 13 years ago
- c93dc78 Basic: import IntrusiveRefCntPtr<> into clang namespace by Dylan Noblesmith · 13 years ago
- 345032a Add 3dNOW intrinsic header to x86intrin.h, conditioned on __3dNOW__ to by Chandler Carruth · 13 years ago
- 19562c9 ObjCMessageExpr: Don't leave SelLocsKind uninitialized when the send is implicit. by Benjamin Kramer · 13 years ago
- 2b28bf1 Set the location of the template keyword when allocating a new TemplateIdAnnotation. by Benjamin Kramer · 13 years ago
- d2aea12 objective-c modern translator: comment out private ivars by Fariborz Jahanian · 13 years ago
- 772291a Emit a warning when list-initializing a std::initializer_list member. by Sebastian Redl · 13 years ago
- 972edf0 Make heap-allocation of std::initializer_list 'work'. by Sebastian Redl · 13 years ago
- 924db71 Make std::initializer_list member initializers 'work'. by Sebastian Redl · 13 years ago
- 24fe798 Refuse to compile global std::initializer_lists instead of doing completely the wrong thing. by Sebastian Redl · 13 years ago
- af130fd Get recursive initializer lists to work and add a test. Codegen of std::initializer_list is now complete. Onward to array new. by Sebastian Redl · 13 years ago
- bac5cf4 Add a testcase for using objects with list-constructors, and fix a Sema crash by repeating an old hack. by Sebastian Redl · 13 years ago
- d2231c9 Fix a crash for nested initializer list initialization. Still does the wrong thing in CodeGen, in that it never destructs anything. by Sebastian Redl · 13 years ago
- e8e92b9 Remove dead code. by Ahmed Charles · 13 years ago
- 0e65959 Implement a -gcc-toolchain command line option that does the same as by Rafael Espindola · 13 years ago
- 99c06be Teach analyzer that blocks with no captures are globals. Fixes <rdar://problem/10348049>. by Ted Kremenek · 13 years ago
- 8602401 Implement constant expression support for __real__ and __imag__ on lvalue by Richard Smith · 13 years ago
- e215ba1 Fix crash in analyzer diagnostic generation involving subexpressions of OpaqueValueExpr not appearing in the ParentMap. Fixes <rdar://problem/10797980>. by Ted Kremenek · 13 years ago
- a979712 Teach analyzer about NSAutoreleasePool -allocWithZone:. Fixes <rdar://problem/10640253>. by Ted Kremenek · 13 years ago
- dfb80de Fix wrong-code bug: __imag on a scalar lvalue should produce a zero rvalue, by Richard Smith · 13 years ago
- b673a41 Adopt ExprEngine and checkers to ObjC property refactoring. Everything was working, but now diagnostics are aware of message expressions implied by uses of properties. Fixes <rdar://problem/9241180>. by Ted Kremenek · 13 years ago
- b8197bc Default to not using __cxa_atexit on Solaris. by David Chisnall · 13 years ago
- d41854a Remove a debugging line accidentally left in the last commit. by David Chisnall · 13 years ago
- 5f3c163 Implement #pragma redefine_extname. by David Chisnall · 13 years ago
- 8b1d32bf Remove unused but set variable. by Benjamin Kramer · 13 years ago
- 999713e Rewrite variable capture within lambda expressions and blocks, by Douglas Gregor · 13 years ago
- 6893284 Unify our computation of the type of a captured reference to a by Douglas Gregor · 13 years ago
- b78ae97 Fix a problem in the GCC testsuite, exposed by r150557. Compound literals by Richard Smith · 13 years ago
- e61eb04 Add a bunch of missing calls to DiagnoseSentinelCalls. <rdar://problem/10885993>. by Eli Friedman · 13 years ago
- e698a5c Change wording of warning about using __bridge casts in non-ARC. by Ted Kremenek · 13 years ago
- 213d70b Diagnose uses of deleted destructors and inaccessible defaulted destructors. by Richard Smith · 13 years ago
- 7d5088a Initial refactoring of 'ShouldDeleteSpecialMember', in preparation for providing by Richard Smith · 13 years ago
- 7acebfb Fix comment. by Chad Rosier · 13 years ago
- 7ff0c5d Add in a caching mechanism so that forward declarations are replaced by Eric Christopher · 13 years ago
- 1486d2c Formatting. by Eric Christopher · 13 years ago
- 51b2f6b Remove UpdateCompletedType from the debug info emission. We now by Eric Christopher · 13 years ago
- 6e94f6c Remove redundant check. by Chad Rosier · 13 years ago
- 3133f79 Have conjured symbols depend on LocationContext, to add context sensitivity for functions called more than once. by Ted Kremenek · 13 years ago
- f0dfc9c [analyzer] Fix another false positive in the Malloc Checker, by making by Anna Zaks · 13 years ago
- 998e275 [analyzer] Generalize function name checking in CString checker. by Anna Zaks · 13 years ago
- cf4c60f modern objc translator: postpone writing of class definitions by Fariborz Jahanian · 13 years ago
- 8c00a1b modern objc writer: more work for category metadata rewrite and some cleanup. by Fariborz Jahanian · 13 years ago
- 00a8c3f Don't emit optimization-specific intrinsic at -O0. by Richard Smith · 13 years ago
- 6118612 modern objc translator: category metadata related patch. by Fariborz Jahanian · 13 years ago
- 48fad49 On Solaris, define some standard macros that the Solaris headers require in by David Chisnall · 13 years ago
- d267b3f De-nest tentative parsing to disambiguate lambdas from designators; no by Douglas Gregor · 13 years ago
- 1f27805 Don't allow non-empty ParenListExprs as array-new initializers. by Sebastian Redl · 13 years ago
- 32cf1f2 Basic code generation support for std::initializer_list. by Sebastian Redl · 13 years ago
- abb9432 The clang half of r150794: after the construction of a global or static const by Richard Smith · 13 years ago
- 1e009d5 Index "12" holds the vtable, not "9". by Eric Christopher · 13 years ago
- a9b21d2 Bug fix: do not emit static const local variables with mutable members by Richard Smith · 13 years ago
- e15c712 When performing IRGen on a global, emit it as a constant if: by Richard Smith · 13 years ago
- bd64520 Only add 'const' to the type of variables captured in a lambda when by Douglas Gregor · 13 years ago
- b3f323d Disambiguate between C++11 lambda expressions and C99 array by Douglas Gregor · 13 years ago
- f3908f2 Make sure all remaining parts of the constant evaluator are aware that an array by Richard Smith · 13 years ago
- de5d3c7 Whether an argument is required (in contrast with being an by John McCall · 13 years ago
- a345edb Block expressions always have a prototyped function type; expose this by John McCall · 13 years ago
- 27dd7d9 Rework the Sema/AST/IRgen dance for the lambda closure type's by Douglas Gregor · 13 years ago
- 85b29a4 Reject continue/break statements within members of local functions nested within by Richard Smith · 13 years ago
- ce582fe PR12012: Fix a regression in r150419 where we would try (and fail) to by Richard Smith · 13 years ago
- df79567 objective-c translator. More stuff for modern meta-data. by Fariborz Jahanian · 13 years ago
- 9965dea Reapply r150631: by Eric Christopher · 13 years ago
- 22cfaf5 Elide copy construction in new expressions. PR11757. by Eli Friedman · 13 years ago
- 3336353 Avoid infinite mutual recursion in DiagnoseInvalidRedeclaration. by Kaelyn Uhrain · 13 years ago
- febdc32 [analyzer] Malloc Checker: Clean up bug naming: by Anna Zaks · 13 years ago
- fe57160 [analyzer] Malloc Checker: Make the diagnostic visitor handle the case by Anna Zaks · 13 years ago
- ebc6af1 Pacify gcc's -Wreturn-type by Matt Beaumont-Gay · 13 years ago
- eeabf38 fix the property list metadata name. by Fariborz Jahanian · 13 years ago
- c9ecec4 Improve recovery for lambda expressions that have 'mutable' or a by Douglas Gregor · 13 years ago
- 3f77c7b modern objective-c translator: write the root class meta-data. by Fariborz Jahanian · 13 years ago
- 7bdc152 Lambda closure types are always considered to be like "local" classes, by Douglas Gregor · 13 years ago
- bdd4c84 Add checker visitation hooks in ExprEngine::Visit() for common no-op expressions. To be used later. by Ted Kremenek · 13 years ago
- 2ac58b7 Revert "Move ExplodedNode reclaimation out of ExprEngine and into CoreEngine. Also have it based on adding predecessors/successors, not node allocation. No measurable performance change." by Ted Kremenek · 13 years ago
- b9c64d8 C++11 allows unions to have static data members. Remove the corresponding by Richard Smith · 13 years ago
- 437ee81 Move ExplodedNode reclaimation out of ExprEngine and into CoreEngine. Also have it based on adding predecessors/successors, not node allocation. No measurable performance change. by Ted Kremenek · 13 years ago
- 626719b Minor cleanup to node data structures in ExplodedGraph. No functionality change. by Ted Kremenek · 13 years ago
- 6ade343 modern objc translator: meta-data generation for first part of class meta-data. by Fariborz Jahanian · 13 years ago
- 8f70bda In Objective-C++, allow the keyword 'class' to be used as a property by Douglas Gregor · 13 years ago
- f11641a If code completion patterns are not enabled, use simpler else/else if by Douglas Gregor · 13 years ago
- ae1b4af Add fixits for ARC casting errors for implicit conversions as well. rdar://10289283 by Argyrios Kyrtzidis · 13 years ago
- dd5756c Minor fix to template instantiation, which properly instantiates by DeLesley Hutchins · 13 years ago