Age | Commit message (Expand) | Author |
2013-01-24 | Handle universal character names and Unicode characters outside of literals. | Jordan Rose |
2013-01-24 | Unify diagnostics for \x, \u, and \U without any following hex digits. | Jordan Rose |
2013-01-24 | Fail these tests in a way that doesn't cause unexpected successes, per Daniel's | Chad Rosier |
2013-01-24 | Temporarily XFAIL this test; the compiler will segfault if the target-specific | Chad Rosier |
2013-01-24 | [ms-inline asm] Add an error when trying to compile MS-style inline assembly | Chad Rosier |
2013-01-24 | [driver] Associate a JobAction with each result file. This enables the driver | Chad Rosier |
2013-01-24 | PR14922: when printing an attribute, use the real syntax of the attribute (GN... | Michael Han |
2013-01-24 | Fix a non-conformant OpenCL test case. | Joey Gouly |
2013-01-24 | Properly remove this test file, that I copied over to test/SemaOpenCL in r173... | Joey Gouly |
2013-01-24 | Fix an OpenCL test case that was OpenCL conformant. | Joey Gouly |
2013-01-24 | clang/GlobalModuleIndex: Don't open the same file twice. Use raw_fd_ostream(f... | NAKAMURA Takumi |
2013-01-24 | clang/test/Modules/global_index.m: XFAILing on win32 when investigating for now. | NAKAMURA Takumi |
2013-01-24 | Give warn_redecl_library_builtin a flag name: -Wincompatible-library-redeclar... | Nick Lewycky |
2013-01-24 | Start checking nonnull (as well as format and argument_with_type_tag) on | Nick Lewycky |
2013-01-24 | Fix some wonky formatting, remove spurious emacs major mode marker. No | Nick Lewycky |
2013-01-23 | Micro cleanup: use an array of const char, rather than an array of char, as the | Richard Smith |
2013-01-23 | Don't check lines beginning with '#', since they could contain a path with th... | Bill Wendling |
2013-01-23 | Don't check lines beginning with '#', since they could contain a path with th... | Bill Wendling |
2013-01-23 | The diagnostic is now a warning instead of an error. Also don't check lines b... | Bill Wendling |
2013-01-23 | Fix for case-sensitive file systems. Ugh | Douglas Gregor |
2013-01-23 | Implement the writer side of the global module index. | Douglas Gregor |
2013-01-23 | Add a test case for 'analyzer_noreturn' on category methods. | Ted Kremenek |
2013-01-23 | Always process an index.html file if we have HTML output. Patch by Justin Bo... | Ted Kremenek |
2013-01-23 | Add missing null check. Not sure why my tests passed before. | Ted Kremenek |
2013-01-23 | Honor attribute 'analyzer_noreturn' on Objective-C methods. | Ted Kremenek |
2013-01-23 | Add extra indent for nested calls inside if's. | Daniel Jasper |
2013-01-23 | Implement -Wvla correctly | Dmitri Gribenko |
2013-01-23 | Factor the trait for lookup into the on-based hash table of | Douglas Gregor |
2013-01-23 | docs: clear up ambiguity | Sean Silva |
2013-01-23 | [PCH] Temporarily disable the "ambiguous macro" warning that is currently bog... | Argyrios Kyrtzidis |
2013-01-23 | Documentation: add a note that -cc1 options are not guaranteed to be stable | Dmitri Gribenko |
2013-01-23 | libclang: change return type of getCursorDecl() to 'const Decl *' | Dmitri Gribenko |
2013-01-23 | Use 'const Decl *' throughout code completion in Sema | Dmitri Gribenko |
2013-01-23 | Add constness for NestedNameSpecifier::Create parameter | Dmitri Gribenko |
2013-01-23 | Don't try to align builder-type continuations on assignments. | Daniel Jasper |
2013-01-23 | Constify some getters in RedeclarableTemplateDecl | Dmitri Gribenko |
2013-01-23 | Remove uneeded casts | Dmitri Gribenko |
2013-01-23 | Don't try to do a hanging ident after assignments. | Daniel Jasper |
2013-01-23 | Fix handling of macro definitions. | Manuel Klimek |
2013-01-23 | Fixes layouting regression and invalid-read. | Manuel Klimek |
2013-01-23 | Fix the formatting of pointer/reference types in range-based for loops. | Daniel Jasper |
2013-01-23 | Removing the penalty for breaking after "=". | Daniel Jasper |
2013-01-23 | Fix another regression for pointer types. | Daniel Jasper |
2013-01-23 | Add a new LangOpt NativeHalfType. This option allows for native half/fp16 | Joey Gouly |
2013-01-23 | Fix regression in formatting pointer types. | Daniel Jasper |
2013-01-23 | Fixes incorrect handling of the declaration context stack. | Manuel Klimek |
2013-01-23 | Fix segfaults in the formatter. | Manuel Klimek |
2013-01-23 | Add option to allow putting all parameters onto the next line. | Daniel Jasper |
2013-01-23 | Allow us to better guess the context of an unwrapped line. | Manuel Klimek |
2013-01-23 | Explicitly cast away the const-ness instead of doing it implicitly. | Bill Wendling |