Age | Commit message (Expand) | Author |
2013-03-08 | [PCH] When complaining that a header from the PCH was modified, also mention | Argyrios Kyrtzidis |
2013-03-08 | Add support for the OpenCL attribute 'vec_type_hint'. | Joey Gouly |
2013-03-07 | HeaderDoc: Support more of HeaderDoc documentation | Fariborz Jahanian |
2013-03-06 | Spell Objective-C correctly. | Fariborz Jahanian |
2013-03-06 | say objective-C in the warning and streamline | Fariborz Jahanian |
2013-03-06 | revert r176531 due to clan-native-arm fails | Weiming Zhao |
2013-03-06 | After issuing a diagnostic for undefining or redefining a builtin macro, | Richard Smith |
2013-03-05 | PR 11326: Lack diagnosic message when ABI conflicts on ARM | Weiming Zhao |
2013-03-05 | doc. parsing. Improve on diagnostics on my last patch. | Fariborz Jahanian |
2013-03-05 | doc parsing. Add @method and @callback for | Fariborz Jahanian |
2013-03-05 | Add quotation marks to template names in diagnostics. | David Blaikie |
2013-03-05 | doc parsing. We want to issue a strong warning when | Fariborz Jahanian |
2013-03-04 | [comment parsing] source fidelity for tparam command too. | Fariborz Jahanian |
2013-03-04 | comment parsing. Missed a case of referring | Fariborz Jahanian |
2013-03-01 | comment parsing. Keep the original command format | Fariborz Jahanian |
2013-03-01 | Fix typos: [Dd]iagnosic -> [Dd]iagnostic | Stefanus Du Toit |
2013-02-28 | Fix warning text of my last patch. | Fariborz Jahanian |
2013-02-28 | objective-C: clang, following gcc, warns on | Fariborz Jahanian |
2013-02-27 | Rename methods to comply with the LLVM Coding Standards. | Rafael Espindola |
2013-02-27 | Move LinkageInfo out of NamedDecl so that it can be used in Type.h. | Rafael Espindola |
2013-02-27 | Refine SourceManager's isBeforeInTranslationUnit() cache to have more entries. | Ted Kremenek |
2013-02-26 | Fix assertion failure when a field is given an address space. | Matt Arsenault |
2013-02-26 | Unify clang/llvm attributes for asan/tsan/msan (Clang part) | Kostya Serebryany |
2013-02-23 | Revert r175912, "Add support for coldcc to clang" at John's request. | Peter Collingbourne |
2013-02-22 | Add support for coldcc to clang | Peter Collingbourne |
2013-02-22 | Replace some typically large vectors with SmallVector. | Benjamin Kramer |
2013-02-22 | [Sema] Semantic analysis for empty-declaration and attribute-declaration. | Michael Han |
2013-02-22 | Comment parsing: add CommentOptions to allow specifying custom comment block ... | Dmitri Gribenko |
2013-02-22 | Handle alignas(foo...) pack expansions. | Richard Smith |
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 | Add -fbracket-depth=N, analogous to -ftemplate-depth= and -fconstexpr-depth=, | Richard Smith |
2013-02-22 | objective-C arc: Diagnostic can not say to use bridge | Fariborz Jahanian |
2013-02-21 | Fix typo 'with with' in diagnostic. | Richard Smith |
2013-02-21 | Teach serialized diagnostics about notes without locations. | Ted Kremenek |
2013-02-21 | Correct spelling of 'enumerator'. | David Blaikie |
2013-02-21 | Use None rather than Optional<T>() where possible. | David Blaikie |
2013-02-20 | Include llvm::Optional in clang/Basic/LLVM.h | David Blaikie |
2013-02-20 | PR15311: Finish implementation of the suggested resolution of core issue 1488, | Richard Smith |
2013-02-20 | Process and handle attributes on conditions and for loop variables. Process and | Richard Smith |
2013-02-20 | Add a new 'type_visibility' attribute to allow users to | John McCall |
2013-02-19 | PR15300: Support C++11 attributes on base-specifiers. We don't support any such | Richard Smith |
2013-02-19 | [modules] Refactor code from ASTReader::makeModuleVisible() into a new function, | Argyrios Kyrtzidis |
2013-02-19 | Add support for -fvisibility-ms-compat. | John McCall |
2013-02-17 | Documentation: use \brief and don't duplicate the name of the declared entity | James Dennett |
2013-02-17 | Documentation cleanup: fix a typo ("////" for "///") and suppress Doxygen's | James Dennett |
2013-02-16 | Documentation cleanup: use \brief, and don't repeat the identifier being | James Dennett |
2013-02-14 | Add a getLanguageLinkage method to VarDecls and FunctionDecls. Use it to fix | Rafael Espindola |
2013-02-12 | Diagnose loads of 'half' l-values in OpenCL. | John McCall |
2013-02-10 | objective-C: Fixes a bogus warning due to not setting | Fariborz Jahanian |
2013-02-09 | Remove unreachable statement | Dmitri Gribenko |