index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2013-01-25
[utils] Remove C++Tests that I don't think anyone uses anymore.
Daniel Dunbar
2013-01-25
Silence unintended fallthrough diagnostic on a case label preceded with a nor...
Alexander Kornienko
2013-01-25
FileCheck'ize tests
Dmitri Gribenko
2013-01-25
Migrate tests to -verify and merge them
Dmitri Gribenko
2013-01-25
[tests] Force a triple to ensure /usr/include is one of the entries.
Daniel Dunbar
2013-01-25
[tests] Add a test for -iwithprefix.
Daniel Dunbar
2013-01-25
Add space after ';'.
Fariborz Jahanian
2013-01-25
Improve diagnsotic further on integer overflow.
Fariborz Jahanian
2013-01-25
Don't suggest to insert [[clang::fallthrough]] before empty cases. Fix for mu...
Alexander Kornienko
2013-01-25
Fix some alignment and line break decisions.
Daniel Jasper
2013-01-25
Lexer.cpp: Fix a warning with ptrdiff_t on i686. [-Wsign-compare]
NAKAMURA Takumi
2013-01-25
clang/test/PCH/modified-header-error.c: Disable it again. It had been problem...
NAKAMURA Takumi
2013-01-25
Allow breaking after "::" if absolutely necessary.
Daniel Jasper
2013-01-25
ConvertUTF.h: Suppress a warning with ptrdiff_t on i686. [-Wsign-compare]
NAKAMURA Takumi
2013-01-25
clang/test/Driver/output-file-cleanup.c: Add arm and powerpc to XFAIL.
NAKAMURA Takumi
2013-01-25
Add missing InGroup for this warning.
Nick Lewycky
2013-01-25
clang/test/Driver/output-file-cleanup.c: Mark it as XFAIL:*-mingw32, ppc, for...
NAKAMURA Takumi
2013-01-25
clang/test/Index/crash-recovery-*.c: Drop 'REQUIRES:shell". "test !" is avail...
NAKAMURA Takumi
2013-01-25
clang/test: Drop "REQUIRES:shell" in three tests. They can run on win32.
NAKAMURA Takumi
2013-01-25
clang/test/CodeGenCXX/debug-info-static-member.cpp: Appease targetting msvc t...
NAKAMURA Takumi
2013-01-25
Create clang/test/Driver/lit.local.cfg.
NAKAMURA Takumi
2013-01-25
Sync 'in class initialization of static const double' extension up with GCC,
Richard Smith
2013-01-25
[Frontend] Remove another IsUserSpecified member variable that is now unused.
Daniel Dunbar
2013-01-25
[Frontend] Drop the isUserSupplied argument to InitHeaderSearch, it is unused.
Daniel Dunbar
2013-01-25
[Frontend] The -iwithprefix option belongs in the After category, according to
Daniel Dunbar
2013-01-25
[Lex] Remove DirectoryLookup.UserSpecified, which is unused.
Daniel Dunbar
2013-01-25
Serialization/GlobalModuleIndex.cpp: Fixup r173405, <cstdio>
NAKAMURA Takumi
2013-01-25
Implement the reader of the global module index and wire it into the
Douglas Gregor
2013-01-25
Rename the -cc1 option "-generate-module-index" to
Douglas Gregor
2013-01-25
Track the number of lookups and hits into the on-disk hash tables for
Douglas Gregor
2013-01-25
Clarify comment: "diagnose" is better than "warn" when emitting an error.
Jordan Rose
2013-01-25
Clean up: since we have FunctionDecl::IsInline, make it store the right value
Richard Smith
2013-01-25
FileCheck'ize test
Dmitri Gribenko
2013-01-24
FileCheck'ize test
Dmitri Gribenko
2013-01-24
[analyzer] Fixup for r173385 and r173386 - initialize the members.
Anna Zaks
2013-01-24
FileCheck'ize test
Dmitri Gribenko
2013-01-24
FileCheck'ize test
Dmitri Gribenko
2013-01-24
Fixes text of diagnostics in integer overflow patch.
Fariborz Jahanian
2013-01-24
FileCheck'ize test/SemaCXX/qualified-names-print.cpp and merge it to other
Dmitri Gribenko
2013-01-24
[analyzer] Add "-analyzer-config mode=[deep|shallow] ".
Anna Zaks
2013-01-24
[analyzer] Replace "-analyzer-ipa" with "-analyzer-config ipa".
Anna Zaks
2013-01-24
[analyzer] refactor: access IPAMode through the accessor.
Anna Zaks
2013-01-24
scan-build: Add a --keep-empty option for better testing.
Jordan Rose
2013-01-24
FileCheck-ify some debug info scope related tests.
David Blaikie
2013-01-24
removed duplicated comment.
Fariborz Jahanian
2013-01-24
Patch to check for integer overflow. It has been
Fariborz Jahanian
2013-01-24
Move 'convertUTF8Sequence' helper into the C++ section of the header file.
Jordan Rose
2013-01-24
[mips] Do not emit i32 padding if target ABI is O32. This was causing backend
Akira Hatanaka
2013-01-24
Test fix-it ranges for Unicode characters.
Jordan Rose
2013-01-24
Add a fixit for \U1234 -> \u1234.
Jordan Rose
[next]