2013-01-25 |
Douglas Gregor | Improve coordination between the module manager and... |
commit | commitdiff | tree | snapshot |
2013-01-25 |
NAKAMURA Takumi | clang/test/Preprocessor/iwithprefix.c: Tweak default... |
commit | commitdiff | tree | snapshot |
2013-01-25 |
Daniel Dunbar | [utils] Kill another no-longer-useful utility script. |
commit | commitdiff | tree | snapshot |
2013-01-25 |
Fariborz Jahanian | simplify code by removing excessive bracing. |
commit | commitdiff | tree | snapshot |
2013-01-25 |
Fariborz Jahanian | Attach enum's documentation to its typedef if |
commit | commitdiff | tree | snapshot |
2013-01-25 |
John McCall | The standard ARM C++ ABI dictates that inline functions are |
commit | commitdiff | tree | snapshot |
2013-01-25 |
John McCall | First pass at abstracting out a class for the target... |
commit | commitdiff | tree | snapshot |
2013-01-25 |
Douglas Gregor | Optimize ModuleManager::visit() by precomputing the... |
commit | commitdiff | tree | snapshot |
2013-01-25 |
Dmitri Gribenko | Remove useless 'XPASS: *' from tests |
commit | commitdiff | tree | snapshot |
2013-01-25 |
Renato Golin | Temporarily disabling ms-asm test |
commit | commitdiff | tree | snapshot |
2013-01-25 |
Dmitri Gribenko | This test actually passes, just add the missing expecte... |
commit | commitdiff | tree | snapshot |
2013-01-25 |
Dmitri Gribenko | Migrate test from grep to -fdiagnostics-parseable-fixits |
commit | commitdiff | tree | snapshot |
2013-01-25 |
Daniel Dunbar | Remove empty directories. |
commit | commitdiff | tree | snapshot |
2013-01-25 |
Daniel Dunbar | [utils] Remove the OptionalTests subdir no one runs. |
commit | commitdiff | tree | snapshot |
2013-01-25 |
Daniel Dunbar | [utils] Remove C++Tests that I don't think anyone uses... |
commit | commitdiff | tree | snapshot |
2013-01-25 |
Alexander Kornienko | Silence unintended fallthrough diagnostic on a case... |
commit | commitdiff | tree | snapshot |
2013-01-25 |
Dmitri Gribenko | FileCheck'ize tests |
commit | commitdiff | tree | snapshot |
2013-01-25 |
Dmitri Gribenko | Migrate tests to -verify and merge them |
commit | commitdiff | tree | snapshot |
2013-01-25 |
Daniel Dunbar | [tests] Force a triple to ensure /usr/include is one... |
commit | commitdiff | tree | snapshot |
2013-01-25 |
Daniel Dunbar | [tests] Add a test for -iwithprefix. |
commit | commitdiff | tree | snapshot |
2013-01-25 |
Fariborz Jahanian | Add space after ';'. |
commit | commitdiff | tree | snapshot |
2013-01-25 |
Fariborz Jahanian | Improve diagnsotic further on integer overflow. |
commit | commitdiff | tree | snapshot |
2013-01-25 |
Alexander Kornienko | Don't suggest to insert [[clang::fallthrough]] before... |
commit | commitdiff | tree | snapshot |
2013-01-25 |
Daniel Jasper | Fix some alignment and line break decisions. |
commit | commitdiff | tree | snapshot |
2013-01-25 |
NAKAMURA Takumi | Lexer.cpp: Fix a warning with ptrdiff_t on i686. [... |
commit | commitdiff | tree | snapshot |
2013-01-25 |
NAKAMURA Takumi | clang/test/PCH/modified-header-error.c: Disable it... |
commit | commitdiff | tree | snapshot |
2013-01-25 |
Daniel Jasper | Allow breaking after "::" if absolutely necessary. |
commit | commitdiff | tree | snapshot |
2013-01-25 |
NAKAMURA Takumi | ConvertUTF.h: Suppress a warning with ptrdiff_t on... |
commit | commitdiff | tree | snapshot |
2013-01-25 |
NAKAMURA Takumi | clang/test/Driver/output-file-cleanup.c: Add arm and... |
commit | commitdiff | tree | snapshot |
2013-01-25 |
Nick Lewycky | Add missing InGroup for this warning. |
commit | commitdiff | tree | snapshot |
2013-01-25 |
NAKAMURA Takumi | clang/test/Driver/output-file-cleanup.c: Mark it as... |
commit | commitdiff | tree | snapshot |
2013-01-25 |
NAKAMURA Takumi | clang/test/Index/crash-recovery-*.c: Drop 'REQUIRES... |
commit | commitdiff | tree | snapshot |
2013-01-25 |
NAKAMURA Takumi | clang/test: Drop "REQUIRES:shell" in three tests. They... |
commit | commitdiff | tree | snapshot |
2013-01-25 |
NAKAMURA Takumi | clang/test/CodeGenCXX/debug-info-static-member.cpp... |
commit | commitdiff | tree | snapshot |
2013-01-25 |
NAKAMURA Takumi | Create clang/test/Driver/lit.local.cfg. |
commit | commitdiff | tree | snapshot |
2013-01-25 |
Richard Smith | Sync 'in class initialization of static const double... |
commit | commitdiff | tree | snapshot |
2013-01-25 |
Daniel Dunbar | [Frontend] Remove another IsUserSpecified member variab... |
commit | commitdiff | tree | snapshot |
2013-01-25 |
Daniel Dunbar | [Frontend] Drop the isUserSupplied argument to InitHead... |
commit | commitdiff | tree | snapshot |
2013-01-25 |
Daniel Dunbar | [Frontend] The -iwithprefix option belongs in the After... |
commit | commitdiff | tree | snapshot |
2013-01-25 |
Daniel Dunbar | [Lex] Remove DirectoryLookup.UserSpecified, which is... |
commit | commitdiff | tree | snapshot |
2013-01-25 |
NAKAMURA Takumi | Serialization/GlobalModuleIndex.cpp: Fixup r173405... |
commit | commitdiff | tree | snapshot |
2013-01-25 |
Douglas Gregor | Implement the reader of the global module index and... |
commit | commitdiff | tree | snapshot |
2013-01-25 |
Douglas Gregor | Rename the -cc1 option "-generate-module-index" to |
commit | commitdiff | tree | snapshot |
2013-01-25 |
Douglas Gregor | Track the number of lookups and hits into the on-disk... |
commit | commitdiff | tree | snapshot |
2013-01-25 |
Jordan Rose | Clarify comment: "diagnose" is better than "warn" when... |
commit | commitdiff | tree | snapshot |
2013-01-25 |
Richard Smith | Clean up: since we have FunctionDecl::IsInline, make... |
commit | commitdiff | tree | snapshot |
2013-01-25 |
Dmitri Gribenko | FileCheck'ize test |
commit | commitdiff | tree | snapshot |
2013-01-24 |
Dmitri Gribenko | FileCheck'ize test |
commit | commitdiff | tree | snapshot |
2013-01-24 |
Anna Zaks | [analyzer] Fixup for r173385 and r173386 - initialize... |
commit | commitdiff | tree | snapshot |
2013-01-24 |
Dmitri Gribenko | FileCheck'ize test |
commit | commitdiff | tree | snapshot |
2013-01-24 |
Dmitri Gribenko | FileCheck'ize test |
commit | commitdiff | tree | snapshot |
2013-01-24 |
Fariborz Jahanian | Fixes text of diagnostics in integer overflow patch. |
commit | commitdiff | tree | snapshot |
2013-01-24 |
Dmitri Gribenko | FileCheck'ize test/SemaCXX/qualified-names-print.cpp... |
commit | commitdiff | tree | snapshot |
2013-01-24 |
Anna Zaks | [analyzer] Add "-analyzer-config mode=[deep|shallow] ". |
commit | commitdiff | tree | snapshot |
2013-01-24 |
Anna Zaks | [analyzer] Replace "-analyzer-ipa" with "-analyzer... |
commit | commitdiff | tree | snapshot |
2013-01-24 |
Anna Zaks | [analyzer] refactor: access IPAMode through the accessor. |
commit | commitdiff | tree | snapshot |
2013-01-24 |
Jordan Rose | scan-build: Add a --keep-empty option for better testing. |
commit | commitdiff | tree | snapshot |
2013-01-24 |
David Blaikie | FileCheck-ify some debug info scope related tests. |
commit | commitdiff | tree | snapshot |
2013-01-24 |
Fariborz Jahanian | removed duplicated comment. |
commit | commitdiff | tree | snapshot |
2013-01-24 |
Fariborz Jahanian | Patch to check for integer overflow. It has been |
commit | commitdiff | tree | snapshot |
2013-01-24 |
Jordan Rose | Move 'convertUTF8Sequence' helper into the C++ section... |
commit | commitdiff | tree | snapshot |
2013-01-24 |
Akira Hatanaka | [mips] Do not emit i32 padding if target ABI is O32... |
commit | commitdiff | tree | snapshot |
2013-01-24 |
Jordan Rose | Test fix-it ranges for Unicode characters. |
commit | commitdiff | tree | snapshot |
2013-01-24 |
Jordan Rose | Add a fixit for \U1234 -> \u1234. |
commit | commitdiff | tree | snapshot |
2013-01-24 |
Jordan Rose | As an extension, treat Unicode whitespace characters... |
commit | commitdiff | tree | snapshot |
2013-01-24 |
Jordan Rose | Handle universal character names and Unicode characters... |
commit | commitdiff | tree | snapshot |
2013-01-24 |
Jordan Rose | Unify diagnostics for \x, \u, and \U without any follow... |
commit | commitdiff | tree | snapshot |
2013-01-24 |
Chad Rosier | Fail these tests in a way that doesn't cause unexpected... |
commit | commitdiff | tree | snapshot |
2013-01-24 |
Chad Rosier | Temporarily XFAIL this test; the compiler will segfault... |
commit | commitdiff | tree | snapshot |
2013-01-24 |
Chad Rosier | [ms-inline asm] Add an error when trying to compile... |
commit | commitdiff | tree | snapshot |
2013-01-24 |
Chad Rosier | [driver] Associate a JobAction with each result file... |
commit | commitdiff | tree | snapshot |
2013-01-24 |
Michael Han | PR14922: when printing an attribute, use the real synta... |
commit | commitdiff | tree | snapshot |
2013-01-24 |
Joey Gouly | Fix a non-conformant OpenCL test case. |
commit | commitdiff | tree | snapshot |
2013-01-24 |
Joey Gouly | Properly remove this test file, that I copied over... |
commit | commitdiff | tree | snapshot |
2013-01-24 |
Joey Gouly | Fix an OpenCL test case that was OpenCL conformant. |
commit | commitdiff | tree | snapshot |
2013-01-24 |
NAKAMURA Takumi | clang/GlobalModuleIndex: Don't open the same file twice... |
commit | commitdiff | tree | snapshot |
2013-01-24 |
NAKAMURA Takumi | clang/test/Modules/global_index.m: XFAILing on win32... |
commit | commitdiff | tree | snapshot |
2013-01-24 |
Nick Lewycky | Give warn_redecl_library_builtin a flag name: -Wincompa... |
commit | commitdiff | tree | snapshot |
2013-01-24 |
Nick Lewycky | Start checking nonnull (as well as format and argument_... |
commit | commitdiff | tree | snapshot |
2013-01-24 |
Nick Lewycky | Fix some wonky formatting, remove spurious emacs major... |
commit | commitdiff | tree | snapshot |
2013-01-23 |
Richard Smith | Micro cleanup: use an array of const char, rather than... |
commit | commitdiff | tree | snapshot |
2013-01-23 |
Bill Wendling | Don't check lines beginning with '#', since they could... |
commit | commitdiff | tree | snapshot |
2013-01-23 |
Bill Wendling | Don't check lines beginning with '#', since they could... |
commit | commitdiff | tree | snapshot |
2013-01-23 |
Bill Wendling | The diagnostic is now a warning instead of an error... |
commit | commitdiff | tree | snapshot |
2013-01-23 |
Douglas Gregor | Fix for case-sensitive file systems. Ugh |
commit | commitdiff | tree | snapshot |
2013-01-23 |
Douglas Gregor | Implement the writer side of the global module index. |
commit | commitdiff | tree | snapshot |
2013-01-23 |
Ted Kremenek | Add a test case for 'analyzer_noreturn' on category... |
commit | commitdiff | tree | snapshot |
2013-01-23 |
Ted Kremenek | Always process an index.html file if we have HTML outpu... |
commit | commitdiff | tree | snapshot |
2013-01-23 |
Ted Kremenek | Add missing null check. Not sure why my tests passed... |
commit | commitdiff | tree | snapshot |
2013-01-23 |
Ted Kremenek | Honor attribute 'analyzer_noreturn' on Objective-C... |
commit | commitdiff | tree | snapshot |
2013-01-23 |
Daniel Jasper | Add extra indent for nested calls inside if's. |
commit | commitdiff | tree | snapshot |
2013-01-23 |
Dmitri Gribenko | Implement -Wvla correctly |
commit | commitdiff | tree | snapshot |
2013-01-23 |
Douglas Gregor | Factor the trait for lookup into the on-based hash... |
commit | commitdiff | tree | snapshot |
2013-01-23 |
Sean Silva | docs: clear up ambiguity |
commit | commitdiff | tree | snapshot |
2013-01-23 |
Argyrios Kyrtzidis | [PCH] Temporarily disable the "ambiguous macro" warning... |
commit | commitdiff | tree | snapshot |
2013-01-23 |
Dmitri Gribenko | Documentation: add a note that -cc1 options are not... |
commit | commitdiff | tree | snapshot |
2013-01-23 |
Dmitri Gribenko | libclang: change return type of getCursorDecl() to... |
commit | commitdiff | tree | snapshot |
2013-01-23 |
Dmitri Gribenko | Use 'const Decl *' throughout code completion in Sema |
commit | commitdiff | tree | snapshot |
2013-01-23 |
Dmitri Gribenko | Add constness for NestedNameSpecifier::Create parameter |
commit | commitdiff | tree | snapshot |
2013-01-23 |
Daniel Jasper | Don't try to align builder-type continuations on assign... |
commit | commitdiff | tree | snapshot |
next |