aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-01-25[utils] Remove C++Tests that I don't think anyone uses anymore.Daniel Dunbar
2013-01-25Silence unintended fallthrough diagnostic on a case label preceded with a nor...Alexander Kornienko
2013-01-25FileCheck'ize testsDmitri Gribenko
2013-01-25Migrate tests to -verify and merge themDmitri 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-25Add space after ';'.Fariborz Jahanian
2013-01-25Improve diagnsotic further on integer overflow.Fariborz Jahanian
2013-01-25Don't suggest to insert [[clang::fallthrough]] before empty cases. Fix for mu...Alexander Kornienko
2013-01-25Fix some alignment and line break decisions.Daniel Jasper
2013-01-25Lexer.cpp: Fix a warning with ptrdiff_t on i686. [-Wsign-compare]NAKAMURA Takumi
2013-01-25clang/test/PCH/modified-header-error.c: Disable it again. It had been problem...NAKAMURA Takumi
2013-01-25Allow breaking after "::" if absolutely necessary.Daniel Jasper
2013-01-25ConvertUTF.h: Suppress a warning with ptrdiff_t on i686. [-Wsign-compare]NAKAMURA Takumi
2013-01-25clang/test/Driver/output-file-cleanup.c: Add arm and powerpc to XFAIL.NAKAMURA Takumi
2013-01-25Add missing InGroup for this warning.Nick Lewycky
2013-01-25clang/test/Driver/output-file-cleanup.c: Mark it as XFAIL:*-mingw32, ppc, for...NAKAMURA Takumi
2013-01-25clang/test/Index/crash-recovery-*.c: Drop 'REQUIRES:shell". "test !" is avail...NAKAMURA Takumi
2013-01-25clang/test: Drop "REQUIRES:shell" in three tests. They can run on win32.NAKAMURA Takumi
2013-01-25clang/test/CodeGenCXX/debug-info-static-member.cpp: Appease targetting msvc t...NAKAMURA Takumi
2013-01-25Create clang/test/Driver/lit.local.cfg.NAKAMURA Takumi
2013-01-25Sync '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 toDaniel Dunbar
2013-01-25[Lex] Remove DirectoryLookup.UserSpecified, which is unused.Daniel Dunbar
2013-01-25Serialization/GlobalModuleIndex.cpp: Fixup r173405, <cstdio>NAKAMURA Takumi
2013-01-25Implement the reader of the global module index and wire it into theDouglas Gregor
2013-01-25Rename the -cc1 option "-generate-module-index" toDouglas Gregor
2013-01-25Track the number of lookups and hits into the on-disk hash tables forDouglas Gregor
2013-01-25Clarify comment: "diagnose" is better than "warn" when emitting an error.Jordan Rose
2013-01-25Clean up: since we have FunctionDecl::IsInline, make it store the right valueRichard Smith
2013-01-25FileCheck'ize testDmitri Gribenko
2013-01-24FileCheck'ize testDmitri Gribenko
2013-01-24[analyzer] Fixup for r173385 and r173386 - initialize the members.Anna Zaks
2013-01-24FileCheck'ize testDmitri Gribenko
2013-01-24FileCheck'ize testDmitri Gribenko
2013-01-24Fixes text of diagnostics in integer overflow patch.Fariborz Jahanian
2013-01-24FileCheck'ize test/SemaCXX/qualified-names-print.cpp and merge it to otherDmitri 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-24scan-build: Add a --keep-empty option for better testing.Jordan Rose
2013-01-24FileCheck-ify some debug info scope related tests.David Blaikie
2013-01-24removed duplicated comment.Fariborz Jahanian
2013-01-24Patch to check for integer overflow. It has beenFariborz Jahanian
2013-01-24Move '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 backendAkira Hatanaka
2013-01-24Test fix-it ranges for Unicode characters.Jordan Rose
2013-01-24Add a fixit for \U1234 -> \u1234.Jordan Rose