2012-12-04 |
Chandler Carruth | Sort all of Clang's files under 'lib', and fix up the... |
commit | commitdiff | tree | snapshot |
2012-12-04 |
NAKAMURA Takumi | ASTTests, ASTMatchersTests: Move clangEdit before clang... |
commit | commitdiff | tree | snapshot |
2012-12-04 |
NAKAMURA Takumi | Untabify (in USEDLIBS, Makefile(s)). |
commit | commitdiff | tree | snapshot |
2012-12-04 |
NAKAMURA Takumi | clang/Lex: [CMake] Update CMakefiles since r169229. |
commit | commitdiff | tree | snapshot |
2012-12-04 |
Bill Wendling | Don't test for ASM output but for IR output. |
commit | commitdiff | tree | snapshot |
2012-12-04 |
Argyrios Kyrtzidis | Refactor recording the preprocessor conditional directi... |
commit | commitdiff | tree | snapshot |
2012-12-04 |
Argyrios Kyrtzidis | In the PreprocessingRecord, to identify the different... |
commit | commitdiff | tree | snapshot |
2012-12-04 |
Argyrios Kyrtzidis | [libclang] Avoid copying the CompileCommand related... |
commit | commitdiff | tree | snapshot |
2012-12-04 |
Argyrios Kyrtzidis | Introduce CompilationDatabase::getAllCompileCommands... |
commit | commitdiff | tree | snapshot |
2012-12-04 |
NAKAMURA Takumi | clang/test/CodeGenCXX/debug-info-zero-length-arrays... |
commit | commitdiff | tree | snapshot |
2012-12-04 |
Bill Wendling | Add a 'count' field to the DWARF subrange. |
commit | commitdiff | tree | snapshot |
2012-12-04 |
Richard Smith | Document the existence of -fsanitize=bounds. |
commit | commitdiff | tree | snapshot |
2012-12-04 |
NAKAMURA Takumi | clang/test/Index/comment-objc-decls.m: Try to fix r1691... |
commit | commitdiff | tree | snapshot |
2012-12-04 |
Fariborz Jahanian | Testing objective-C declarations embedded in |
commit | commitdiff | tree | snapshot |
2012-12-04 |
Michael Ilseman | Have clang use LLVM IR's fast-math flags when in FastMa... |
commit | commitdiff | tree | snapshot |
2012-12-04 |
Michael Ilseman | remove trailing whitespace |
commit | commitdiff | tree | snapshot |
2012-12-03 |
NAKAMURA Takumi | clang/test/Driver/fsanitize-blacklist.c: Mark it as... |
commit | commitdiff | tree | snapshot |
2012-12-03 |
Richard Smith | Fix test failure when building Clang with g++4.7 -... |
commit | commitdiff | tree | snapshot |
2012-12-03 |
Manuel Klimek | Fixes a compile warning and crash in the tests. |
commit | commitdiff | tree | snapshot |
2012-12-03 |
Alexey Samsonov | Add Clang flags -fsanitize-blacklist and -fno-sanitize... |
commit | commitdiff | tree | snapshot |
2012-12-03 |
Benjamin Kramer | libclangFormat is not libclangTooling, but it depends... |
commit | commitdiff | tree | snapshot |
2012-12-03 |
Alexey Samsonov | Fix PR14474: don't emit debug info for interface types... |
commit | commitdiff | tree | snapshot |
2012-12-03 |
Daniel Jasper | Initial version of formatting library. |
commit | commitdiff | tree | snapshot |
2012-12-03 |
Daniel Jasper | Make hasDeclaration work for enums. |
commit | commitdiff | tree | snapshot |
2012-12-03 |
Evgeniy Stepanov | Add -fsanitize=memory. |
commit | commitdiff | tree | snapshot |
2012-12-02 |
Will Dietz | [ubsan] Add flag to enable recovery from checks when... |
commit | commitdiff | tree | snapshot |
2012-12-01 |
Benjamin Kramer | Make helper classes anonymous. Make helper functions... |
commit | commitdiff | tree | snapshot |
2012-12-01 |
Simon Atanasyan | [MIPS] Add -mxgot/-mno-xgot command line options |
commit | commitdiff | tree | snapshot |
2012-12-01 |
Benjamin Kramer | Add raw_ostream include to pacify MSVC. |
commit | commitdiff | tree | snapshot |
2012-12-01 |
Benjamin Kramer | Update unit tests not to rely on transitive includes. |
commit | commitdiff | tree | snapshot |
2012-12-01 |
Benjamin Kramer | Include pruning and general cleanup. |
commit | commitdiff | tree | snapshot |
2012-12-01 |
Benjamin Kramer | Don't include Type.h in DeclarationName.h. |
commit | commitdiff | tree | snapshot |
2012-12-01 |
Benjamin Kramer | Make ASTVector.h standalone without including all of... |
commit | commitdiff | tree | snapshot |
2012-12-01 |
Benjamin Kramer | Pull the Attr iteration parts out of Attr.h, so includi... |
commit | commitdiff | tree | snapshot |
2012-12-01 |
Eli Bendersky | Fix a test that was redefining FileCheck variables... |
commit | commitdiff | tree | snapshot |
2012-12-01 |
Joey Gouly | Switch to using -### as mentioned by chandlerc. |
commit | commitdiff | tree | snapshot |
2012-12-01 |
Joey Gouly | Add -emit-llvm to test/Driver/fsanitize.c to stop this... |
commit | commitdiff | tree | snapshot |
2012-12-01 |
Benjamin Kramer | Add .arcconfig to the repository. Useful if someone... |
commit | commitdiff | tree | snapshot |
2012-12-01 |
Michael Han | Fix a typo in comment. |
commit | commitdiff | tree | snapshot |
2012-12-01 |
Richard Smith | Make these functions more clearly express the test... |
commit | commitdiff | tree | snapshot |
2012-12-01 |
Richard Smith | Consistently use 'needsImplicit<special member>' to... |
commit | commitdiff | tree | snapshot |
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 |
next |