2012-02-25 |
Sebastian Redl | Better mangling for new-expressions. Also, although... |
commit | commitdiff | tree | snapshot |
2012-02-25 |
Chad Rosier | Temporarily revert r151288: |
commit | commitdiff | tree | snapshot |
2012-02-25 |
NAKAMURA Takumi | CMake: install libclang.dll to $CMAKE_INSTALL_PREFIX... |
commit | commitdiff | tree | snapshot |
2012-02-25 |
Ahmed Charles | ArrayRef'ize various functions in the AST/Parser/Sema. |
commit | commitdiff | tree | snapshot |
2012-02-25 |
Richard Smith | Accept __has_feature(__feature__) as a synonym for... |
commit | commitdiff | tree | snapshot |
2012-02-25 |
Richard Smith | Fix r151443 to only apply C++11's exception for non... |
commit | commitdiff | tree | snapshot |
2012-02-25 |
Richard Smith | PR11956: C++11's special exception for accessing non... |
commit | commitdiff | tree | snapshot |
2012-02-25 |
Richard Smith | Fix assertion (too few Diag arguments) when diagnosing... |
commit | commitdiff | tree | snapshot |
2012-02-25 |
Richard Smith | Teach CXXRecordDecl::hasIrrelevantDestructor to check... |
commit | commitdiff | tree | snapshot |
2012-02-25 |
Richard Smith | Fix a regression from r151117: ADL requires that we... |
commit | commitdiff | tree | snapshot |
2012-02-25 |
Chad Rosier | Prevent llvm.lifetime intrinsics from being emitted... |
commit | commitdiff | tree | snapshot |
2012-02-25 |
Eli Friedman | Work-in-progress for lambda conversion-to-block operato... |
commit | commitdiff | tree | snapshot |
2012-02-25 |
Argyrios Kyrtzidis | Don't record nested macro expansions in the preprocessi... |
commit | commitdiff | tree | snapshot |
2012-02-25 |
Ted Kremenek | RetainCountChecker: don't adjust the retain count when... |
commit | commitdiff | tree | snapshot |
2012-02-25 |
Argyrios Kyrtzidis | [arcmt] GC migrator: don't try to remove redundant... |
commit | commitdiff | tree | snapshot |
2012-02-25 |
Eli Friedman | Improve the diagnostic in ARC mode when a conditional... |
commit | commitdiff | tree | snapshot |
2012-02-25 |
Douglas Gregor | Trying to increase my Ohloh ranking with trivial tweaks |
commit | commitdiff | tree | snapshot |
2012-02-25 |
DeLesley Hutchins | Bugfix: bogus warning -- "invalid use of non-static... |
commit | commitdiff | tree | snapshot |
2012-02-25 |
Douglas Gregor | Simplify check per Eli's comment |
commit | commitdiff | tree | snapshot |
2012-02-24 |
Douglas Gregor | Add test for C++ DR899. |
commit | commitdiff | tree | snapshot |
2012-02-24 |
Anna Zaks | [analyzer] Malloc: reason about the ObjC messages and... |
commit | commitdiff | tree | snapshot |
2012-02-24 |
Douglas Gregor | Implement C++11 [over.match.copy]p1b2, which allows... |
commit | commitdiff | tree | snapshot |
2012-02-24 |
Eli Friedman | Fix a stupid mistake in r151133. Reported to me by... |
commit | commitdiff | tree | snapshot |
2012-02-24 |
Richard Smith | Remove FIXME: as Eli points out, the behavior here... |
commit | commitdiff | tree | snapshot |
2012-02-24 |
Douglas Gregor | For the purposes of building LLVM types, a forward... |
commit | commitdiff | tree | snapshot |
2012-02-24 |
Richard Smith | Back out __decltype warning from r151377: we should... |
commit | commitdiff | tree | snapshot |
2012-02-24 |
Benjamin Kramer | Make helper static. |
commit | commitdiff | tree | snapshot |
2012-02-24 |
Richard Smith | When checking whether a reference to a variable is... |
commit | commitdiff | tree | snapshot |
2012-02-24 |
Fariborz Jahanian | Minor modern rewriter bug showed up during testing |
commit | commitdiff | tree | snapshot |
2012-02-24 |
Douglas Gregor | C++11 [class.ctor]p5 says that |
commit | commitdiff | tree | snapshot |
2012-02-24 |
Dmitri Gribenko | Fix comment: correct predicate name, reformat comment. |
commit | commitdiff | tree | snapshot |
2012-02-24 |
Argyrios Kyrtzidis | Change the text of a FIXME. |
commit | commitdiff | tree | snapshot |
2012-02-24 |
Argyrios Kyrtzidis | [libclang] Add a triple to the test. |
commit | commitdiff | tree | snapshot |
2012-02-24 |
Richard Smith | cxx_status: Consistently refer to C++11 as "C++11"... |
commit | commitdiff | tree | snapshot |
2012-02-24 |
Richard Smith | cxx_status: extended sizeof has been essentially comple... |
commit | commitdiff | tree | snapshot |
2012-02-24 |
Fariborz Jahanian | test for writing modern ivar of struct type. |
commit | commitdiff | tree | snapshot |
2012-02-24 |
Richard Smith | __decltype is a GNU extension, not a C++11 extension. |
commit | commitdiff | tree | snapshot |
2012-02-24 |
Fariborz Jahanian | more objective-c modern translator ivar tests. |
commit | commitdiff | tree | snapshot |
2012-02-24 |
Douglas Gregor | Two minor, related fixes for template instantiation... |
commit | commitdiff | tree | snapshot |
2012-02-24 |
Fariborz Jahanian | objc modern translator. Fixes writing of block pointer... |
commit | commitdiff | tree | snapshot |
2012-02-24 |
Anna Zaks | [analyzer] Run remove dead bindings before each call. |
commit | commitdiff | tree | snapshot |
2012-02-24 |
Anna Zaks | [analyzer] We were silently stopping exploring the... |
commit | commitdiff | tree | snapshot |
2012-02-24 |
Rafael Espindola | Use -no-integrated-as only on ARM. The X86 and X86... |
commit | commitdiff | tree | snapshot |
2012-02-24 |
Nick Lewycky | Revert r151357. That unreachable is reachable... |
commit | commitdiff | tree | snapshot |
2012-02-24 |
Nick Lewycky | Silence gcc warnings pointing out that CharByteWidth... |
commit | commitdiff | tree | snapshot |
2012-02-24 |
Matt Beaumont-Gay | Sink variable into assert |
commit | commitdiff | tree | snapshot |
2012-02-24 |
Douglas Gregor | Remove some trivial uses of hasTrivialCopyConstructor... |
commit | commitdiff | tree | snapshot |
2012-02-24 |
Douglas Gregor | Kill a spurious use of hasTrivialDefaultConstructor() |
commit | commitdiff | tree | snapshot |
2012-02-24 |
Douglas Gregor | Implement a new type trait __is_trivially_constructible... |
commit | commitdiff | tree | snapshot |
2012-02-24 |
Ted Kremenek | Make PathDiagnosticBuilder sensitive to varying Locatio... |
commit | commitdiff | tree | snapshot |
2012-02-24 |
Ted Kremenek | Remove stray path in test file. |
commit | commitdiff | tree | snapshot |
2012-02-24 |
Ted Kremenek | Reapply r151317, but when computing the PathDiagnostic... |
commit | commitdiff | tree | snapshot |
2012-02-24 |
David Blaikie | Fix test for non-block-default platforms. |
commit | commitdiff | tree | snapshot |
2012-02-24 |
Chad Rosier | Revert r151317 - Rework PathDiagnostics creation..... |
commit | commitdiff | tree | snapshot |
2012-02-24 |
Argyrios Kyrtzidis | [PCH] When keeping track of top-level decls for "target... |
commit | commitdiff | tree | snapshot |
2012-02-24 |
Ted Kremenek | Rework PathDiagnostic creation so that call stacks... |
commit | commitdiff | tree | snapshot |
2012-02-24 |
Fariborz Jahanian | Add an ivar test for modern objc abi translator. |
commit | commitdiff | tree | snapshot |
2012-02-24 |
Fariborz Jahanian | Make test works with FileCheck. |
commit | commitdiff | tree | snapshot |
2012-02-24 |
Chad Rosier | Reapply r151172 - Unwind path cleanup for array new... |
commit | commitdiff | tree | snapshot |
2012-02-23 |
Eli Friedman | Handle "#pragma GCC visibility" in a few more places... |
commit | commitdiff | tree | snapshot |
2012-02-23 |
Eli Friedman | Modernize some code which processes CastExprs to use... |
commit | commitdiff | tree | snapshot |
2012-02-23 |
Anna Zaks | [analyzer] KeyChainAPI: unique the leaks by allocation... |
commit | commitdiff | tree | snapshot |
2012-02-23 |
Fariborz Jahanian | objective-c++: Type of an objc string literal is NSStri... |
commit | commitdiff | tree | snapshot |
2012-02-23 |
Aaron Ballman | Turned on support for __declspecs: noreturn, noinline... |
commit | commitdiff | tree | snapshot |
2012-02-23 |
Douglas Gregor | Pull the OpaqueValueExpr's source expression into its... |
commit | commitdiff | tree | snapshot |
2012-02-23 |
Jim Grosbach | Update test for r151288 |
commit | commitdiff | tree | snapshot |
2012-02-23 |
Jim Grosbach | ARM: enable the integrated assembler by default for... |
commit | commitdiff | tree | snapshot |
2012-02-23 |
Anna Zaks | [analyzer] Malloc: unique leak reports by allocation... |
commit | commitdiff | tree | snapshot |
2012-02-23 |
Anna Zaks | [analyzer] Add CString checks to the release notes. |
commit | commitdiff | tree | snapshot |
2012-02-23 |
Argyrios Kyrtzidis | [libclang] Make sure that all top-level decls in a... |
commit | commitdiff | tree | snapshot |
2012-02-23 |
Fariborz Jahanian | Test is fixed. |
commit | commitdiff | tree | snapshot |
2012-02-23 |
Fariborz Jahanian | XFAIL test until I figure out how to make test pass... |
commit | commitdiff | tree | snapshot |
2012-02-23 |
Howard Hinnant | * tgmath_logb.patch implements the missing logb functio... |
commit | commitdiff | tree | snapshot |
2012-02-23 |
Fariborz Jahanian | Change test again so it passes in build-bot until I... |
commit | commitdiff | tree | snapshot |
2012-02-23 |
Fariborz Jahanian | fix test for patch in r151268. |
commit | commitdiff | tree | snapshot |
2012-02-23 |
Benjamin Kramer | Actually remove the duplicated elements from the vector. |
commit | commitdiff | tree | snapshot |
2012-02-23 |
Fariborz Jahanian | objective-c default synthesis. classes which adopt... |
commit | commitdiff | tree | snapshot |
2012-02-23 |
Douglas Gregor | Fix indentation |
commit | commitdiff | tree | snapshot |
2012-02-23 |
Douglas Gregor | Note that lambda expressions are available in the relea... |
commit | commitdiff | tree | snapshot |
2012-02-23 |
Douglas Gregor | Replace a use of hasTrivialDefaultConstructor() with... |
commit | commitdiff | tree | snapshot |
2012-02-23 |
Benjamin Kramer | Replace some DenseSets with SmallPtrSets. Apart from... |
commit | commitdiff | tree | snapshot |
2012-02-23 |
Benjamin Kramer | Unique CXXBasePath decls with the SmallVector/pod_sort... |
commit | commitdiff | tree | snapshot |
2012-02-23 |
Benjamin Kramer | Replace the std::map in the init list checker with... |
commit | commitdiff | tree | snapshot |
2012-02-23 |
Richard Smith | PR12067: When emitting an evaluated constant structure... |
commit | commitdiff | tree | snapshot |
2012-02-23 |
Douglas Gregor | Seriously, are injected-class-names that hard? |
commit | commitdiff | tree | snapshot |
2012-02-23 |
Douglas Gregor | Provide the __is_trivially_assignable type trait, which... |
commit | commitdiff | tree | snapshot |
2012-02-23 |
Douglas Gregor | Clang supports lambdas. |
commit | commitdiff | tree | snapshot |
2012-02-23 |
Rafael Espindola | Two fixes to how we compute visibility: |
commit | commitdiff | tree | snapshot |
2012-02-23 |
Douglas Gregor | Tweak C++ status table: |
commit | commitdiff | tree | snapshot |
2012-02-23 |
Douglas Gregor | Clang now supports lambda expressions. |
commit | commitdiff | tree | snapshot |
2012-02-23 |
Eli Friedman | Try to handle qualifiers more consistently for array... |
commit | commitdiff | tree | snapshot |
2012-02-23 |
Richard Smith | Update parser's disambiguation to cope with braced... |
commit | commitdiff | tree | snapshot |
2012-02-23 |
Aaron Ballman | Turned on support for __declspec(deprecated) in MS... |
commit | commitdiff | tree | snapshot |
2012-02-23 |
Anna Zaks | [analyzer] Invalidate the region passed to pthread_sets... |
commit | commitdiff | tree | snapshot |
2012-02-23 |
Ted Kremenek | Tweak release note comments for checker build. |
commit | commitdiff | tree | snapshot |
2012-02-23 |
Ted Kremenek | Update checker build to checker-261. |
commit | commitdiff | tree | snapshot |
2012-02-23 |
Eric Christopher | Add a quick TODO. |
commit | commitdiff | tree | snapshot |
2012-02-23 |
Eric Christopher | Fold debug scope emission into the cleanup scope. |
commit | commitdiff | tree | snapshot |
2012-02-22 |
Fariborz Jahanian | another test for modern ivar access rewrite. |
commit | commitdiff | tree | snapshot |
2012-02-22 |
Chad Rosier | Revert r151172: Unwind path cleanup for array new list... |
commit | commitdiff | tree | snapshot |
next |