2012-11-29 |
Douglas Gregor | Keep track of modules that have failed to build. If... |
commit | commitdiff | tree | snapshot |
2012-11-29 |
Eli Friedman | Fix a small calling-convention bug for x86-32. PR14453. |
commit | commitdiff | tree | snapshot |
2012-11-29 |
Quentin Colombet | Add ARM cortex-a5 subtarget |
commit | commitdiff | tree | snapshot |
2012-11-29 |
Richard Smith | Remove out-of-date comment. |
commit | commitdiff | tree | snapshot |
2012-11-29 |
Quentin Colombet | Revert commit revision r168953, to change the commit... |
commit | commitdiff | tree | snapshot |
2012-11-29 |
Quentin Colombet | git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk... |
commit | commitdiff | tree | snapshot |
2012-11-29 |
Alexey Samsonov | This patch exposes to Clang users three more sanitizers... |
commit | commitdiff | tree | snapshot |
2012-11-29 |
Eli Bendersky | Make the test less sensitive to DWARF emission implemen... |
commit | commitdiff | tree | snapshot |
2012-11-29 |
Eric Christopher | Make sure that we put the rest of the sanitizer librari... |
commit | commitdiff | tree | snapshot |
2012-11-29 |
Eric Christopher | Use newer command line option here. |
commit | commitdiff | tree | snapshot |
2012-11-29 |
Eric Christopher | Remove duplicate test run lines. |
commit | commitdiff | tree | snapshot |
2012-11-29 |
Rafael Espindola | Now that the underlying problem has been fixed, add... |
commit | commitdiff | tree | snapshot |
2012-11-29 |
Rafael Espindola | Merge function types in C. |
commit | commitdiff | tree | snapshot |
2012-11-29 |
NAKAMURA Takumi | ASTTests/StmtPrinterTest/StmtPrinter.TestMSIntegerLiter... |
commit | commitdiff | tree | snapshot |
2012-11-29 |
NAKAMURA Takumi | ASTTests/StmtPrinterTest/StmtPrinter.TestMSIntegerLiter... |
commit | commitdiff | tree | snapshot |
2012-11-29 |
Timur Iskhodzhanov | [-cxx-abi microsoft] Also spill the argument-back-refer... |
commit | commitdiff | tree | snapshot |
2012-11-29 |
Richard Smith | Reject uses of __int128 on platforms that don't support... |
commit | commitdiff | tree | snapshot |
2012-11-29 |
Nico Weber | Fix sentence construction-o. |
commit | commitdiff | tree | snapshot |
2012-11-29 |
Eli Friedman | Fix crash-on-invalid. <rdar://problem/12765391>. |
commit | commitdiff | tree | snapshot |
2012-11-29 |
Richard Smith | The declaration of a special member can require overloa... |
commit | commitdiff | tree | snapshot |
2012-11-29 |
Ted Kremenek | Change SValBuilder::getConditionType() to return BoolTy... |
commit | commitdiff | tree | snapshot |
2012-11-29 |
Ted Kremenek | Correctly handle IntegralToBool casts in C++ in the... |
commit | commitdiff | tree | snapshot |
2012-11-29 |
Chad Rosier | [driver] -mkernel implies -mstrict-align; don't add... |
commit | commitdiff | tree | snapshot |
2012-11-28 |
Michael Han | Implement C++11 [dcl.attr.grammar] p4: If an attribute... |
commit | commitdiff | tree | snapshot |
2012-11-28 |
Fariborz Jahanian | objective-C blocks: Make sure that identical logic... |
commit | commitdiff | tree | snapshot |
2012-11-28 |
Richard Smith | Per C++11 [except.spec]p2, rvalue references are not... |
commit | commitdiff | tree | snapshot |
2012-11-28 |
Richard Smith | PR14388: An array or function type in an exception... |
commit | commitdiff | tree | snapshot |
2012-11-28 |
Manman Ren | ABI: comments from Eli on r168820. |
commit | commitdiff | tree | snapshot |
2012-11-28 |
Manman Ren | ABI: modify CreateCoercedLoad and CreateCoercedStore... |
commit | commitdiff | tree | snapshot |
2012-11-28 |
Richard Smith | PR13098: If we're instantiating an overloaded binary... |
commit | commitdiff | tree | snapshot |
2012-11-28 |
Jordan Rose | [analyzer] scan-build: Don't forget to close our temp... |
commit | commitdiff | tree | snapshot |
2012-11-28 |
Jordan Rose | [analyzer] scan-build: Treat '.C' files as C++. |
commit | commitdiff | tree | snapshot |
2012-11-28 |
Alexey Samsonov | Refactor -fsanitize, -f*-sanitizer arguments parsing... |
commit | commitdiff | tree | snapshot |
2012-11-28 |
Kostya Serebryany | [asan] Split AddressSanitizer into two passes (Function... |
commit | commitdiff | tree | snapshot |
2012-11-28 |
Andy Gibbs | Remove obsolete comment missed by r162937 |
commit | commitdiff | tree | snapshot |
2012-11-28 |
Richard Smith | Teach Lexer::getSpelling about raw string literals... |
commit | commitdiff | tree | snapshot |
2012-11-28 |
Richard Smith | Store on the CXXRecordDecl whether the class has, or... |
commit | commitdiff | tree | snapshot |
2012-11-28 |
Ted Kremenek | Remove workaround in RegionStore in r168741 since it... |
commit | commitdiff | tree | snapshot |
2012-11-28 |
Argyrios Kyrtzidis | Introduce ASTUnresolvedSet, an UnresolvedSet-like class... |
commit | commitdiff | tree | snapshot |
2012-11-28 |
Argyrios Kyrtzidis | Don't return a pointer to an UnresolvedSetImpl in the... |
commit | commitdiff | tree | snapshot |
2012-11-28 |
Richard Smith | C++ core issue 1344, PR10618: promote "addition of... |
commit | commitdiff | tree | snapshot |
2012-11-28 |
Ted Kremenek | Fix another false positive due to a CXX temporary objec... |
commit | commitdiff | tree | snapshot |
2012-11-28 |
Fariborz Jahanian | objective-C arc: Underline the selector when issuing |
commit | commitdiff | tree | snapshot |
2012-11-27 |
NAKAMURA Takumi | docs: [CMake] Add Xcode to the list of project formats... |
commit | commitdiff | tree | snapshot |
2012-11-27 |
NAKAMURA Takumi | clang/www/get_started.html: s/cmake/CMake/ |
commit | commitdiff | tree | snapshot |
2012-11-27 |
Ted Kremenek | Provide stop-gap solution to crash reported in PR 14436. |
commit | commitdiff | tree | snapshot |
2012-11-27 |
Fariborz Jahanian | objective-C arc: load of a __weak object happens via... |
commit | commitdiff | tree | snapshot |
2012-11-27 |
Argyrios Kyrtzidis | [libclang] Remove WorkingDir field from CIndexer, it... |
commit | commitdiff | tree | snapshot |
2012-11-27 |
Nico Weber | Move PrettyStackTraceParserEntry to ParseAST.cpp |
commit | commitdiff | tree | snapshot |
2012-11-27 |
Richard Smith | Allow an ASTConsumer to selectively skip function bodie... |
commit | commitdiff | tree | snapshot |
2012-11-27 |
Richard Smith | Simplify checking for whether we should implicitly... |
commit | commitdiff | tree | snapshot |
2012-11-27 |
Chad Rosier | Remove an extra semicolon. |
commit | commitdiff | tree | snapshot |
2012-11-27 |
Rafael Espindola | Fix examples. |
commit | commitdiff | tree | snapshot |
2012-11-27 |
Rafael Espindola | Remove some dead code. CLANG_IS_PRODUCTION is now just... |
commit | commitdiff | tree | snapshot |
2012-11-27 |
Will Dietz | Add -fsanitize=integer for reporting suspicious integer... |
commit | commitdiff | tree | snapshot |
2012-11-27 |
Timur Iskhodzhanov | Remove outdated FIXME; should have removed that in... |
commit | commitdiff | tree | snapshot |
2012-11-27 |
NAKAMURA Takumi | clang/test/lit.cfg: Disable dev-fd-fs on cygwin for... |
commit | commitdiff | tree | snapshot |
2012-11-27 |
Eli Friedman | Test for r168674. |
commit | commitdiff | tree | snapshot |
2012-11-27 |
Eli Friedman | Fix the definition of the vfork() builtin on Haiku... |
commit | commitdiff | tree | snapshot |
2012-11-27 |
Bill Schmidt | This patch addresses an incompatibility relative to... |
commit | commitdiff | tree | snapshot |
2012-11-27 |
Jordan Rose | scan-build: Respect TMPDIR on all platforms, not just... |
commit | commitdiff | tree | snapshot |
2012-11-27 |
Jordan Rose | [analyzer] Fix test to work on non-LP64 systems. |
commit | commitdiff | tree | snapshot |
2012-11-27 |
Rafael Espindola | Add a testcase that r168411 would break. |
commit | commitdiff | tree | snapshot |
2012-11-27 |
Rafael Espindola | Revert r168411 for now. |
commit | commitdiff | tree | snapshot |
2012-11-27 |
Richard Smith | Duplicate some common owners between Clang and LLVM. |
commit | commitdiff | tree | snapshot |
2012-11-27 |
Richard Smith | Move Clang code owners list from llvm/ to cfe/. |
commit | commitdiff | tree | snapshot |
2012-11-27 |
Daniel Dunbar | Frontend: Create a virtual file for named pipe inputs. |
commit | commitdiff | tree | snapshot |
2012-11-26 |
Michael Han | Improve diagnostic on C++11 attribute specifiers that... |
commit | commitdiff | tree | snapshot |
2012-11-26 |
Eli Friedman | Add missing "break". Thanks to Craig for spotting it. |
commit | commitdiff | tree | snapshot |
2012-11-26 |
Sebastian Pop | check that always_inline attribute works with -fno... |
commit | commitdiff | tree | snapshot |
2012-11-26 |
Jordan Rose | [analyzer] SATestBuild.py: allow make builds to disable... |
commit | commitdiff | tree | snapshot |
2012-11-26 |
Anna Zaks | [analyzer] Fix a crash reported in PR 14400. |
commit | commitdiff | tree | snapshot |
2012-11-26 |
Anton Korobeynikov | MSPGCC renamed ISR vectors from vector_<address> to... |
commit | commitdiff | tree | snapshot |
2012-11-26 |
Timur Iskhodzhanov | Fix PR14413 - incorrect mangling of anonymous namespace... |
commit | commitdiff | tree | snapshot |
2012-11-26 |
Richard Smith | PR14428: When instantiating a 'new' expression, if... |
commit | commitdiff | tree | snapshot |
2012-11-25 |
Rafael Espindola | Add r168519 back, but with a fix to also merge the... |
commit | commitdiff | tree | snapshot |
2012-11-25 |
Rafael Espindola | Add a basic testcase for the "variable is not needed... |
commit | commitdiff | tree | snapshot |
2012-11-25 |
Alexey Samsonov | Fix test case for linking with sanitizer opts added... |
commit | commitdiff | tree | snapshot |
2012-11-24 |
NAKAMURA Takumi | Revert r168519, "Merge used flags so that we don't... |
commit | commitdiff | tree | snapshot |
2012-11-24 |
Nico Weber | Make err_module_expected_semi consistent with all the... |
commit | commitdiff | tree | snapshot |
2012-11-23 |
Benjamin Kramer | Sema: Provide a valid source location when instantiatin... |
commit | commitdiff | tree | snapshot |
2012-11-23 |
Rafael Espindola | Merge used flags so that we don't have to iterate on... |
commit | commitdiff | tree | snapshot |
2012-11-23 |
Rafael Espindola | Remove redundant check. |
commit | commitdiff | tree | snapshot |
2012-11-23 |
Rafael Espindola | Check that we don't warn on this testcase. This is... |
commit | commitdiff | tree | snapshot |
2012-11-23 |
Joey Gouly | PR14306: Move -fbounds-checking to -fsanitize=bounds. |
commit | commitdiff | tree | snapshot |
2012-11-23 |
Bob Wilson | Reapply a subset of r167567 to clean up Darwin-specific... |
commit | commitdiff | tree | snapshot |
2012-11-22 |
Benjamin Kramer | Make helpers static/anonymous. |
commit | commitdiff | tree | snapshot |
2012-11-22 |
Richard Smith | Fix regression in r168477. Use canonical decl when... |
commit | commitdiff | tree | snapshot |
2012-11-22 |
Richard Smith | Fix CXXRecordDecl::forallBases to not look through... |
commit | commitdiff | tree | snapshot |
2012-11-22 |
Richard Smith | Test that we correctly deal with multiple copy construc... |
commit | commitdiff | tree | snapshot |
2012-11-21 |
Chandler Carruth | Fix the '-fuse-init-array' option to actually be an... |
commit | commitdiff | tree | snapshot |
2012-11-21 |
Benjamin Kramer | SemaCXX: an enumeral type can be of character or boolea... |
commit | commitdiff | tree | snapshot |
2012-11-21 |
Joey Gouly | Test commit: Remove blank line. |
commit | commitdiff | tree | snapshot |
2012-11-21 |
Alexey Samsonov | Try to fix test from r168428 on mingw bot |
commit | commitdiff | tree | snapshot |
2012-11-21 |
NAKAMURA Takumi | clang/test/Driver/x86_64-nacl-defines.cpp: Specify... |
commit | commitdiff | tree | snapshot |
2012-11-21 |
Alexey Samsonov | [Sanitizer] force linking with static sanitizer runtime... |
commit | commitdiff | tree | snapshot |
2012-11-21 |
Dmitri Gribenko | Use color for -ast-dump-filter only when it is supported |
commit | commitdiff | tree | snapshot |
2012-11-21 |
Rafael Espindola | Remove redundant code. |
commit | commitdiff | tree | snapshot |
2012-11-21 |
Rafael Espindola | Remove redundant code. |
commit | commitdiff | tree | snapshot |
2012-11-20 |
Rafael Espindola | Don't walk a linked list twice in the same function... |
commit | commitdiff | tree | snapshot |
next |