Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
81fe1fbf4abd00b24e078a80cb15a2d2c1343f11
/
clang
/
test
/
Sema
/
attr-nodebug.c
cfc1485
Remove duplicate, nonsense information from an attribute diagnostic. The NonParmVar subject does not need to mention functions, and the resulting diagnostic definitely does not need to mention functions twice.
by Aaron Ballman
· 8 years ago
adf66b6
Determine the attribute subject for diagnostics based on declarative information in DeclNodes.td. This greatly reduces the number of enumerated values used for more complex diagnostics; these are now only required when the "attribute only applies to" diagnostic needs to be generated manually as part of semantic processing.
by Aaron Ballman
· 8 years ago
afd2dde
Allow 'nodebug' on local variables.
by Paul Robinson
· 9 years ago
e801f6a
Add a Subjects line to NoDebugAttr [NFC].
by Paul Robinson
· 9 years ago
b724338
Added the attribute name to the err_attribute_wrong_number_arguments diagnostic for clarity; updated almost all of the affected test cases.
by Aaron Ballman
· 12 years ago
0859707
Emit debug info for dynamic initializers. Permit __attribute__((nodebug)) on
by Nick Lewycky
· 13 years ago
80ee596
Pretty up the wrong-number-of-arguments-for-attribute diagnostic by
by John McCall
· 15 years ago
4bb4836
Change the wording of the bad-decl-for-attribute warning and error
by John McCall
· 15 years ago
8fbe78f
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
by Daniel Dunbar
· 16 years ago
a45cf5b
Rename clang to clang-cc.
by Daniel Dunbar
· 17 years ago
76187b4
Add sema support for the nodebug attribute.
by Anders Carlsson
· 17 years ago