summaryrefslogtreecommitdiff
path: root/test/Sema/attr-section.c
AgeCommit message (Expand)Author
2017-11-26Determine the attribute subject for diagnostics based on declarative informat...Aaron Ballman
2017-10-04Fix 'section' warning behavior with tentatively-defined valuesErich Keane
2017-09-26Emit section information for extern variables. Erich Keane
2016-11-11Fix mismatched enum value name and diagnostic text.Douglas Katzman
2013-12-12Added a Subjects clause to the section attribute and made its diagnostics mor...Aaron Ballman
2013-07-30err_attribute_not_string has been subsumed by err_attribute_argument_type.Aaron Ballman
2012-05-13Produce a warning for mismatched section attributes. Completest pr9356.Rafael Espindola
2010-04-07rename llvm::llvm_report_error -> llvm::report_fatal_errorChris Lattner
2010-01-12implement PR6007, diagnosing invalid attribute((section))Chris Lattner
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
2009-08-10fix a couple of problems with section attributes:Chris Lattner