aboutsummaryrefslogtreecommitdiff
path: root/test/Sema/attr-section.c
AgeCommit message (Expand)Author
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