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