Age | Commit message (Expand) | Author |
2013-02-23 | Prefer 'and' over '&' in comments. | David Blaikie |
2013-02-23 | Shrink SmallPtrSet. It gets swapped a lot which copies the whole small part. | Benjamin Kramer |
2013-02-23 | Add streamed versions of getQualifiedNameAsString. | Benjamin Kramer |
2013-02-23 | Remove data member MSAsmStmt::AsmLoc, wrongly hiding AsmStmt::AsmLoc. | Enea Zaffanella |
2013-02-23 | Don't recognize unnamed pointer parameters as casts. | Daniel Jasper |
2013-02-23 | Allow splitting between string literals and identifiers. | Daniel Jasper |
2013-02-23 | Implement __builtin_eh_return_data_regno() for ARM and MIPS. | Logan Chien |
2013-02-23 | clang/AST/Decl.h: Add "raw_ostream.h" to appease msvc. | NAKAMURA Takumi |
2013-02-23 | ubsan: Emit bounds checks for array indexing, vector indexing, and (in really... | Richard Smith |
2013-02-23 | Test that attribute(availability) doesn't override private_extern. | John McCall |
2013-02-23 | Remove the CFGElement "Invalid" state. | David Blaikie |
2013-02-23 | Remove the hack that avoided mangling static functions in extern C contexts. | Rafael Espindola |
2013-02-23 | Revert r175912, "Add support for coldcc to clang" at John's request. | Peter Collingbourne |
2013-02-22 | Propagate the split dwarf file information through into the backend | Eric Christopher |
2013-02-22 | [libclang] Fix assertion hit when code-completing inside a function macro wit... | Argyrios Kyrtzidis |
2013-02-22 | objective-C arg: provide fixit support when | Fariborz Jahanian |
2013-02-22 | Update tests so that we don't test for function-only attributes on call sites. | Bill Wendling |
2013-02-22 | Driver: Pass down the -march setting down to -cc1as on x86 too. | Benjamin Kramer |
2013-02-22 | Make sure we apply attributes to correct places. | Bill Wendling |
2013-02-22 | Split out the command handling for split debug info, we're going | Eric Christopher |
2013-02-22 | [analyzer] Don't canonicalize the RecordDecl used in CXXBaseObjectRegion. | Jordan Rose |
2013-02-22 | Add support for coldcc to clang | Peter Collingbourne |
2013-02-22 | [preprocessing record] Have the MacroDefinitions map point to the MacroDefini... | Argyrios Kyrtzidis |
2013-02-22 | Replace some typically large vectors with SmallVector. | Benjamin Kramer |
2013-02-22 | Make sure pragmas don't attach visibility attributes to auto variables with | Rafael Espindola |
2013-02-22 | Suppress -Wswitch to unbreak the build. | David Blaikie |
2013-02-22 | [Sema] Semantic analysis for empty-declaration and attribute-declaration. | Michael Han |
2013-02-22 | Use raw_ostream::indent, update comment. | Benjamin Kramer |
2013-02-22 | Push the raw_ostream through the template diffing code. | Benjamin Kramer |
2013-02-22 | Streamify FormatASTNodeDiagnosticArgument. | Benjamin Kramer |
2013-02-22 | Streamify getNameForDiagnostic and remove the string versions of PrintTemplat... | Benjamin Kramer |
2013-02-22 | Comment parsing: add CommentOptions to allow specifying custom comment block ... | Dmitri Gribenko |
2013-02-22 | StmtPrinter: Directly print types to the stream instead of taking a detour th... | Benjamin Kramer |
2013-02-22 | Fix MergeFunctionDecl implicit CC for static methods. | Timur Iskhodzhanov |
2013-02-22 | scan-build: Remove debug print. | Benjamin Kramer |
2013-02-22 | C++11 status page: | Richard Smith |
2013-02-22 | Don't crash if we try to apply 'alignas' to a variable declared with an | Richard Smith |
2013-02-22 | Don't accidentally and silently accept C++11 attributes in decl-specifier-seqs | Richard Smith |
2013-02-22 | Update to use references to attribute groups instead of listing the attribute... | Bill Wendling |
2013-02-22 | Per the grammar in [dcl.dcl]p1, a simple-declaration can only have attributes | Richard Smith |
2013-02-22 | Handle alignas(foo...) pack expansions. | Richard Smith |
2013-02-22 | In LookupResult::resolveKind(), when handling multiple found declarations, ig... | Argyrios Kyrtzidis |
2013-02-22 | When a parameter list in a C function has an error, recover by forming a K&R ... | Argyrios Kyrtzidis |
2013-02-22 | Don't crash when applying an alloc_size attribute on a K&R function. | Argyrios Kyrtzidis |
2013-02-22 | Don't skip '_Alignas' when disambiguating 'final'. '_Alignas' can't appear here, | Richard Smith |
2013-02-22 | Teach -ast-print how to print trailing-return-types. | Richard Smith |
2013-02-22 | [analyzer] Implement "Loop executed 0 times" diagnostic correctly. | Ted Kremenek |
2013-02-22 | Implement C++11 [dcl.align]p6-p8, and C11 6.7.5/7. This had to be split out of | Richard Smith |
2013-02-22 | [libclang] Fix a crash with invalid code, while skip function bodies is enabled. | Argyrios Kyrtzidis |
2013-02-22 | Decl.cpp/mergeTemplateLV(): Tweak a description. [-Wdocumentation] | NAKAMURA Takumi |