2014-11-20 |
Richard Smith | Avoid earlier test interfering with later one. |
commit | commitdiff | tree | snapshot |
2014-11-20 |
Richard Smith | When mangling member-expressions, skip implicit accesse... |
commit | commitdiff | tree | snapshot |
2014-11-20 |
Alexey Samsonov | Remove support for undocumented SpecialCaseList entries. |
commit | commitdiff | tree | snapshot |
2014-11-20 |
Richard Smith | PR21531: fix crash on invalid with unexpanded pack... |
commit | commitdiff | tree | snapshot |
2014-11-19 |
Chad Rosier | Revert "[Reassociate] Update test cases due to r222142." |
commit | commitdiff | tree | snapshot |
2014-11-19 |
Daniel Jasper | clang-format: [Java] Accept generic types in enum decla... |
commit | commitdiff | tree | snapshot |
2014-11-19 |
Jordan Rose | [CMake] Always include the Clang repo version, just... |
commit | commitdiff | tree | snapshot |
2014-11-19 |
Jordan Rose | Constify a few IdentifierInfo * parameters. |
commit | commitdiff | tree | snapshot |
2014-11-19 |
Richard Smith | Fix bug where a trivial constexpr copy/move operation... |
commit | commitdiff | tree | snapshot |
2014-11-19 |
David Blaikie | DebugInfo: Don't emit a 'global variable' when a static... |
commit | commitdiff | tree | snapshot |
2014-11-19 |
Frederic Riss | Fix a temporary MDNode leak. |
commit | commitdiff | tree | snapshot |
2014-11-19 |
Saleem Abdulrasool | Driver: correct typo |
commit | commitdiff | tree | snapshot |
2014-11-19 |
Daniel Jasper | clang-format: [Java] Ignore C++-specific keywords |
commit | commitdiff | tree | snapshot |
2014-11-19 |
Daniel Sanders | Allow EmitVAArg() to promote types and use this to... |
commit | commitdiff | tree | snapshot |
2014-11-19 |
David Blaikie | Update for LLVM API change to make Small(Ptr)Set::inser... |
commit | commitdiff | tree | snapshot |
2014-11-19 |
Richard Trieu | Add the exception for strings in logical and expression... |
commit | commitdiff | tree | snapshot |
2014-11-19 |
David Blaikie | clang-format a recent commit I made |
commit | commitdiff | tree | snapshot |
2014-11-19 |
Nico Weber | Wrap to 80 columns, no behavior change. |
commit | commitdiff | tree | snapshot |
2014-11-19 |
David Blaikie | Standardize on StringMap::insert, removing uses of... |
commit | commitdiff | tree | snapshot |
2014-11-19 |
David Blaikie | Update for LLVM API change |
commit | commitdiff | tree | snapshot |
2014-11-18 |
Daniel Jasper | clang-format: Add option to disable alignment after... |
commit | commitdiff | tree | snapshot |
2014-11-18 |
Daniel Jasper | clang-format: Fix space between generic type parameter... |
commit | commitdiff | tree | snapshot |
2014-11-18 |
Eric Christopher | Fix 80-column violations, trailing whitespace, comment... |
commit | commitdiff | tree | snapshot |
2014-11-18 |
Eric Christopher | This test also requires an aarch64 target. |
commit | commitdiff | tree | snapshot |
2014-11-18 |
Fariborz Jahanian | [Sema] Patch to issue warning on comparing parameters... |
commit | commitdiff | tree | snapshot |
2014-11-18 |
NAKAMURA Takumi | OMPAtomicDirective::Create(): Fix \param. [-Wdocumentation] |
commit | commitdiff | tree | snapshot |
2014-11-18 |
Alexey Bataev | [OPENMP] Additional processing of 'omp atomic read... |
commit | commitdiff | tree | snapshot |
2014-11-18 |
Justin Hibbits | Add PIC-level support to Clang. |
commit | commitdiff | tree | snapshot |
2014-11-18 |
Argyrios Kyrtzidis | [ASTReader] Add a convenience function to retrieve... |
commit | commitdiff | tree | snapshot |
2014-11-18 |
Frederic Riss | Fully handle globals and functions in CGDebugInfo:... |
commit | commitdiff | tree | snapshot |
2014-11-18 |
Frederic Riss | [DebugInfo] Move collection of various function/var... |
commit | commitdiff | tree | snapshot |
2014-11-18 |
Justin Bogner | InstrProf: Don't emit coverage for uninstantiated templates |
commit | commitdiff | tree | snapshot |
2014-11-18 |
Manman Ren | Debug Info: context field of a global variable is DISco... |
commit | commitdiff | tree | snapshot |
2014-11-18 |
John McCall | Fix an assertion when ending a function definition. |
commit | commitdiff | tree | snapshot |
2014-11-17 |
Alexander Kornienko | Make DiagnosticsEngine::takeClient return std::unique_ptr<> |
commit | commitdiff | tree | snapshot |
2014-11-17 |
Reid Kleckner | Handle use of default member initializers before end... |
commit | commitdiff | tree | snapshot |
2014-11-17 |
Saleem Abdulrasool | CodeGen: make a check stricter |
commit | commitdiff | tree | snapshot |
2014-11-17 |
Sylvestre Ledru | Missing comma in a string array initialization (CID... |
commit | commitdiff | tree | snapshot |
2014-11-17 |
Hans Wennborg | clang-cl: Allow /Fo without an argument (PR21589) |
commit | commitdiff | tree | snapshot |
2014-11-17 |
Daniel Jasper | clang-format: Fix more incorrect pointer detection. |
commit | commitdiff | tree | snapshot |
2014-11-17 |
Hans Wennborg | test/Driver/cl-outputs.c: tweak some check prefixes... |
commit | commitdiff | tree | snapshot |
2014-11-17 |
Saleem Abdulrasool | Basic: tweak comment |
commit | commitdiff | tree | snapshot |
2014-11-17 |
Sylvestre Ledru | Fix the indentation: Nesting level does not match inden... |
commit | commitdiff | tree | snapshot |
2014-11-17 |
Aaron Ballman | Fixing a use of stringstream to use an LLVM helper... |
commit | commitdiff | tree | snapshot |
2014-11-17 |
Chad Rosier | [Reassociate] Update test cases due to r222142. |
commit | commitdiff | tree | snapshot |
2014-11-17 |
Timur Iskhodzhanov | Minor readability tweaks to VFTableBuilder.cpp |
commit | commitdiff | tree | snapshot |
2014-11-17 |
Timur Iskhodzhanov | Add a couple more examples illustrating why we need... |
commit | commitdiff | tree | snapshot |
2014-11-17 |
Samuel Benzaquen | Remove VariadicOperatorMatcherInterface as it is redund... |
commit | commitdiff | tree | snapshot |
2014-11-17 |
Alexander Kornienko | A small correction for r221884. No functional changes. |
commit | commitdiff | tree | snapshot |
2014-11-17 |
Daniel Jasper | clang-format: Fix regression introduced in r221609. |
commit | commitdiff | tree | snapshot |
2014-11-16 |
Alexey Samsonov | [Sanitizer] Parse and produce all sanitizer-relevant... |
commit | commitdiff | tree | snapshot |
2014-11-15 |
Richard Trieu | Fix issues missed during the review of r222099. |
commit | commitdiff | tree | snapshot |
2014-11-15 |
Reid Kleckner | Fix IRGen for passing transparent unions |
commit | commitdiff | tree | snapshot |
2014-11-15 |
Duncan P. N... | CGDebugInfo: Update for DIBuilder API change |
commit | commitdiff | tree | snapshot |
2014-11-14 |
Fariborz Jahanian | This patch fixes couple of bugs for predefined expression |
commit | commitdiff | tree | snapshot |
2014-11-14 |
Aaron Ballman | [c++1z] Support [[deprecated]] attributes on namespaces... |
commit | commitdiff | tree | snapshot |
2014-11-14 |
Anton Korobeynikov | Recommit r222044 with a test fix - it does not make... |
commit | commitdiff | tree | snapshot |
2014-11-14 |
Aaron Ballman | Removing an unused variable; NFC. |
commit | commitdiff | tree | snapshot |
2014-11-14 |
Anton Korobeynikov | Again revert r222044 to resolve darwin objc test fails. |
commit | commitdiff | tree | snapshot |
2014-11-14 |
Anton Korobeynikov | Follow-up to D6217 |
commit | commitdiff | tree | snapshot |
2014-11-14 |
Steven Wu | Add DiagID and Warning Flag to DiagnosticsLog |
commit | commitdiff | tree | snapshot |
2014-11-14 |
Aaron Ballman | MinGW doesn't implement std::to_string; working around... |
commit | commitdiff | tree | snapshot |
2014-11-14 |
David Blaikie | Remove some redundant virtual specifiers on overriden... |
commit | commitdiff | tree | snapshot |
2014-11-14 |
Yaron Keren | Typo fix. |
commit | commitdiff | tree | snapshot |
2014-11-14 |
Hans Wennborg | clang-cl: Ignore the new /Zo[-] option (PR21571) |
commit | commitdiff | tree | snapshot |
2014-11-14 |
Daniel Jasper | clang-format: [Java] Further improve generics formatting. |
commit | commitdiff | tree | snapshot |
2014-11-14 |
Daniel Jasper | clang-format: Correctly detect multiplication in ctor... |
commit | commitdiff | tree | snapshot |
2014-11-14 |
Fariborz Jahanian | [Sema]. Warn when logical expression is a pointer |
commit | commitdiff | tree | snapshot |
2014-11-14 |
Aaron Ballman | Silencing a -Wparentheses warning; NFC. |
commit | commitdiff | tree | snapshot |
2014-11-14 |
Timur Iskhodzhanov | Replace weird whitespace symbols with good old spaces |
commit | commitdiff | tree | snapshot |
2014-11-14 |
Timur Iskhodzhanov | Add one illustrative class hierarchy as an example... |
commit | commitdiff | tree | snapshot |
2014-11-14 |
Aaron Ballman | Oops, the underline was too short for sphinx to like. |
commit | commitdiff | tree | snapshot |
2014-11-14 |
Aaron Ballman | Correcting some grammar and typos, and adding CERT... |
commit | commitdiff | tree | snapshot |
2014-11-14 |
Aaron Ballman | Complete support for the SD-6 standing document (based... |
commit | commitdiff | tree | snapshot |
2014-11-14 |
Daniel Jasper | clang-format: Give clang-format-diff.py a -v option. |
commit | commitdiff | tree | snapshot |
2014-11-14 |
Daniel Jasper | clang-format: Improve function parameter packing. |
commit | commitdiff | tree | snapshot |
2014-11-14 |
Bill Schmidt | [PowerPC] Enable vec_perm for long long and double... |
commit | commitdiff | tree | snapshot |
2014-11-14 |
Daniel Jasper | clang-format: Support assignments as conditional operands. |
commit | commitdiff | tree | snapshot |
2014-11-14 |
Daniel Jasper | clang-format: Improve indentation of comments in expres... |
commit | commitdiff | tree | snapshot |
2014-11-14 |
Bill Schmidt | [PowerPC] Add VSX builtins for vec_div |
commit | commitdiff | tree | snapshot |
2014-11-14 |
Daniel Jasper | clang-format: [Java] Fix line break behavior of class... |
commit | commitdiff | tree | snapshot |
2014-11-14 |
Daniel Jasper | clang-format: [Java] Improve generic return type format... |
commit | commitdiff | tree | snapshot |
2014-11-14 |
Daniel Jasper | clang-format: [Java] No altnerative operator names... |
commit | commitdiff | tree | snapshot |
2014-11-14 |
Daniel Jasper | clang-format: [Java] Improve formatting of generics. |
commit | commitdiff | tree | snapshot |
2014-11-14 |
Alexey Bataev | [OPENMP] Temporary fix for processing of global variabl... |
commit | commitdiff | tree | snapshot |
2014-11-14 |
Alexey Samsonov | [Sanitizer] Refactor SanitizerArgs parsing in Driver. |
commit | commitdiff | tree | snapshot |
2014-11-14 |
Reid Kleckner | Remove -fseh-exceptions in favor of checking the triple |
commit | commitdiff | tree | snapshot |
2014-11-14 |
Alexey Samsonov | Cleanup SanitizerArgs: get rid of unused variable,... |
commit | commitdiff | tree | snapshot |
2014-11-14 |
Richard Smith | PR21565 Add an egregious hack to support broken libstdc... |
commit | commitdiff | tree | snapshot |
2014-11-14 |
Alexey Samsonov | [Profile] Always build profile runtime library with... |
commit | commitdiff | tree | snapshot |
2014-11-13 |
Reid Kleckner | -Wsentinel: Suggest nullptr in C++11 instead of NULL |
commit | commitdiff | tree | snapshot |
2014-11-13 |
Richard Smith | Fix assert/crash on invalid with __builtin_constant_p... |
commit | commitdiff | tree | snapshot |
2014-11-13 |
Fariborz Jahanian | Objective-C. Fixes a regression caused by implementation |
commit | commitdiff | tree | snapshot |
2014-11-13 |
Richard Smith | PR21437, final part of DR1330: delay-parsing of excepti... |
commit | commitdiff | tree | snapshot |
2014-11-13 |
Roman Divacky | Remove -Wcast-qual as it's inherited from llvm since... |
commit | commitdiff | tree | snapshot |
2014-11-13 |
Ed Maste | Hook up FreeBSD AArch64 support |
commit | commitdiff | tree | snapshot |
2014-11-13 |
Nico Weber | clang-format: Format extern "C" blocks like namespace... |
commit | commitdiff | tree | snapshot |
2014-11-13 |
Daniel Jasper | clang-format: [Java] Support Java enums. |
commit | commitdiff | tree | snapshot |
2014-11-13 |
Alexander Kornienko | Support non-owned DiagnosticConsumer in SetupSerialized... |
commit | commitdiff | tree | snapshot |
2014-11-13 |
Argyrios Kyrtzidis | [libclang] Make sure to visit the body of a CXXForRange... |
commit | commitdiff | tree | snapshot |
next |