Age | Commit message (Expand) | Author |
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-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 | removed duplicated comment. | Fariborz Jahanian |
2013-01-24 | Patch to check for integer overflow. It has been | Fariborz Jahanian |
2013-01-24 | [mips] Do not emit i32 padding if target ABI is O32. This was causing backend | Akira Hatanaka |
2013-01-24 | Add a fixit for \U1234 -> \u1234. | Jordan Rose |
2013-01-24 | As an extension, treat Unicode whitespace characters as whitespace. | Jordan Rose |
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 | [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 | clang/GlobalModuleIndex: Don't open the same file twice. Use raw_fd_ostream(f... | NAKAMURA Takumi |
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 | 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 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 | [PCH] Temporarily disable the "ambiguous macro" warning that is currently bog... | Argyrios Kyrtzidis |
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 | 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 | Remove the last of uses that use the Attribute object as a collection of attr... | Bill Wendling |
2013-01-23 | Make __attribute__((nonnull)) use the general expression evaluator to search for | Nick Lewycky |
2013-01-23 | [Driver] Don't remove non-regular files that were outputs. | Daniel Dunbar |
2013-01-23 | Documentation cleanup: fixing documentation for FrontendAction. | James Dennett |
2013-01-23 | Use the AttributeSet when adding multiple attributes and an Attribute::AttrKind | Bill Wendling |
2013-01-22 | Fix compilation on Linux, which defines PATH_MAX in a weird place, | Douglas Gregor |
2013-01-22 | PowerPC: fix __builtin_eh_return_data_regno return | Adhemerval Zanella |