- a7db6a2 Fix up the test. for // rdar://11861085 by Fariborz Jahanian · 12 years ago
- 25cf8ab Revert r172285 (suppressing a 'redundant' -Wc++98-compat warning) and add a by Richard Smith · 12 years ago
- 1044256 Comment parsing: actually check for a block command after "\param x" by Dmitri Gribenko · 12 years ago
- 01a4114 Preserve Sema::UndefinedInternals across PCH boundaries. Fixes by Nick Lewycky · 12 years ago
- 3ac83d6 patch for PR9027 and // rdar://11861085 by Fariborz Jahanian · 12 years ago
- b2274d6 clang/test/Index/annotate-comments-typedef.m: Remove CommentXMLValid in CHECKs. Don't assume libxml2 here. by NAKAMURA Takumi · 12 years ago
- f3bbb15 ARM says that the array cookie should always be eight bytes. by John McCall · 12 years ago
- 59273eb clang/test/Preprocessor/iwithprefix.c: Tweak default includes not to use /usr/include. by NAKAMURA Takumi · 12 years ago
- 41170b5 Attach enum's documentation to its typedef if by Fariborz Jahanian · 12 years ago
- d5617ee The standard ARM C++ ABI dictates that inline functions are by John McCall · 12 years ago
- 3d115cf Remove useless 'XPASS: *' from tests by Dmitri Gribenko · 12 years ago
- 69bb7f6 Temporarily disabling ms-asm test by Renato Golin · 12 years ago
- d086068 This test actually passes, just add the missing expected-error by Dmitri Gribenko · 12 years ago
- ff3e102 Migrate test from grep to -fdiagnostics-parseable-fixits by Dmitri Gribenko · 12 years ago
- c6dcea9 Silence unintended fallthrough diagnostic on a case label preceded with a normal label. by Alexander Kornienko · 12 years ago
- f282e72 FileCheck'ize tests by Dmitri Gribenko · 12 years ago
- 8b127d3 Migrate tests to -verify and merge them by Dmitri Gribenko · 12 years ago
- 7f5c343 [tests] Force a triple to ensure /usr/include is one of the entries. by Daniel Dunbar · 12 years ago
- fd426dc [tests] Add a test for -iwithprefix. by Daniel Dunbar · 12 years ago
- 909df54 Add space after ';'. by Fariborz Jahanian · 12 years ago
- 78c28be Improve diagnsotic further on integer overflow. by Fariborz Jahanian · 12 years ago
- e992ed1 Don't suggest to insert [[clang::fallthrough]] before empty cases. Fix for multiple case labels. by Alexander Kornienko · 12 years ago
- 7d56bfe clang/test/PCH/modified-header-error.c: Disable it again. It had been problematic on win32 for while. by NAKAMURA Takumi · 12 years ago
- 643728a clang/test/Driver/output-file-cleanup.c: Add arm and powerpc to XFAIL. by NAKAMURA Takumi · 12 years ago
- de72f10 Add missing InGroup for this warning. by Nick Lewycky · 12 years ago
- d7e87b2 clang/test/Driver/output-file-cleanup.c: Mark it as XFAIL:*-mingw32, ppc, for now. by NAKAMURA Takumi · 12 years ago
- dddcc57 clang/test/Index/crash-recovery-*.c: Drop 'REQUIRES:shell". "test !" is available on Lit win32 since r173421. by NAKAMURA Takumi · 12 years ago
- a6cd5cd clang/test: Drop "REQUIRES:shell" in three tests. They can run on win32. by NAKAMURA Takumi · 12 years ago
- e095c65 clang/test/CodeGenCXX/debug-info-static-member.cpp: Appease targetting msvc to add explicit -target x86_64-unknown-unknown. by NAKAMURA Takumi · 12 years ago
- 33eb9b5 Create clang/test/Driver/lit.local.cfg. by NAKAMURA Takumi · 12 years ago
- b4b1d69 Sync 'in class initialization of static const double' extension up with GCC, by Richard Smith · 12 years ago
- 1a49d97 Implement the reader of the global module index and wire it into the AST reader. by Douglas Gregor · 12 years ago
- f575d6e Rename the -cc1 option "-generate-module-index" to by Douglas Gregor · 12 years ago
- 57e2a16 FileCheck'ize test by Dmitri Gribenko · 12 years ago
- 5c9e20f FileCheck'ize test by Dmitri Gribenko · 12 years ago
- 057519d FileCheck'ize test by Dmitri Gribenko · 12 years ago
- 45f1fa9 FileCheck'ize test by Dmitri Gribenko · 12 years ago
- a7972a0 Fixes text of diagnostics in integer overflow patch. by Fariborz Jahanian · 12 years ago
- 0a04cbd FileCheck'ize test/SemaCXX/qualified-names-print.cpp and merge it to other by Dmitri Gribenko · 12 years ago
- d130140 [analyzer] Add "-analyzer-config mode=[deep|shallow] ". by Anna Zaks · 12 years ago
- bfa9ab8 [analyzer] Replace "-analyzer-ipa" with "-analyzer-config ipa". by Anna Zaks · 12 years ago
- 75c12bf FileCheck-ify some debug info scope related tests. by David Blaikie · 12 years ago
- ad48a50 Patch to check for integer overflow. It has been by Fariborz Jahanian · 12 years ago
- 4055cfc [mips] Do not emit i32 padding if target ABI is O32. This was causing backend by Akira Hatanaka · 12 years ago
- dcceacb Test fix-it ranges for Unicode characters. by Jordan Rose · 12 years ago
- b87672b Add a fixit for \U1234 -> \u1234. by Jordan Rose · 12 years ago
- fc12060 As an extension, treat Unicode whitespace characters as whitespace. by Jordan Rose · 12 years ago
- c7629d9 Handle universal character names and Unicode characters outside of literals. by Jordan Rose · 12 years ago
- 5209e2b Unify diagnostics for \x, \u, and \U without any following hex digits. by Jordan Rose · 12 years ago
- 8b33265 Fail these tests in a way that doesn't cause unexpected successes, per Daniel's by Chad Rosier · 12 years ago
- 872a6f6 Temporarily XFAIL this test; the compiler will segfault if the target-specific by Chad Rosier · 12 years ago
- ae07378 [ms-inline asm] Add an error when trying to compile MS-style inline assembly by Chad Rosier · 12 years ago
- 9d71863 [driver] Associate a JobAction with each result file. This enables the driver by Chad Rosier · 12 years ago
- 51d8c52 PR14922: when printing an attribute, use the real syntax of the attribute (GNU, C++11, MS Declspec) instead of hardcoded GNU syntax. by Michael Han · 12 years ago
- 68bb7a6 by Joey Gouly · 12 years ago
- ec07557 Properly remove this test file, that I copied over to test/SemaOpenCL in r173352. by Joey Gouly · 12 years ago
- 627b463 by Joey Gouly · 12 years ago
- d2db16f clang/GlobalModuleIndex: Don't open the same file twice. Use raw_fd_ostream(fd, ...) instead. by NAKAMURA Takumi · 12 years ago
- 35ae832 clang/test/Modules/global_index.m: XFAILing on win32 when investigating for now. by NAKAMURA Takumi · 12 years ago
- bcac91a Give warn_redecl_library_builtin a flag name: -Wincompatible-library-redeclaration. by Nick Lewycky · 12 years ago
- 9b7ea0d Start checking nonnull (as well as format and argument_with_type_tag) on by Nick Lewycky · 12 years ago
- 2f169f8 Don't check lines beginning with '#', since they could contain a path with the unexpected word in them. by Bill Wendling · 12 years ago
- ee64b81 Don't check lines beginning with '#', since they could contain a path with the unexpected word in them. by Bill Wendling · 12 years ago
- 0e697aa The diagnostic is now a warning instead of an error. Also don't check lines beginning with '#', since they could contain a path with the unexpected word in them. by Bill Wendling · 12 years ago
- a6b00fc Implement the writer side of the global module index. by Douglas Gregor · 12 years ago
- 38878aa Add a test case for 'analyzer_noreturn' on category methods. by Ted Kremenek · 12 years ago
- a5b6469 Honor attribute 'analyzer_noreturn' on Objective-C methods. by Ted Kremenek · 12 years ago
- 630f4bb Implement -Wvla correctly by Dmitri Gribenko · 12 years ago
- 0c06cbc [PCH] Temporarily disable the "ambiguous macro" warning that is currently bogus with a PCH by Argyrios Kyrtzidis · 12 years ago
- 19dbb20 Add a new LangOpt NativeHalfType. This option allows for native half/fp16 by Joey Gouly · 12 years ago
- 3edf387 Make __attribute__((nonnull)) use the general expression evaluator to search for by Nick Lewycky · 12 years ago
- d069c3d clang/test/Driver/output-file-is-dir.c: This requires shell due to 'cd'. by NAKAMURA Takumi · 12 years ago
- 6ea3a2a [Driver] Don't remove non-regular files that were outputs. by Daniel Dunbar · 12 years ago
- bce9205 Add a triple, per Ben's suggestion. by Chad Rosier · 12 years ago
- bd00bdb Second attempt to fix ppc bots. by Chad Rosier · 12 years ago
- 80d38eb Add x86 requirement to hopefully fix ppc bots. by Chad Rosier · 12 years ago
- b0fc94c PowerPC: fix __builtin_eh_return_data_regno return by Adhemerval Zanella · 12 years ago
- b2e2157 [ms-inline asm] Remove the -fenable-experimental-ms-inline-asm flag. MS-style by Chad Rosier · 12 years ago
- d6ec473 Split "discards qualifiers" warnings of -Wincompatible-pointer-types into subgroup. by Ted Kremenek · 12 years ago
- 48f3cc2 objectiveC (take two): don't warn when in -Wselector mode and by Fariborz Jahanian · 12 years ago
- c666cf4 [ms-inline asm] Remove a warning about ms-style inline assembly not being by Chad Rosier · 12 years ago
- 3a344f9 Fix a bug in VarDecl::getSourceRange() for static member arrays with an element by Nico Weber · 12 years ago
- 9ec55f2 Switch to APFloat constructor taking fltSemantics. by Tim Northover · 12 years ago
- 6a94c1e [ASan] Fixed darwin-sanitizer-ld.c to match the flags after the switch to the dynamic runtime. by Alexander Potapenko · 12 years ago
- b62faef Use the correct field to copy/dispose a __block variable. by John McCall · 12 years ago
- 614323c clang/test/Index/comment-to-html-xml-conversion.cpp: Mark this as XFAIL:valgrind, for now. Working in progress. by NAKAMURA Takumi · 12 years ago
- cc128e9 clang/test: [CMake] check-clang doesn't require llvm-dis any more. by NAKAMURA Takumi · 12 years ago
- a7246da clang/test/CodeGen: Nuke llvm's opt and llvm-dis, and FileCheck-ize two tests. -O1 is sufficient here. by NAKAMURA Takumi · 12 years ago
- 146254f clang/test/CodeGen/2006-01-13-StackSave.c: Nuke llvm's opt and llvm-dis, and FileCheck-ize. by NAKAMURA Takumi · 12 years ago
- 9627bb6 clang/test/CodeGen/blocks-seq.c: FileCheck-ize. by NAKAMURA Takumi · 12 years ago
- f11ccc1 objectiveC: don't warn when in -Wselector mode and by Fariborz Jahanian · 12 years ago
- 141b90c [analyzer] Fix test for r173067. by Jordan Rose · 12 years ago
- 187f8bd [analyzer] Show notes inside implicit calls at the last explicit call site. by Jordan Rose · 12 years ago
- 2f1ac41 Fixes formatting of empty blocks. by Manuel Klimek · 12 years ago
- 032f253 Fix parsing of templated declarations. by Daniel Jasper · 12 years ago
- 649c731 First step towards vftable generation with -cxx-abi microsoft PR13231 by Timur Iskhodzhanov · 12 years ago
- 445743d Add a fixit for _Noreturn main, by Dmitri Gribenko · 12 years ago
- 2cb3d30 Port r172856: 'Include ubsan runtime even when building a shared library. We don't require executable to be linked with UBSan.' to Mac by Alexey Samsonov · 12 years ago
- 4b12be6 PR14472: Preserve qualifiers while unwrapping types for debug info by David Blaikie · 12 years ago
- 4bdc604 Add top-level Clang flag -f(no-)sanitize-address-zero-base-shadow that makes AddressSanitizer use bottom of the address space for the shadow memory. On Linux it can be used with -fPIE/-pie to improve performance. by Alexey Samsonov · 12 years ago