Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(170)

Unified Diff: include/clang/Parse/CMakeLists.txt

Issue 4975049: Added support for late parsing of attribute arguments to GNU attributes.
Patch Set: More style fixes. Created 13 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « include/clang/Makefile ('k') | include/clang/Parse/Makefile » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: include/clang/Parse/CMakeLists.txt
diff --git a/include/clang/Parse/CMakeLists.txt b/include/clang/Parse/CMakeLists.txt
new file mode 100644
index 0000000000000000000000000000000000000000..d1ff2abfee66ab4cd68016cd2315618e0a8aec51
--- /dev/null
+++ b/include/clang/Parse/CMakeLists.txt
@@ -0,0 +1,4 @@
+clang_tablegen(AttrLateParsed.inc -gen-clang-attr-late-parsed-list
+ -I ${CMAKE_CURRENT_SOURCE_DIR}/../../
+ SOURCE ../Basic/Attr.td
+ TARGET ClangAttrLateParsed)
« no previous file with comments | « include/clang/Makefile ('k') | include/clang/Parse/Makefile » ('j') | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b