2012-12-01 |
Eli Friedman | Try to make the source location information for token... |
commit | commitdiff | tree | snapshot |
2012-12-01 |
Richard Smith | Remove restriction on combining ubsan with asan or... |
commit | commitdiff | tree | snapshot |
2012-12-01 |
Douglas Gregor | Fix the determination of whether a capture refers to... |
commit | commitdiff | tree | snapshot |
2012-11-30 |
Bill Wendling | Don't emit a warning with an input/output parameter... |
commit | commitdiff | tree | snapshot |
2012-11-30 |
Douglas Gregor | Fix test for Windows path separators |
commit | commitdiff | tree | snapshot |
2012-11-30 |
Douglas Gregor | Teach the serialized diagnostic writer to clone() itsel... |
commit | commitdiff | tree | snapshot |
2012-11-30 |
Bill Wendling | Don't warn if the input size is less than the register... |
commit | commitdiff | tree | snapshot |
2012-11-30 |
Eli Friedman | Make -Wtautological-constant-out-of-range-compare behav... |
commit | commitdiff | tree | snapshot |
2012-11-30 |
Douglas Gregor | Rename ModuleBuildPath -> ModuleBuildStack. Thanks... |
commit | commitdiff | tree | snapshot |
2012-11-30 |
Douglas Gregor | When we're emitting a diagnostic with a source location... |
commit | commitdiff | tree | snapshot |
2012-11-30 |
Aaron Ballman | Fixing a precedence issue with my previous commit. |
commit | commitdiff | tree | snapshot |
2012-11-30 |
Aaron Ballman | Fixing an MSVC warning about an unsafe mixture of Boole... |
commit | commitdiff | tree | snapshot |
2012-11-30 |
Dmitri Gribenko | Comments: no need to escape any characters in \code... |
commit | commitdiff | tree | snapshot |
2012-11-30 |
Aaron Ballman | Support for #pragma region/endregion for MSVC compatibi... |
commit | commitdiff | tree | snapshot |
2012-11-30 |
Douglas Gregor | Actually keep track of the source locations at which... |
commit | commitdiff | tree | snapshot |
2012-11-30 |
Douglas Gregor | When an error occurs while building a module on demand... |
commit | commitdiff | tree | snapshot |
2012-11-30 |
Manuel Klimek | Allow matchers to access the ASTContext. |
commit | commitdiff | tree | snapshot |
2012-11-30 |
Chandler Carruth | Update to reflect the change of macro name in r168993. |
commit | commitdiff | tree | snapshot |
2012-11-30 |
Eli Friedman | Fix the computation of highlight ranges so we produce... |
commit | commitdiff | tree | snapshot |
2012-11-30 |
Richard Smith | Refactor to reduce duplication in handling of special... |
commit | commitdiff | tree | snapshot |
2012-11-30 |
Quentin Colombet | Add a test case for the new cortex-a5 switch |
commit | commitdiff | tree | snapshot |
2012-11-30 |
Jordan Rose | Use the new LLVM_LVALUE_FUNCTION to ban two getAs(... |
commit | commitdiff | tree | snapshot |
2012-11-30 |
Douglas Gregor | Fix unit tests for ModuleLoader change in r168961. |
commit | commitdiff | tree | snapshot |
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 |
next |