aboutsummaryrefslogtreecommitdiff
path: root/include/clang/Basic
AgeCommit message (Expand)Author
2013-03-19Add a clarifying note when a return statement is rejected becauseJohn McCall
2013-03-18documentation comment parsing. Added couple of Fariborz Jahanian
2013-03-18Diagnose uses of 'alignof' on functions in -pedantic mode.Richard Smith
2013-03-18Add missing diagnostic for a nested-name-specifier on a free-standing type de...Richard Smith
2013-03-18Bring inheriting constructor implementation up-to-date with current defectRichard Smith
2013-03-16Remove -Wspellcheck and replace it with a diagnostic option.Argyrios Kyrtzidis
2013-03-14Don't try to typo-correct 'super' in an objc method.Argyrios Kyrtzidis
2013-03-14Add support for the 'endian' attribute for OpenCL.Joey Gouly
2013-03-13[Modules] Resolve top-headers of modules lazily.Argyrios Kyrtzidis
2013-03-12Revert "Revert r166370 and r166540 now that Xcode 4.6 has been available for ...Bob Wilson
2013-03-12Objective-C: Issue warning in couple of obscure casesFariborz Jahanian
2013-03-12Revert r166370 and r166540 now that Xcode 4.6 has been available for a while.Bob Wilson
2013-03-12Revert "Disallow using -fmodules with -no-integrated-as."Ted Kremenek
2013-03-11Disallow using -fmodules with -no-integrated-as.Ted Kremenek
2013-03-11Add -Wc99-compat warning for C11 unicode string and character literals.Richard Smith
2013-03-09Handle _Pragma on a u8, u, or U string literal per the C11 specification. AlsoRichard Smith
2013-03-09Remove unused diagnostic.Benjamin Kramer
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