summaryrefslogtreecommitdiff
path: root/unittests/Basic/CMakeLists.txt
AgeCommit message (Expand)Author
2017-12-05[CMake] Use PRIVATE in target_link_libraries for executablesShoaib Meenai
2017-03-20Reapply "Modules: Cache PCMs in memory and avoid a use-after-free"Duncan P. N. Exon Smith
2017-03-18Revert "Modules: Cache PCMs in memory and avoid a use-after-free"Renato Golin
2017-03-17Modules: Cache PCMs in memory and avoid a use-after-freeDuncan P. N. Exon Smith
2016-04-07Basic: move CodeGenOptions from FrontendSaleem Abdulrasool
2016-04-07Basic: thread CodeGenOptions into TargetInfoSaleem Abdulrasool
2014-12-05Make DiagnosticErrorTrap work even if SuppressAllDiagnostics is enabled.Richard Smith
2014-02-20Recommit virtual file systemBen Langmuir
2014-02-20Reverting the virtual file system implementation, because it triggers an asse...Juergen Ributzka
2014-02-19Add an OverlayFileSystem classBen Langmuir
2013-12-10[CMake] Update target_link_libraries() and LLVM_LINK_COMPONENTS for each CMak...NAKAMURA Takumi
2013-02-08Pull Lexer's CharInfo table out for general use throughout Clang.Jordan Rose
2012-06-21Clang side of a refactoring of the CMake unit test build strategy.Chandler Carruth