]> granicus.if.org Git - clang/history - include/clang/Sema/DelayedDiagnostic.h
Header guard canonicalization, clang part.
[clang] / include / clang / Sema / DelayedDiagnostic.h
2014-08-13 Benjamin KramerHeader guard canonicalization, clang part.
2014-06-16 Fariborz JahanianObjective-C. Diagnose when property access is using...
2014-05-06 Craig Topper[C++11] Use 'nullptr'
2014-03-02 Chandler Carruth[C++11] Switch from the llvm_move macro to directly...
2013-12-18 Ted KremenekImplemented delayed processing of 'unavailable' checkin...
2013-09-13 James DennettDocumentation: Doxygen-ification of existing docs for...
2013-03-15 Eric ChristopherSilence anonymous type in anonymous union warnings.
2013-01-12 Dmitri GribenkoRemove useless 'llvm::' qualifier from names like Strin...
2012-09-21 Fariborz Jahanianobjective-C: when diagnosing deprecated/unavailable...
2012-09-15 Dmitri GribenkoUse LLVM_DELETED_FUNCTION in place of 'DO NOT IMPLEMENT...
2012-07-04 Benjamin KramerDrop the ASTContext.h include from Stmt.h and fix up...
2012-05-07 John McCallRefactor DelayedDiagnostics so that it keeps diagnostics in
2012-03-02 Fariborz Jahanianobjc: When issue diagnostic about deprecated method...
2012-02-07 Benjamin KramerRevert my patches which removed Diagnostic.h includes...
2012-02-04 Benjamin KramerMove various diagnostic operator<< overloads out of...
2011-07-20 Chris Lattnernow that we have a centralized place to do so, add...
2011-06-15 John McCallAutomatic Reference Counting.
2011-03-23 Douglas GregorTeach DelayedDiagnostic to copy its string, rather...
2011-02-14 John McCallWhen parsing an out-of-line member function declaration...
2010-10-09 Benjamin KramerDon't rely on a StringRef being null-terminated (it...
2010-10-06 Fariborz JahanianAdd message to attribute(deprecated).
2010-08-26 John McCallDe-memberify the VarDecl and FunctionDecl StorageClass...
2010-08-26 John McCallRestore r112114 now that SmallVector<...,0> is safe.
2010-08-26 Daniel DunbarRevert r112114, "Pull DelayedDiagnostic and AccessedEnt...
2010-08-25 John McCallPull DelayedDiagnostic and AccessedEntity out into...