2014-05-01 |
Lubos Lunak | -fsyntax-only for a test |
commit | commitdiff | tree | snapshot |
2014-05-01 |
Richard Smith | Bitrig's standard C++ standard library changed from... |
commit | commitdiff | tree | snapshot |
2014-05-01 |
Richard Smith | Bitrig now supports TLS, so enable TLS support when... |
commit | commitdiff | tree | snapshot |
2014-05-01 |
David Blaikie | Use std::abs(int) portably. |
commit | commitdiff | tree | snapshot |
2014-05-01 |
Reid Kleckner | Use %clang_cc1 in rewrite-includes-messages.c test... |
commit | commitdiff | tree | snapshot |
2014-05-01 |
Lubos Lunak | do not hide clang stderr output during a test |
commit | commitdiff | tree | snapshot |
2014-05-01 |
David Blaikie | Fix some -Wabsolute-value warnings introduced in r207796. |
commit | commitdiff | tree | snapshot |
2014-05-01 |
David Blaikie | Revert "Use make_unique<T>(...) rather than unique_ptr... |
commit | commitdiff | tree | snapshot |
2014-05-01 |
Lubos Lunak | use 'diff' rather than 'cmp -s' in a test |
commit | commitdiff | tree | snapshot |
2014-05-01 |
Kaelyn Takata | When sorting overload candidates, sort arity mismatches... |
commit | commitdiff | tree | snapshot |
2014-05-01 |
Lubos Lunak | write a line marker right before adding included file |
commit | commitdiff | tree | snapshot |
2014-05-01 |
Lubos Lunak | do not use "1" for line marker for the predefines ... |
commit | commitdiff | tree | snapshot |
2014-05-01 |
David Blaikie | Use make_unique<T>(...) rather than unique_ptr<T>(new... |
commit | commitdiff | tree | snapshot |
2014-05-01 |
Richard Smith | Update documentation to match recent API change. newFro... |
commit | commitdiff | tree | snapshot |
2014-05-01 |
Arnaud A. de... | PR19601: testcase improvement |
commit | commitdiff | tree | snapshot |
2014-05-01 |
David Blaikie | PR19623: Support typedefs (and alias templates) of... |
commit | commitdiff | tree | snapshot |
2014-05-01 |
David Blaikie | Fix debug-info-alias test to add CHECK to some lines... |
commit | commitdiff | tree | snapshot |
2014-05-01 |
David Majnemer | AST: Mangle reference temporaries reliably |
commit | commitdiff | tree | snapshot |
2014-05-01 |
Dinesh Dwivedi | Fix typo (first commit to test commit access). |
commit | commitdiff | tree | snapshot |
2014-05-01 |
Reid Kleckner | Fix declspec-thread.cpp test with a triple |
commit | commitdiff | tree | snapshot |
2014-05-01 |
Reid Kleckner | MSVCCompat: Don't produce an invalid AST when accepting... |
commit | commitdiff | tree | snapshot |
2014-05-01 |
Joey Gouly | [libclang] Add attribute support for 'pure', 'const... |
commit | commitdiff | tree | snapshot |
2014-05-01 |
Aaron Ballman | Fixing a FIXME -- no longer using std::memcpy, since... |
commit | commitdiff | tree | snapshot |
2014-05-01 |
Tobias Grosser | Support 'remark' in VerifyDiagnosticConsumer |
commit | commitdiff | tree | snapshot |
2014-05-01 |
Lubos Lunak | do not use "1" for line marker for the main file |
commit | commitdiff | tree | snapshot |
2014-05-01 |
Lubos Lunak | revert r207756 |
commit | commitdiff | tree | snapshot |
2014-05-01 |
Lubos Lunak | do not warn about unknown pragmas in modes that do... |
commit | commitdiff | tree | snapshot |
2014-05-01 |
Lubos Lunak | write a line marker right before adding included file |
commit | commitdiff | tree | snapshot |
2014-05-01 |
Ben Langmuir | Avoid a potential race between stat() and open() of... |
commit | commitdiff | tree | snapshot |
2014-05-01 |
Reid Kleckner | Add support for __declspec(thread) under -fms-extensions |
commit | commitdiff | tree | snapshot |
2014-05-01 |
Reid Kleckner | MS ABI x64: Don't destroy arguments twice on x64 |
commit | commitdiff | tree | snapshot |
2014-05-01 |
Richard Smith | Make typo-correction of inheriting constructors work... |
commit | commitdiff | tree | snapshot |
2014-04-30 |
Dmitri Gribenko | Comment parsing: remove HTML attribute validation |
commit | commitdiff | tree | snapshot |
2014-04-30 |
Arnaud A. de... | PR19601: std::remove_if does not really remove the... |
commit | commitdiff | tree | snapshot |
2014-04-30 |
Reid Kleckner | Fix typos in carries_dependency docs |
commit | commitdiff | tree | snapshot |
2014-04-30 |
David Majnemer | Sema: Implement DR477 |
commit | commitdiff | tree | snapshot |
2014-04-30 |
Richard Smith | When typo-correcting a member using declaration, don... |
commit | commitdiff | tree | snapshot |
2014-04-30 |
Richard Smith | When typo-correcting a member using-declaration, only... |
commit | commitdiff | tree | snapshot |
2014-04-30 |
Richard Smith | Fix crash if typo correction corrects a member using... |
commit | commitdiff | tree | snapshot |
2014-04-30 |
Reid Kleckner | __thread: Move constant init check to CheckCompleteVari... |
commit | commitdiff | tree | snapshot |
2014-04-30 |
Reid Kleckner | -Wunused-parameter: Don't fire on defaulted or deleted... |
commit | commitdiff | tree | snapshot |
2014-04-30 |
Logan Chien | Android uses -fpic for arm64 as well. |
commit | commitdiff | tree | snapshot |
2014-04-30 |
James Molloy | Add a test for big-endian NEON on ARM64. |
commit | commitdiff | tree | snapshot |
2014-04-30 |
Bradley Smith | [ARM64] Port remaining relevant AArch64 clang tests... |
commit | commitdiff | tree | snapshot |
2014-04-30 |
James Molloy | [ARM64] Add arm64_be where it was accidentally missed... |
commit | commitdiff | tree | snapshot |
2014-04-30 |
Andrea Di Biagio | Simplify test. No functional change intended. |
commit | commitdiff | tree | snapshot |
2014-04-30 |
Nico Weber | Add a triple to new test. |
commit | commitdiff | tree | snapshot |
2014-04-30 |
Nico Weber | Let stddef.h respect __need_{wchar_t, size_t, NULL... |
commit | commitdiff | tree | snapshot |
2014-04-30 |
Richard Smith | Defer loading any pending update records until we've... |
commit | commitdiff | tree | snapshot |
2014-04-30 |
Rafael Espindola | Drop non-cfi assembly support from clang. |
commit | commitdiff | tree | snapshot |
2014-04-29 |
Andrea Di Biagio | Add test case for revision 207575 to verify that on... |
commit | commitdiff | tree | snapshot |
2014-04-29 |
Hans Wennborg | scanf analysis: handle scanlists that start with ^... |
commit | commitdiff | tree | snapshot |
2014-04-29 |
Argyrios Kyrtzidis | [PCH/Modules] Don't tie TargetOptions::LinkerVersion... |
commit | commitdiff | tree | snapshot |
2014-04-29 |
Logan Chien | Android uses -fpic for aarch64. |
commit | commitdiff | tree | snapshot |
2014-04-29 |
Jordan Rose | [analyzer] Improve test from r207486. |
commit | commitdiff | tree | snapshot |
2014-04-29 |
Jordan Rose | [analyzer] Don't assert when combining using .* on... |
commit | commitdiff | tree | snapshot |
2014-04-29 |
Ben Langmuir | Reapply r207477 and r207479 without cyclic dependency |
commit | commitdiff | tree | snapshot |
2014-04-29 |
Fariborz Jahanian | Objective-C. Improve diagnosis of bridging types. |
commit | commitdiff | tree | snapshot |
2014-04-29 |
Daniel Jasper | clang-format: Don't bin-pack text-proto-formatted options. |
commit | commitdiff | tree | snapshot |
2014-04-29 |
Daniel Jasper | clang-format: Remove accidentally added debug output. |
commit | commitdiff | tree | snapshot |
2014-04-29 |
Daniel Jasper | clang-format: Allow single-line function in WebKit... |
commit | commitdiff | tree | snapshot |
2014-04-29 |
Alexey Volkov | Add comments regarding isPIEDefault usage for r207520 |
commit | commitdiff | tree | snapshot |
2014-04-29 |
Alexey Volkov | Pass -pie to linker when generating executable on Android |
commit | commitdiff | tree | snapshot |
2014-04-29 |
David Majnemer | AST: Fix visibility calculation for VarTemplateSpeciali... |
commit | commitdiff | tree | snapshot |
2014-04-29 |
NAKAMURA Takumi | Revert r207477 (and r207479), "Check -Werror options... |
commit | commitdiff | tree | snapshot |
2014-04-29 |
David Majnemer | CodeGen: Reference temporaries inherit visibility |
commit | commitdiff | tree | snapshot |
2014-04-29 |
Adrian Prantl | Make test independent of label. Thanks to Richard Smith... |
commit | commitdiff | tree | snapshot |
2014-04-29 |
Richard Smith | Run this test through instnamer to stop it failing... |
commit | commitdiff | tree | snapshot |
2014-04-29 |
Jordan Rose | [analyzer] Don't crash when a construction is followed... |
commit | commitdiff | tree | snapshot |
2014-04-29 |
Jordan Rose | scan-build: Don't use realpath when the user provides... |
commit | commitdiff | tree | snapshot |
2014-04-29 |
Nico Weber | Revert r207482; I fail at reading IRC. |
commit | commitdiff | tree | snapshot |
2014-04-29 |
Nico Weber | Let stddef.h redefine NULL if __need_NULL is set, as... |
commit | commitdiff | tree | snapshot |
2014-04-29 |
Adrian Prantl | Debug info: Improve line table for functions with clean... |
commit | commitdiff | tree | snapshot |
2014-04-29 |
Ben Langmuir | Add missing triple to make -isysroot work |
commit | commitdiff | tree | snapshot |
2014-04-29 |
Jordan Rose | [analyzer] Clean up the lists of current and potential... |
commit | commitdiff | tree | snapshot |
2014-04-29 |
Ben Langmuir | Check -Werror options during module validation |
commit | commitdiff | tree | snapshot |
2014-04-29 |
Reid Kleckner | LLVM supports TLS on Windows and we can use it from... |
commit | commitdiff | tree | snapshot |
2014-04-28 |
Paul Robinson | When Driver::generateCompilationDiagnostics is filterin... |
commit | commitdiff | tree | snapshot |
2014-04-28 |
Eli Bendersky | Move all CUDA testing inputs to Inputs/ subdirectory... |
commit | commitdiff | tree | snapshot |
2014-04-28 |
David Majnemer | CodeGen: Fix linkage of reference temporaries |
commit | commitdiff | tree | snapshot |
2014-04-28 |
Justin Bogner | [cleanup] Fix an 80-column violation |
commit | commitdiff | tree | snapshot |
2014-04-28 |
Chad Rosier | [driver] Disable the slp vectorizer at -O0, -O1, and... |
commit | commitdiff | tree | snapshot |
2014-04-28 |
Nico Weber | Remove unused using statement. |
commit | commitdiff | tree | snapshot |
2014-04-28 |
Aaron Ballman | Renaming range-based for loop variables so they don... |
commit | commitdiff | tree | snapshot |
2014-04-28 |
Aaron Ballman | [C++11] Converting to range-based for loops. No functio... |
commit | commitdiff | tree | snapshot |
2014-04-28 |
Daniel Jasper | clang-format: Improve binary operator detection. |
commit | commitdiff | tree | snapshot |
2014-04-28 |
Daniel Jasper | clang-format: Fixes spaces in case statements. |
commit | commitdiff | tree | snapshot |
2014-04-28 |
Hao Liu | [ARM64]Fix a bug cannot select UQSHL/SQSHL with constan... |
commit | commitdiff | tree | snapshot |
2014-04-28 |
Daniel Jasper | clang-format: Don't wrap after @interface. |
commit | commitdiff | tree | snapshot |
2014-04-28 |
Nico Weber | Follow-up to r207071: Let newFrontendActionFactory... |
commit | commitdiff | tree | snapshot |
2014-04-28 |
Alp Toker | libclang: split out the documentation comment API |
commit | commitdiff | tree | snapshot |
2014-04-28 |
Argyrios Kyrtzidis | [objcmt] Revert r191796, it's not needed anymore. |
commit | commitdiff | tree | snapshot |
2014-04-28 |
Saleem Abdulrasool | CodeGen: remove an unused variable |
commit | commitdiff | tree | snapshot |
2014-04-28 |
Argyrios Kyrtzidis | [SemaCXX] Silence -Wconstant-logical-operand if the... |
commit | commitdiff | tree | snapshot |
2014-04-27 |
Argyrios Kyrtzidis | [Index/DocComments] When cloning a full comment, pick... |
commit | commitdiff | tree | snapshot |
2014-04-27 |
Sylvestre Ledru | remove less relevant information + about packaging... |
commit | commitdiff | tree | snapshot |
2014-04-27 |
Sylvestre Ledru | Remove no longer relevant information in the gcc/llvm... |
commit | commitdiff | tree | snapshot |
2014-04-27 |
Sylvestre Ledru | remove useless code |
commit | commitdiff | tree | snapshot |
2014-04-27 |
Sylvestre Ledru | Remove deprecated information about performances: |
commit | commitdiff | tree | snapshot |
2014-04-27 |
Daniel Jasper | clang-format: Fix bug when aligning trailing /**/-comme... |
commit | commitdiff | tree | snapshot |
next |