2016-12-09 |
Bruno Cardoso... | [Headers] Add #include_next for tgmath.h on Darwin |
commit | commitdiff | tree | snapshot |
2016-12-09 |
Kelvin Li | [OpenMP] Sema and parsing for 'teams distribute paralle... |
commit | commitdiff | tree | snapshot |
2016-12-09 |
Bruno Cardoso... | [CrashReproducer] Provide a clean dir path for -fmodule... |
commit | commitdiff | tree | snapshot |
2016-12-09 |
Bruno Cardoso... | [CrashReproducer] Rewrite relative include paths |
commit | commitdiff | tree | snapshot |
2016-12-09 |
Paul Robinson | Specify -std=gnu++98 on some Rewriter tests. NFC. |
commit | commitdiff | tree | snapshot |
2016-12-09 |
Eugene Zelenko | [AST, ASTMatchers, Basic] Fix some Clang-tidy modernize... |
commit | commitdiff | tree | snapshot |
2016-12-08 |
Ekaterina Romanova | [DOXYGEN] Improved doxygen comments for xmmintrin.h... |
commit | commitdiff | tree | snapshot |
2016-12-08 |
Ekaterina Romanova | [DOXYGEN] Improved doxygen comments. |
commit | commitdiff | tree | snapshot |
2016-12-08 |
Mike Aizatsky | [sanitizers] lsan+sancov doesn't need ubsanrt (multi... |
commit | commitdiff | tree | snapshot |
2016-12-08 |
Ekaterina Romanova | [DOXYGEN] Improved doxygen comments for emmintrin.h... |
commit | commitdiff | tree | snapshot |
2016-12-08 |
David Gross | [DebugInfo] Relax test case for long double constants. |
commit | commitdiff | tree | snapshot |
2016-12-08 |
David Gross | [DebugInfo] Add support for __fp16, float, and double... |
commit | commitdiff | tree | snapshot |
2016-12-08 |
Artem Belevich | [CUDA] Ignore implicit target attributes during functio... |
commit | commitdiff | tree | snapshot |
2016-12-08 |
Ekaterina Romanova | [DOXYGEN] Improved doxygen comments. |
commit | commitdiff | tree | snapshot |
2016-12-08 |
Douglas Yung | Fixing test to work when the compiler defaults to a... |
commit | commitdiff | tree | snapshot |
2016-12-08 |
Alex Lorenz | [CodeCompletion][ObjC] Use a parameterized NSSet return... |
commit | commitdiff | tree | snapshot |
2016-12-08 |
Alex Lorenz | [CodeCompletion] Provide Objective-C class property... |
commit | commitdiff | tree | snapshot |
2016-12-08 |
Alex Lorenz | [Sema] Avoid "case value not in enumerated type" warnin... |
commit | commitdiff | tree | snapshot |
2016-12-08 |
Artem Dergachev | [analyzer] Add dispatch_data_create as a special case... |
commit | commitdiff | tree | snapshot |
2016-12-08 |
Malcolm Parsons | [ASTMatcher] Add hasReplacementType matcher for SubstTe... |
commit | commitdiff | tree | snapshot |
2016-12-08 |
Ekaterina Romanova | [DOXYGEN] Improved doxygen comments for avxintrin.h... |
commit | commitdiff | tree | snapshot |
2016-12-08 |
Richard Smith | [c++1z] P0490R0, NB comment GB 20: if std::tuple_size... |
commit | commitdiff | tree | snapshot |
2016-12-08 |
Richard Smith | [c++1z] P0003R5: Removing dynamic exception specifications. |
commit | commitdiff | tree | snapshot |
2016-12-08 |
Bruno Cardoso... | [Headers] Enable #include_next<float.h> on Darwin |
commit | commitdiff | tree | snapshot |
2016-12-08 |
David L. Jones | Loosen checks for _MSC_FULL_VER under -fms-extensions. |
commit | commitdiff | tree | snapshot |
2016-12-08 |
Bruno Cardoso... | [Driver][Darwin] Disable default stack protector levels... |
commit | commitdiff | tree | snapshot |
2016-12-07 |
David L. Jones | Refactor how the MSVC toolchain searches for a compatib... |
commit | commitdiff | tree | snapshot |
2016-12-07 |
David L. Jones | Add more tests for MSVC version handling. |
commit | commitdiff | tree | snapshot |
2016-12-07 |
Bruno Cardoso... | [Driver] Add tests for default stack protector values... |
commit | commitdiff | tree | snapshot |
2016-12-07 |
Malcolm Parsons | [RecursiveASTVisitor] Improve post-order traversal... |
commit | commitdiff | tree | snapshot |
2016-12-07 |
Artem Belevich | [CUDA] Improve target attribute checking for function... |
commit | commitdiff | tree | snapshot |
2016-12-07 |
Malcolm Parsons | [RecursiveASTVisitor] Fix post-order traversal of Unary... |
commit | commitdiff | tree | snapshot |
2016-12-07 |
Devin Coughlin | [analyzer] Fix typo in nullability checker diagnostic |
commit | commitdiff | tree | snapshot |
2016-12-07 |
Artem Dergachev | [analyzer] Remove an unused enum value in RetainCountCh... |
commit | commitdiff | tree | snapshot |
2016-12-07 |
Artem Dergachev | [analyzer] pr31226: Disable CastSizeChecker in C++... |
commit | commitdiff | tree | snapshot |
2016-12-07 |
Alex Lorenz | Implement the -Wstrict-prototypes warning |
commit | commitdiff | tree | snapshot |
2016-12-07 |
Alex Lorenz | [ObjC++] Don't enter a C++ declarator scope when the... |
commit | commitdiff | tree | snapshot |
2016-12-07 |
Sam McCall | Compilation database test: don't try to output to CWD |
commit | commitdiff | tree | snapshot |
2016-12-07 |
Alexey Bader | [OpenCL] Added a LIT test for ensuring address space... |
commit | commitdiff | tree | snapshot |
2016-12-07 |
Alexey Bader | [OpenCL] Fix SPIR version generation. |
commit | commitdiff | tree | snapshot |
2016-12-07 |
Duncan P. N... | Driver: Remove support for -fobjc-gc* |
commit | commitdiff | tree | snapshot |
2016-12-07 |
Richard Smith | Fix test. |
commit | commitdiff | tree | snapshot |
2016-12-07 |
Erich Keane | [MS-ABI]V-base dtor called more than needed when throw... |
commit | commitdiff | tree | snapshot |
2016-12-07 |
Reid Kleckner | Address review feedback by adding comments about $... |
commit | commitdiff | tree | snapshot |
2016-12-06 |
Richard Smith | [c++17] P0135R1: Guaranteed copy elision. |
commit | commitdiff | tree | snapshot |
2016-12-06 |
Kelvin Li | [OpenMP] Fix typo in the run command in the test case... |
commit | commitdiff | tree | snapshot |
2016-12-06 |
Reid Kleckner | Disable -Wweak-vtables when there are no key functions |
commit | commitdiff | tree | snapshot |
2016-12-06 |
Kelvin Li | [OpenMP] Fix typo in the test case. NFC. |
commit | commitdiff | tree | snapshot |
2016-12-06 |
Joerg Sonnenberger | Fix FileCheck pattern. |
commit | commitdiff | tree | snapshot |
2016-12-06 |
Joerg Sonnenberger | Allow additional output since e.g. OSX appends flags... |
commit | commitdiff | tree | snapshot |
2016-12-06 |
David Majnemer | [MS ABI] Implement more of the Itanium mangling rules |
commit | commitdiff | tree | snapshot |
2016-12-06 |
Joerg Sonnenberger | Make test case slightly more robust by explicitly passi... |
commit | commitdiff | tree | snapshot |
2016-12-06 |
Joerg Sonnenberger | If clang was configured for a DEFAULT_SYSROOT and no... |
commit | commitdiff | tree | snapshot |
2016-12-06 |
Joerg Sonnenberger | Allow clang to write compilation database records. |
commit | commitdiff | tree | snapshot |
2016-12-06 |
Jonathan Roelofs | Fix doc string typo: s/@__yes/@__objc_yes/ |
commit | commitdiff | tree | snapshot |
2016-12-06 |
Malcolm Parsons | Fix two clang-tidy misc-move-forwarding-reference warnings |
commit | commitdiff | tree | snapshot |
2016-12-06 |
Benjamin Kramer | Also recognize -std=iso9899:201x |
commit | commitdiff | tree | snapshot |
2016-12-06 |
Mandeep Singh... | [clang] Fix D26214: Move error handling out of MC and... |
commit | commitdiff | tree | snapshot |
2016-12-06 |
Richard Trieu | Clean up some Sema checking code. NFC |
commit | commitdiff | tree | snapshot |
2016-12-06 |
Richard Smith | Revert r288626, which reverts r288449. Original commit... |
commit | commitdiff | tree | snapshot |
2016-12-06 |
Richard Trieu | Add test for r288732, warn on unsigned zero in std... |
commit | commitdiff | tree | snapshot |
2016-12-06 |
Richard Smith | Additional test file missed from r288737. |
commit | commitdiff | tree | snapshot |
2016-12-06 |
Richard Smith | [modules] Use the "redundant #include" diagnostic rathe... |
commit | commitdiff | tree | snapshot |
2016-12-05 |
Richard Trieu | Warn on unsigned zero in call to std::max |
commit | commitdiff | tree | snapshot |
2016-12-05 |
Florian Hahn | [docs] Use x86_64 and i386 instead of x86 as arch for... |
commit | commitdiff | tree | snapshot |
2016-12-05 |
Saleem Abdulrasool | CodeGen: fix windows itanium RTTI in EH mode |
commit | commitdiff | tree | snapshot |
2016-12-05 |
Dominic Chen | [analyzer] Print type for SymbolRegionValues when dumpi... |
commit | commitdiff | tree | snapshot |
2016-12-05 |
Vitaly Buka | Fix stack-use-after-scope in CheckExplicitlyDefaultedMe... |
commit | commitdiff | tree | snapshot |
2016-12-05 |
Vitaly Buka | Fix stack-use-after-scope in EvaluateImplicitExceptionSpec |
commit | commitdiff | tree | snapshot |
2016-12-05 |
Shoaib Meenai | [Sema] Respect DLL attributes more faithfully |
commit | commitdiff | tree | snapshot |
2016-12-05 |
Devin Coughlin | [analyzer] ObjCGenerics: Warn only on mismatch for... |
commit | commitdiff | tree | snapshot |
2016-12-05 |
Martin Bohme | CFGBuilder: Fix crash when visiting delete expression... |
commit | commitdiff | tree | snapshot |
2016-12-05 |
Benjamin Kramer | Clean out unused diagnostics. NFC. |
commit | commitdiff | tree | snapshot |
2016-12-05 |
Richard Smith | DR1213: element access on an array xvalue or prvalue... |
commit | commitdiff | tree | snapshot |
2016-12-05 |
Matthias Braun | Adapt to llvm/TableGen DagInit changes. |
commit | commitdiff | tree | snapshot |
2016-12-05 |
Peter Collingbourne | IRGen: Remove an unused overload of CreateAlignedLoad. |
commit | commitdiff | tree | snapshot |
2016-12-04 |
Daniel Jasper | Revert "Recover better from an incompatible .pcm file... |
commit | commitdiff | tree | snapshot |
2016-12-04 |
Matthias Braun | TableGen: Adapt to llvm r288612 |
commit | commitdiff | tree | snapshot |
2016-12-03 |
Sylvestre Ledru | Add the --no-color option to the git call in the doc... |
commit | commitdiff | tree | snapshot |
2016-12-03 |
Dan Gohman | [WebAssembly] Revert r288447. |
commit | commitdiff | tree | snapshot |
2016-12-03 |
Sergey Kalinichev | [libclang] Fix python tests |
commit | commitdiff | tree | snapshot |
2016-12-03 |
Saleem Abdulrasool | Sema: delay the DLL exported member referencing |
commit | commitdiff | tree | snapshot |
2016-12-03 |
Eric Fiselier | [Sema] Don't perform aggregate initialization for types... |
commit | commitdiff | tree | snapshot |
2016-12-03 |
Richard Smith | DR616, and part of P0135R1: member access (or pointer... |
commit | commitdiff | tree | snapshot |
2016-12-03 |
Richard Smith | PR31244: Use the exception specification from the calle... |
commit | commitdiff | tree | snapshot |
2016-12-02 |
Richard Smith | More diagnostic name fixups: w_ -> warn_, warning_... |
commit | commitdiff | tree | snapshot |
2016-12-02 |
Saleem Abdulrasool | CodeGen: export typeinfo and typeinfo name on itanium |
commit | commitdiff | tree | snapshot |
2016-12-02 |
Richard Smith | Mass-rename the handful of error_* diagnostics to err_*. |
commit | commitdiff | tree | snapshot |
2016-12-02 |
George Burgess IV | [Sema] Reset a BumpPtrAllocator on clear(). NFC. |
commit | commitdiff | tree | snapshot |
2016-12-02 |
Adam Nemet | With LTO and profile-use, enable hotness info in opt... |
commit | commitdiff | tree | snapshot |
2016-12-02 |
Jason Henline | [CUDA] Forward sanitizer support to host toolchain |
commit | commitdiff | tree | snapshot |
2016-12-02 |
Eric Liu | [ClangFormat] Only insert #include into the #include... |
commit | commitdiff | tree | snapshot |
2016-12-02 |
Alex Lorenz | [Frontend] Fix an issue where a quoted search path... |
commit | commitdiff | tree | snapshot |
2016-12-02 |
NAKAMURA Takumi | clang/test/Driver/defsym.s: Appease targeting msc.... |
commit | commitdiff | tree | snapshot |
2016-12-02 |
Jason Henline | [CUDA] Fix faulty test from rL288448 |
commit | commitdiff | tree | snapshot |
2016-12-02 |
Richard Smith | p0012r1: define corresponding feature test macro |
commit | commitdiff | tree | snapshot |
2016-12-02 |
Richard Smith | Recover better from an incompatible .pcm file being... |
commit | commitdiff | tree | snapshot |
2016-12-02 |
Jason Henline | [CUDA] "Support" ASAN arguments in CudaToolChain |
commit | commitdiff | tree | snapshot |
2016-12-02 |
Dan Gohman | [WebAssembly] Add an -mdirect flag for the direct wasm... |
commit | commitdiff | tree | snapshot |
2016-12-02 |
Jonathan Roelofs | Delete tautological assertion. |
commit | commitdiff | tree | snapshot |
next |