Home | History | Annotate | Line # | Download | only in Parse
      1      1.1  joerg set(LLVM_LINK_COMPONENTS
      2  1.1.1.2  joerg   FrontendOpenMP
      3      1.1  joerg   MC
      4      1.1  joerg   MCParser
      5      1.1  joerg   Support
      6      1.1  joerg   )
      7      1.1  joerg 
      8      1.1  joerg add_clang_library(clangParse
      9      1.1  joerg   ParseAST.cpp
     10      1.1  joerg   ParseCXXInlineMethods.cpp
     11      1.1  joerg   ParseDecl.cpp
     12      1.1  joerg   ParseDeclCXX.cpp
     13      1.1  joerg   ParseExpr.cpp
     14      1.1  joerg   ParseExprCXX.cpp
     15      1.1  joerg   ParseInit.cpp
     16      1.1  joerg   ParseObjc.cpp
     17      1.1  joerg   ParseOpenMP.cpp
     18      1.1  joerg   ParsePragma.cpp
     19      1.1  joerg   ParseStmt.cpp
     20      1.1  joerg   ParseStmtAsm.cpp
     21      1.1  joerg   ParseTemplate.cpp
     22      1.1  joerg   ParseTentative.cpp
     23      1.1  joerg   Parser.cpp
     24      1.1  joerg 
     25      1.1  joerg   LINK_LIBS
     26      1.1  joerg   clangAST
     27      1.1  joerg   clangBasic
     28      1.1  joerg   clangLex
     29      1.1  joerg   clangSema
     30  1.1.1.2  joerg 
     31  1.1.1.2  joerg   DEPENDS
     32  1.1.1.2  joerg   omp_gen
     33      1.1  joerg   )
     34