aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/CMakeLists.txt
AgeCommit message (Expand)AuthorFilesLines
2022-04-20[RISCV] Moving RVV intrinsic type related util to clang/SupportKito Cheng1-0/+1
2022-04-20[Testing] Drop clangTesting from clang's public library interfaceSam McCall1-1/+3
2022-03-22[clang][extract-api] Refactor ExtractAPI and improve docsZixu Wang1-1/+1
2022-03-16[clang][extract-api] Add global record supportZixu Wang1-0/+1
2021-05-13[clang-repl] Recommit "Land initial infrastructure for incremental parsing"Vassil Vassilev1-0/+1
2021-05-13Revert "[clang-repl] Land initial infrastructure for incremental parsing"Vassil Vassilev1-1/+0
2021-05-13[clang-repl] Land initial infrastructure for incremental parsingVassil Vassilev1-0/+1
2020-11-05APINotes: add APINotesYAMLCompilerSaleem Abdulrasool1-0/+1
2020-09-10Add an explicit toggle for the static analyzer in clang-tidyNico Weber1-3/+1
2020-08-19[index-while-building] PathIndexerJan Korous1-0/+1
2020-05-29Move unittest helpers to a shared locationDmitri Gribenko1-0/+1
2019-07-12Reland [clang] DirectoryWatcherJan Korous1-0/+1
2019-07-12Revert "Reland [clang] DirectoryWatcher"Jan Korous1-1/+0
2019-07-12Reland [clang] DirectoryWatcherJan Korous1-0/+1
2019-07-09Revert [clang] DirectoryWatcherReid Kleckner1-1/+0
2019-07-09[clang] DirectoryWatcherJan Korous1-0/+1
2017-09-22Add Cross Translation Unit support libraryGabor Horvath1-0/+1
2014-07-14Fix build with various feature flag combinationsAlp Toker1-3/+1
2013-08-22Fix dependencies now that the ARC migrator depends on the static analyzer.Jordan Rose1-1/+3
2013-08-17Rename libIDE to libIndex.Argyrios Kyrtzidis1-1/+1
2013-08-16Introduce the clangIDE library.Argyrios Kyrtzidis1-0/+1
2013-05-29Turn CLANG_ENABLE_{ARCMT,REWRITER,STATIC_ANALYZER} into proper options so thatRoman Divacky1-2/+6
2012-12-03Initial version of formatting library.Daniel Jasper1-0/+1
2012-07-06Adds the AST Matcher library, which provides a in-C++ DSL to expressManuel Klimek1-0/+1
2012-06-20Fix a big layering violation introduced by r158771.Chandler Carruth1-1/+0
2012-06-20Structured comment parsing, first step.Dmitri Gribenko1-0/+1
2012-04-13Remove the unused, unmaintained, incomplete 'Index' library.Douglas Gregor1-1/+0
2012-04-04Adds a tooling library.Manuel Klimek1-0/+1
2012-03-06Add new code migrator support for migrating existing Objective-C code to useTed Kremenek1-0/+1
2011-06-15The ARC Migration Tool. All the credit goes to Argyrios and FariborzJohn McCall1-0/+1
2011-06-02Reverts the Tooling changes as requested by Chris.Manuel Klimek1-1/+0
2011-04-21Adds a function to run FrontendActions over in-memory code. This isManuel Klimek1-0/+1
2011-02-08[analyzer] Move the files in lib/StaticAnalyzer to lib/StaticAnalyzer/Core.Argyrios Kyrtzidis1-1/+0
2010-12-23Chris Lattner has strong opinions about directoryTed Kremenek1-2/+2
2010-12-23Rename headers: 'clang/GR' 'clang/EntoSA' andTed Kremenek1-2/+2
2010-12-22Add GR/Checkers subdir for CMake build.Argyrios Kyrtzidis1-0/+1
2010-12-22[analyzer] Refactoring: lib/Checker -> lib/GR and libclangChecker -> libclang...Argyrios Kyrtzidis1-1/+1
2010-08-24Move ExecuteCompilerInvocation to a new library FrontendToolPeter Collingbourne1-0/+1
2010-08-17Reintroduce the serialization library, with fixed dependencies.Sebastian Redl1-0/+1
2010-08-17Revert Sebastian's build-breaking patch.Douglas Gregor1-1/+0
2010-08-17Create a new Serialization module that contains all the PCH code, and will co...Sebastian Redl1-0/+1
2010-01-25Split libAnalysis into two libraries: libAnalysis and libChecker.Ted Kremenek1-0/+1
2009-07-05Introduce the 'Index' library.Argyrios Kyrtzidis1-0/+1
2009-03-24Really fix cmake style builds.Mike Stump1-0/+1
2009-03-02Fix cmake builds.Mike Stump1-1/+1
2008-10-26CMake: Builds and installs clang binary and libs (no docs yet). ItOscar Fuentes1-0/+10