2011-12-17 |
Chad Rosier | Fix _mm256_extractf128_* AVX intrinsics to use "I"... |
commit | commitdiff | tree | snapshot |
2011-12-17 |
Chad Rosier | Partial revert of r146791; vpermilps/vpermilpd instruct... |
commit | commitdiff | tree | snapshot |
2011-12-17 |
Eli Friedman | Remove a non-gcc-compatible extension that would apply... |
commit | commitdiff | tree | snapshot |
2011-12-17 |
Eric Christopher | Add a triple to this test to hopefully get it passing... |
commit | commitdiff | tree | snapshot |
2011-12-17 |
Anna Zaks | [analyzer] Fixup for r146793. Add tests for atol and... |
commit | commitdiff | tree | snapshot |
2011-12-17 |
Anna Zaks | [analyzer] Add support for taint flowing through a... |
commit | commitdiff | tree | snapshot |
2011-12-17 |
Anna Zaks | [analyzer] Minor: Simplify & assert. |
commit | commitdiff | tree | snapshot |
2011-12-17 |
Chad Rosier | Fix _mm256_round_pd, _mm256_round_ps, _mm_permute_pd... |
commit | commitdiff | tree | snapshot |
2011-12-16 |
Eric Christopher | When in a limited debug information situation if we... |
commit | commitdiff | tree | snapshot |
2011-12-16 |
Eric Christopher | Start down the path of getting clang to internally... |
commit | commitdiff | tree | snapshot |
2011-12-16 |
Nicola Gigante | Fix an inconsistency in the syntactic form of InitListE... |
commit | commitdiff | tree | snapshot |
2011-12-16 |
Richard Smith | Don't allow #include (and its friends #import, #include... |
commit | commitdiff | tree | snapshot |
2011-12-16 |
Douglas Gregor | Add missing header change |
commit | commitdiff | tree | snapshot |
2011-12-16 |
Douglas Gregor | Make sure we're always setting the previous declaration... |
commit | commitdiff | tree | snapshot |
2011-12-16 |
Nick Lewycky | Add the value of "suitably aligned" from the C++11... |
commit | commitdiff | tree | snapshot |
2011-12-16 |
Nick Lewycky | Fix 80-column violation and whitespace. No functionalit... |
commit | commitdiff | tree | snapshot |
2011-12-16 |
Eli Friedman | Add missing flush call. This is an attempt to fix... |
commit | commitdiff | tree | snapshot |
2011-12-16 |
Richard Smith | Reduce recursion limit on this test further to try... |
commit | commitdiff | tree | snapshot |
2011-12-16 |
Chad Rosier | Fix vinsertf128_* AVX intrinsics to use "I" (ICE) marki... |
commit | commitdiff | tree | snapshot |
2011-12-16 |
Chad Rosier | Fix vperm2f128_* AVX intrinsics to use "I" (ICE) markin... |
commit | commitdiff | tree | snapshot |
2011-12-16 |
Richard Smith | Add a warning flag for ext_embedded_directive. gcc... |
commit | commitdiff | tree | snapshot |
2011-12-16 |
Richard Smith | PR11594: Don't blindly build a UnaryOperator UO_Minus... |
commit | commitdiff | tree | snapshot |
2011-12-16 |
Richard Smith | C++11 constexpr: Add note stacks containing backtraces... |
commit | commitdiff | tree | snapshot |
2011-12-16 |
Anna Zaks | [analyzer] Better stdin support. |
commit | commitdiff | tree | snapshot |
2011-12-16 |
Anna Zaks | Fixup to the relaxed diagnostic verification option... |
commit | commitdiff | tree | snapshot |
2011-12-16 |
Devang Patel | Update tests to match r146744. |
commit | commitdiff | tree | snapshot |
2011-12-16 |
Douglas Gregor | If there is a definition of an ObjCInterfaceDecl, make... |
commit | commitdiff | tree | snapshot |
2011-12-16 |
David Blaikie | Support decltype in pseudo destructors and dependent... |
commit | commitdiff | tree | snapshot |
2011-12-16 |
Fariborz Jahanian | objc: after issuing the warning on direct use of __attr... |
commit | commitdiff | tree | snapshot |
2011-12-16 |
Douglas Gregor | Fix chaining of ObjCInterfaceDecl redeclarations |
commit | commitdiff | tree | snapshot |
2011-12-16 |
Sean Callanan | Sema::RequireCompleteType currently attempts to |
commit | commitdiff | tree | snapshot |
2011-12-15 |
Argyrios Kyrtzidis | In SourceManager::~SourceManager do a sanity check... |
commit | commitdiff | tree | snapshot |
2011-12-15 |
Douglas Gregor | When generating debug info for an ObjCInterfaceDecl... |
commit | commitdiff | tree | snapshot |
2011-12-15 |
Douglas Gregor | Move ObjCInterfaceDecl's "EndLoc" into DefinitionData... |
commit | commitdiff | tree | snapshot |
2011-12-15 |
Anna Zaks | [analyzer] Address Jordy's comments for r145985. |
commit | commitdiff | tree | snapshot |
2011-12-15 |
Douglas Gregor | When name lookup finds a module-private Objective-C... |
commit | commitdiff | tree | snapshot |
2011-12-15 |
Douglas Gregor | Keep track of all declarations of an Objective-C class... |
commit | commitdiff | tree | snapshot |
2011-12-15 |
Richard Smith | Refactor and simplify AddInitializerToDecl. |
commit | commitdiff | tree | snapshot |
2011-12-15 |
Chris Lattner | clarify that clang version number macros are marketing... |
commit | commitdiff | tree | snapshot |
2011-12-15 |
Douglas Gregor | Extend ObjCInterfaceDecl::DefinitionData to contain... |
commit | commitdiff | tree | snapshot |
2011-12-15 |
Devang Patel | Update tests to match r146665. |
commit | commitdiff | tree | snapshot |
2011-12-15 |
Douglas Gregor | Introduce the core infrastructure needed to model a... |
commit | commitdiff | tree | snapshot |
2011-12-15 |
Douglas Gregor | "Accidentally" fixed a bug with overloading of function... |
commit | commitdiff | tree | snapshot |
2011-12-15 |
Douglas Gregor | Two null Decl*'s don't refer to the same declaration... |
commit | commitdiff | tree | snapshot |
2011-12-15 |
Douglas Gregor | Provide a default constructor for ObjCInterfaceDecl... |
commit | commitdiff | tree | snapshot |
2011-12-15 |
Hans Wennborg | Fix test/Sema/format-strings-scanf.c |
commit | commitdiff | tree | snapshot |
2011-12-15 |
Hans Wennborg | Support the 'a' length modifier in scanf format strings... |
commit | commitdiff | tree | snapshot |
2011-12-15 |
Argyrios Kyrtzidis | [libclang] Give up on using write(); hopefully unbreaks... |
commit | commitdiff | tree | snapshot |
2011-12-15 |
Argyrios Kyrtzidis | Revert r146646 that was a mistake, and make the intende... |
commit | commitdiff | tree | snapshot |
2011-12-15 |
Argyrios Kyrtzidis | [libclang] Try to unbreak mingw build. |
commit | commitdiff | tree | snapshot |
2011-12-15 |
Douglas Gregor | Move the definition-specific data of ObjCInterfaceDecl... |
commit | commitdiff | tree | snapshot |
2011-12-15 |
Argyrios Kyrtzidis | [libclang] Install a fatal error handler that will... |
commit | commitdiff | tree | snapshot |
2011-12-15 |
Eli Friedman | <climits> has UINT_MAX, not <limits>. |
commit | commitdiff | tree | snapshot |
2011-12-15 |
Anna Zaks | Another fixit for r146633 (to make debian-fnt bot happy... |
commit | commitdiff | tree | snapshot |
2011-12-15 |
Anna Zaks | Fixit for r146633. Make sure UINT_MAX is defined on... |
commit | commitdiff | tree | snapshot |
2011-12-15 |
Eli Friedman | Enhance the -Wsign-compare handling to suppress the... |
commit | commitdiff | tree | snapshot |
2011-12-15 |
Anna Zaks | Add support for matching one or more (aka regex +)... |
commit | commitdiff | tree | snapshot |
2011-12-15 |
Eli Friedman | gcov-style profiling support for OpenBSD. Patch by... |
commit | commitdiff | tree | snapshot |
2011-12-15 |
Anna Zaks | [analyzer] Ensure that the order in which checker callb... |
commit | commitdiff | tree | snapshot |
2011-12-15 |
Fariborz Jahanian | objc: do not auto synthesize properties declared in |
commit | commitdiff | tree | snapshot |
2011-12-15 |
Douglas Gregor | In debugger support mode, if we have a top-level messag... |
commit | commitdiff | tree | snapshot |
2011-12-15 |
Richard Trieu | Modify how the -verify flag works. Currently, the... |
commit | commitdiff | tree | snapshot |
2011-12-15 |
Douglas Gregor | Replace all comparisons between ObjCInterfaceDecl point... |
commit | commitdiff | tree | snapshot |
2011-12-15 |
Argyrios Kyrtzidis | [libclang] Indexing API: provide an attribute list... |
commit | commitdiff | tree | snapshot |
2011-12-15 |
Argyrios Kyrtzidis | [libclang] Suppress indexing references for occurrences... |
commit | commitdiff | tree | snapshot |
2011-12-14 |
Douglas Gregor | Replace Decl::isSameEntityAs with a free function decla... |
commit | commitdiff | tree | snapshot |
2011-12-14 |
Richard Smith | Produce more detailed diagnostics when static_assert... |
commit | commitdiff | tree | snapshot |
2011-12-14 |
Richard Smith | Halve the constexpr recursion depth in this test in... |
commit | commitdiff | tree | snapshot |
2011-12-14 |
Rafael Espindola | Fix typos. |
commit | commitdiff | tree | snapshot |
2011-12-14 |
Douglas Gregor | Introduce Decl::isSameEntityAs(), to help compare decla... |
commit | commitdiff | tree | snapshot |
2011-12-14 |
Douglas Gregor | Don't consider an overloaded operator& when the express... |
commit | commitdiff | tree | snapshot |
2011-12-14 |
Rafael Espindola | Don't use the frame pointer on linux x86 and x86_64... |
commit | commitdiff | tree | snapshot |
2011-12-14 |
Anna Zaks | [analyzer] Disable verification step on the failing... |
commit | commitdiff | tree | snapshot |
2011-12-14 |
DeLesley Hutchins | Allow empty argument lists in thread safety attributes |
commit | commitdiff | tree | snapshot |
2011-12-14 |
David Blaikie | Move & comment the 'decltype in declarator-id' as sugge... |
commit | commitdiff | tree | snapshot |
2011-12-14 |
Anna Zaks | [analyzer] Re-enable the test which was failing on... |
commit | commitdiff | tree | snapshot |
2011-12-14 |
Bob Wilson | Fix obvious error in _mm_test_all_zeros. PR11565. |
commit | commitdiff | tree | snapshot |
2011-12-14 |
Douglas Gregor | Eliminate the vistigial ObjCClassDecl::ObjCClassRef... |
commit | commitdiff | tree | snapshot |
2011-12-14 |
Douglas Gregor | When name lookup comes across a declaration that is... |
commit | commitdiff | tree | snapshot |
2011-12-14 |
Matt Beaumont-Gay | r146430 lost some compile-time performance on MultiSour... |
commit | commitdiff | tree | snapshot |
2011-12-14 |
Bob Wilson | Enable stack protectors by default for iOS. <rdar... |
commit | commitdiff | tree | snapshot |
2011-12-14 |
Eli Friedman | Switch test over to using -verify instead of using... |
commit | commitdiff | tree | snapshot |
2011-12-14 |
Anna Zaks | [analyzer] Revert the taint test, which is failing... |
commit | commitdiff | tree | snapshot |
2011-12-14 |
Anna Zaks | [analyzer] Treat stdin as a source of taint. |
commit | commitdiff | tree | snapshot |
2011-12-14 |
Anna Zaks | [analyzer] Minor refactor to addTaint. |
commit | commitdiff | tree | snapshot |
2011-12-14 |
Anna Zaks | [analyzer] Mark output of fscanf and fopen as tainted. |
commit | commitdiff | tree | snapshot |
2011-12-14 |
Anna Zaks | [analyzer] Mark getenv output as tainted. |
commit | commitdiff | tree | snapshot |
2011-12-14 |
Chad Rosier | Per discussion on the list, remove BitcodeVerify pass... |
commit | commitdiff | tree | snapshot |
2011-12-13 |
Richard Trieu | Make the diagnostic message more consistant. Update... |
commit | commitdiff | tree | snapshot |
2011-12-13 |
Fariborz Jahanian | objc: diagnose duplicate declaration of methods |
commit | commitdiff | tree | snapshot |
2011-12-13 |
Argyrios Kyrtzidis | [libclang] Indexing API: Provide the protocols list... |
commit | commitdiff | tree | snapshot |
2011-12-13 |
Argyrios Kyrtzidis | [libclang] Indexing API: Fix indexing of missed references. |
commit | commitdiff | tree | snapshot |
2011-12-13 |
Argyrios Kyrtzidis | [libclang] Indexing API: Fix suppressing of references... |
commit | commitdiff | tree | snapshot |
2011-12-13 |
Ted Kremenek | Tweak ARC diagnostic categories and rename 'Automatic... |
commit | commitdiff | tree | snapshot |
2011-12-13 |
Abramo Bagnara | Added an assertion about overflow in sizeof evaluation... |
commit | commitdiff | tree | snapshot |
2011-12-13 |
David Blaikie | Disallow decltype in qualified declarator-ids. |
commit | commitdiff | tree | snapshot |
2011-12-13 |
Richard Smith | Add checks and diagnostics for many of the cases which... |
commit | commitdiff | tree | snapshot |
2011-12-13 |
Nick Lewycky | Testcase for LLVM commit r146475. |
commit | commitdiff | tree | snapshot |
2011-12-13 |
Nick Lewycky | s/%clang-cc1/%clang_cc1/ for conformity. |
commit | commitdiff | tree | snapshot |
2011-12-12 |
Douglas Gregor | Set umbrella directory correctly when we infer a framew... |
commit | commitdiff | tree | snapshot |
next |