summaryrefslogtreecommitdiffstats
path: root/lib/Parse/CMakeLists.txt
Commit message (Expand)AuthorAgeFilesLines
* [CMake] Reorder libdeps by alphabetical order.NAKAMURA Takumi2014-07-141-2/+2
* Split out inline asm parsing into ParseStmtAsm.cppAlp Toker2014-06-081-0/+1
* [CMake] Use LINK_LIBS instead of target_link_libraries().NAKAMURA Takumi2014-02-261-2/+1
* [CMake] Get rid of explicit dependencies to include/clang/*.inc and introduce...NAKAMURA Takumi2014-02-211-12/+0
* Consolidating several table-generated files containing parser-related string ...Aaron Ballman2014-01-291-4/+1
* Removing a bit of custom parsing functionality used by the thread safety anal...Aaron Ballman2014-01-091-0/+1
* [CMake] clang/lib: Satisfy dependencies to add *actually used* libraries on t...NAKAMURA Takumi2013-12-091-0/+6
* clang/lib/Parse/CMakeLists.txt: Fixup corresponding to r193989. ClangAttrType...NAKAMURA Takumi2013-11-041-0/+1
* PR17666: Instead of allowing an initial identifier argument in any attributeRichard Smith2013-10-241-1/+1
* Use attribute argument information to determine when to parse attribute argum...Douglas Gregor2013-05-021-0/+1
* Revert r180970; it's causing breakage.Douglas Gregor2013-05-021-1/+0
* Use attribute argument information to determine when to parse attribute argum...Douglas Gregor2013-05-021-0/+1
* OpenMP threadprivate directive parsing and semantic analysisAlexey Bataev2013-03-221-0/+1
* clang/lib: [CMake] Update tblgen'd dependencies.NAKAMURA Takumi2012-07-271-0/+2
* clang/lib: [CMake] Reformat, alphabetize lists.NAKAMURA Takumi2012-07-271-1/+1
* Implement AST classes for comments, a real parser for Doxygen comments and aDmitri Gribenko2012-07-061-0/+1
* Remove a goofy CMake hack and use the standard CMake facilities toChandler Carruth2012-06-211-3/+15
* Thread Safety: Patch to implement delayed parsing of attributes within aCaitlin Sadowski2011-09-081-1/+1
* CMake: LLVM_NO_RTTI must be obsolete now!NAKAMURA Takumi2011-02-101-2/+0
* Revert "CMake: Update to use standard CMake dependency tracking facilities in...Michael J. Spencer2010-09-131-14/+3
* CMake: Update to use standard CMake dependency tracking facilities insteadMichael J. Spencer2010-09-101-3/+14
* Clean up some of the CMake dependenciesDouglas Gregor2010-09-081-0/+2
* Fix CMake dependencies, from Fernando Pelliccioni!Douglas Gregor2010-08-271-1/+1
* Another step in the process of making the parser depend on Sema:John McCall2010-08-201-3/+1
* Eliminate the "minimal" and printing parser actions, which only everDouglas Gregor2010-07-261-1/+1
* Update CMake build for new attribute changes.Sean Hunt2010-06-171-1/+1
* Reorder files.Ted Kremenek2009-07-211-2/+2
* Build system changes to use TableGen to generate the variousDouglas Gregor2009-03-161-0/+2
* Update cmake build; patch by Csaba Hruska.Eli Friedman2008-12-021-0/+1
* CMake: Builds and installs clang binary and libs (no docs yet). ItOscar Fuentes2008-10-261-0/+18