2014-02-26 |
Richard Trieu | PR16074, implement warnings to catch pointer to boolean... |
commit | commitdiff | tree | snapshot |
2014-02-26 |
Jordan Rose | [analyzer] NonNullParamChecker: don't freak out about... |
commit | commitdiff | tree | snapshot |
2014-02-26 |
Richard Trieu | Add -Wabsolute-value, warnings about absolute value... |
commit | commitdiff | tree | snapshot |
2014-02-25 |
Adrian Prantl | Address review comments for r202185, no functionality... |
commit | commitdiff | tree | snapshot |
2014-02-25 |
Ted Kremenek | Hoist culling of -Wunreachable-code from headers before... |
commit | commitdiff | tree | snapshot |
2014-02-25 |
Adrian Prantl | Debug info: Generate debug info for variadic functions. |
commit | commitdiff | tree | snapshot |
2014-02-25 |
Ted Kremenek | Add preprocessed output to ccc-analyzer's accepted... |
commit | commitdiff | tree | snapshot |
2014-02-25 |
Benjamin Kramer | Pretty Printer: Print constexpr and ref qualifiers... |
commit | commitdiff | tree | snapshot |
2014-02-25 |
Roman Divacky | Pass the sparc architecture variant to the assembler. |
commit | commitdiff | tree | snapshot |
2014-02-25 |
Hans Wennborg | clang-cl: use -fno-rtti by default |
commit | commitdiff | tree | snapshot |
2014-02-25 |
Roman Divacky | Give sparcv9 the ability to set the target cpu. Change... |
commit | commitdiff | tree | snapshot |
2014-02-25 |
Ben Langmuir | Add a driver option -ivfsoverlay |
commit | commitdiff | tree | snapshot |
2014-02-25 |
Reid Kleckner | MS ABI: Just use getTypeInfoInChars to get the field... |
commit | commitdiff | tree | snapshot |
2014-02-25 |
Benjamin Kramer | Reapply "Pretty Printer: Fix printing of conversion... |
commit | commitdiff | tree | snapshot |
2014-02-25 |
Rafael Espindola | Revert "Pretty Printer: Fix printing of conversion... |
commit | commitdiff | tree | snapshot |
2014-02-25 |
Rafael Espindola | Update for llvm api change. |
commit | commitdiff | tree | snapshot |
2014-02-25 |
Benjamin Kramer | Pretty Printer: Fix printing of conversion operator... |
commit | commitdiff | tree | snapshot |
2014-02-25 |
Tim Northover | AArch64: use different type modifier in arm_neon.td |
commit | commitdiff | tree | snapshot |
2014-02-25 |
Christian Pirker | Add AArch64 big endian Target (aarch64_be) |
commit | commitdiff | tree | snapshot |
2014-02-25 |
Alexey Samsonov | Respect ToolChain::isPIEDefault() in constructing link... |
commit | commitdiff | tree | snapshot |
2014-02-25 |
Alexey Samsonov | Factor adding sanitizer linker flags into a separate... |
commit | commitdiff | tree | snapshot |
2014-02-25 |
Benjamin Kramer | Sema: When merging objc string literals, give the resul... |
commit | commitdiff | tree | snapshot |
2014-02-25 |
Benjamin Kramer | RewriteObjC: Factor string literal creation into a... |
commit | commitdiff | tree | snapshot |
2014-02-25 |
Tim Northover | ARM NEON: fix tests after r202137 |
commit | commitdiff | tree | snapshot |
2014-02-25 |
Serge Pavlov | Fix typo. |
commit | commitdiff | tree | snapshot |
2014-02-25 |
Alexey Bataev | Fix for Bug 18536 - Bad alignment in clang/AST/StmpOpenMP.h |
commit | commitdiff | tree | snapshot |
2014-02-25 |
Tim Northover | AArch64 NEON: add 64-bit scalar intrinsics for _f64... |
commit | commitdiff | tree | snapshot |
2014-02-25 |
Tim Northover | ARM NEON: add _f16 support to a couple of vector-shuffl... |
commit | commitdiff | tree | snapshot |
2014-02-25 |
David Majnemer | IRGen: Remove a stale comment |
commit | commitdiff | tree | snapshot |
2014-02-25 |
David Majnemer | Attr: Remove ForceInline |
commit | commitdiff | tree | snapshot |
2014-02-25 |
David Majnemer | AttributeReference: Document __single_inhertiance,... |
commit | commitdiff | tree | snapshot |
2014-02-25 |
David Majnemer | Modules: Fix malformed reStructuredText |
commit | commitdiff | tree | snapshot |
2014-02-25 |
Alp Toker | Fix typo in the td source too |
commit | commitdiff | tree | snapshot |
2014-02-25 |
Ted Kremenek | Remove dead assignment reported by Gautier DI FOLCO. |
commit | commitdiff | tree | snapshot |
2014-02-25 |
Ted Kremenek | Remove the FormatSecurity diagnostic group from the... |
commit | commitdiff | tree | snapshot |
2014-02-25 |
David Majnemer | AttributeReference: Fix a typo |
commit | commitdiff | tree | snapshot |
2014-02-25 |
Ben Langmuir | Allow multi-component paths in VFS file nodes |
commit | commitdiff | tree | snapshot |
2014-02-25 |
Alp Toker | Fix typos |
commit | commitdiff | tree | snapshot |
2014-02-25 |
Argyrios Kyrtzidis | [libclang] Introduce libclang APIs for creating a buffe... |
commit | commitdiff | tree | snapshot |
2014-02-25 |
Argyrios Kyrtzidis | [libclang] Include "BuildSystem.h" along with "Index.h" |
commit | commitdiff | tree | snapshot |
2014-02-25 |
David Majnemer | AST: Simplify CharUnits::alignmentAtOffset |
commit | commitdiff | tree | snapshot |
2014-02-25 |
David Majnemer | IRGen: Simplify alignment calculation in setBitFieldInfo |
commit | commitdiff | tree | snapshot |
2014-02-25 |
Reid Kleckner | MS ABI: Return sret parameters when using inalloca |
commit | commitdiff | tree | snapshot |
2014-02-25 |
NAKAMURA Takumi | clang/test/Preprocessor/init.c: Split conditions to... |
commit | commitdiff | tree | snapshot |
2014-02-25 |
NAKAMURA Takumi | Suppress clang/test/Driver/clang_f_opts.c for targeting... |
commit | commitdiff | tree | snapshot |
2014-02-24 |
Ben Langmuir | Improve some gtest assertions |
commit | commitdiff | tree | snapshot |
2014-02-24 |
David Majnemer | AST: Small code cleanup |
commit | commitdiff | tree | snapshot |
2014-02-24 |
David Majnemer | Sema: Make getPreferredTypeAlign respect alignments... |
commit | commitdiff | tree | snapshot |
2014-02-24 |
Ben Langmuir | Pass through context for DiagHandler in VFS |
commit | commitdiff | tree | snapshot |
2014-02-24 |
Richard Smith | If preprocessing results in a token with leading whites... |
commit | commitdiff | tree | snapshot |
2014-02-24 |
Peter Collingbourne | Follow up to r201927: remove the Sema::InFunctionDeclar... |
commit | commitdiff | tree | snapshot |
2014-02-24 |
Richard Smith | If the first token in a macro that appears at the start... |
commit | commitdiff | tree | snapshot |
2014-02-24 |
Roman Divacky | Add a test for r202059. |
commit | commitdiff | tree | snapshot |
2014-02-24 |
Fariborz Jahanian | Objective-C. Remove an assertion which asserts |
commit | commitdiff | tree | snapshot |
2014-02-24 |
Roman Divacky | Implement getDwarfEHStackPointer() and initDwarfEHRegSi... |
commit | commitdiff | tree | snapshot |
2014-02-24 |
Richard Barton | Implement -fno-short-wchar |
commit | commitdiff | tree | snapshot |
2014-02-24 |
Rafael Espindola | Update for llvm api change. |
commit | commitdiff | tree | snapshot |
2014-02-24 |
Hans Wennborg | [Win32 ABI] Defer operator delete checks until vtable... |
commit | commitdiff | tree | snapshot |
2014-02-24 |
Rafael Espindola | Don't assume that F_None is the default. It is about... |
commit | commitdiff | tree | snapshot |
2014-02-24 |
Aaron Ballman | Clarifying the wording for the noduplicate attribute. |
commit | commitdiff | tree | snapshot |
2014-02-24 |
Manuel Klimek | Fix AST matcher documentation for overloaded matchers. |
commit | commitdiff | tree | snapshot |
2014-02-24 |
Manuel Klimek | Fix docs generation for the AST matchers: |
commit | commitdiff | tree | snapshot |
2014-02-24 |
Dmitri Gribenko | ASTMatchers: added CXXMethodDecl matcher isPure() |
commit | commitdiff | tree | snapshot |
2014-02-24 |
Alp Toker | Add driver test for multiple preprocessor inputs |
commit | commitdiff | tree | snapshot |
2014-02-24 |
Alp Toker | Use a more conventional logical op instead of bitwise and |
commit | commitdiff | tree | snapshot |
2014-02-24 |
Kevin Qin | [AArch64] Change int64_t from 'long long int' to 'long... |
commit | commitdiff | tree | snapshot |
2014-02-24 |
Richard Smith | Update __cplusplus to match the value in the C++14... |
commit | commitdiff | tree | snapshot |
2014-02-24 |
Bob Wilson | Do not put instrumentation counters before phis in... |
commit | commitdiff | tree | snapshot |
2014-02-23 |
Argyrios Kyrtzidis | [Index] Make the USRs more stable. |
commit | commitdiff | tree | snapshot |
2014-02-23 |
Aaron Ballman | Fixing the indentation of the RST content in the releas... |
commit | commitdiff | tree | snapshot |
2014-02-23 |
Benjamin Kramer | Sema: Simplify away one-iteration loops. |
commit | commitdiff | tree | snapshot |
2014-02-23 |
NAKAMURA Takumi | [CMake] Resurrect mis-dropped dependency to ClangDriver... |
commit | commitdiff | tree | snapshot |
2014-02-23 |
NAKAMURA Takumi | [CMake] clang_tblgen: Use add_public_tablegen_target. |
commit | commitdiff | tree | snapshot |
2014-02-23 |
NAKAMURA Takumi | [CMake] Deprecate clang_tablegen(DEPENDS). |
commit | commitdiff | tree | snapshot |
2014-02-23 |
Alp Toker | Fix crash when both ExpectAndConsume and ConsumeAnyToke... |
commit | commitdiff | tree | snapshot |
2014-02-23 |
Saleem Abdulrasool | Release Notes: document -f{,no-}integrate-as |
commit | commitdiff | tree | snapshot |
2014-02-23 |
Saleem Abdulrasool | clang: add -f{no-,}integrate-as as consistent parameters |
commit | commitdiff | tree | snapshot |
2014-02-23 |
Bob Wilson | Remove support for the QA_OVERRIDE_GCC3_OPTIONS environ... |
commit | commitdiff | tree | snapshot |
2014-02-22 |
Saleem Abdulrasool | clang: forward -no-integrated-as from the driver |
commit | commitdiff | tree | snapshot |
2014-02-22 |
Saleem Abdulrasool | test: fix MIPS driver tests |
commit | commitdiff | tree | snapshot |
2014-02-22 |
Saleem Abdulrasool | Revert "clang: forward -no-integrated-as from the driver" |
commit | commitdiff | tree | snapshot |
2014-02-22 |
Saleem Abdulrasool | clang: forward -no-integrated-as from the driver |
commit | commitdiff | tree | snapshot |
2014-02-22 |
Nico Rieck | Reorganize and improve semantic tests for dllexport... |
commit | commitdiff | tree | snapshot |
2014-02-22 |
Aaron Ballman | Adding manual headings to the new capability attributes... |
commit | commitdiff | tree | snapshot |
2014-02-22 |
Aaron Ballman | Exposing the noduplicate attribute within Clang, which... |
commit | commitdiff | tree | snapshot |
2014-02-22 |
Peter Collingbourne | Do not add enums to prototype scope in C++ modes. |
commit | commitdiff | tree | snapshot |
2014-02-22 |
Peter Collingbourne | Correctly set brace range for CXXConstructExprs formed... |
commit | commitdiff | tree | snapshot |
2014-02-22 |
Ted Kremenek | Per feedback from Aaron Ballman, push cast-to-ObjCProto... |
commit | commitdiff | tree | snapshot |
2014-02-22 |
Warren Hunt | [_mm_prefetch] Returning previously deleted comment. |
commit | commitdiff | tree | snapshot |
2014-02-22 |
Ben Langmuir | Silence a warning from r201905 |
commit | commitdiff | tree | snapshot |
2014-02-22 |
David Majnemer | IRGen: Fix build breakage |
commit | commitdiff | tree | snapshot |
2014-02-22 |
Warren Hunt | [MS-ABI] Fix MSRecordLayout to handel MultiDimensionalA... |
commit | commitdiff | tree | snapshot |
2014-02-22 |
Warren Hunt | Fix two warnings introduced r201907 |
commit | commitdiff | tree | snapshot |
2014-02-22 |
David Majnemer | Sema: Don't crash when trying to instantiate a local... |
commit | commitdiff | tree | snapshot |
2014-02-22 |
Ted Kremenek | [ObjC] Make attribute 'objc_protocol_requires_explicit_... |
commit | commitdiff | tree | snapshot |
2014-02-21 |
Warren Hunt | Complete Rewrite of CGRecordLayoutBuilder |
commit | commitdiff | tree | snapshot |
2014-02-21 |
Ben Langmuir | Add a VFSFromYAML class and a parser to create it |
commit | commitdiff | tree | snapshot |
2014-02-21 |
Warren Hunt | Reapply 201734 but with appropriate gcc compatibility |
commit | commitdiff | tree | snapshot |
2014-02-21 |
Ted Kremenek | Add requirement that attribute 'objc_protocol_requires_... |
commit | commitdiff | tree | snapshot |
2014-02-21 |
Joerg Sonnenberger | Default to ARMv5e for NetBSD/EABI, ARMv4 for APCS. |
commit | commitdiff | tree | snapshot |
next |