summaryrefslogtreecommitdiff
path: root/lib/CMakeLists.txt
Commit message (Expand)AuthorAge
* Fix dependencies now that the ARC migrator depends on the static analyzer.Jordan Rose2013-08-22
* Rename libIDE to libIndex.Argyrios Kyrtzidis2013-08-17
* Introduce the clangIDE library.Argyrios Kyrtzidis2013-08-16
* Turn CLANG_ENABLE_{ARCMT,REWRITER,STATIC_ANALYZER} into proper options so thatRoman Divacky2013-05-29
* Initial version of formatting library.Daniel Jasper2012-12-03
* Adds the AST Matcher library, which provides a in-C++ DSL to expressManuel Klimek2012-07-06
* Fix a big layering violation introduced by r158771.Chandler Carruth2012-06-20
* Structured comment parsing, first step.Dmitri Gribenko2012-06-20
* Remove the unused, unmaintained, incomplete 'Index' library.Douglas Gregor2012-04-13
* Adds a tooling library.Manuel Klimek2012-04-04
* Add new code migrator support for migrating existing Objective-C code to useTed Kremenek2012-03-06
* The ARC Migration Tool. All the credit goes to Argyrios and FariborzJohn McCall2011-06-15
* Reverts the Tooling changes as requested by Chris.Manuel Klimek2011-06-02
* Adds a function to run FrontendActions over in-memory code. This isManuel Klimek2011-04-21
* [analyzer] Move the files in lib/StaticAnalyzer to lib/StaticAnalyzer/Core.Argyrios Kyrtzidis2011-02-08
* Chris Lattner has strong opinions about directoryTed Kremenek2010-12-23
* Rename headers: 'clang/GR' 'clang/EntoSA' andTed Kremenek2010-12-23
* Add GR/Checkers subdir for CMake build.Argyrios Kyrtzidis2010-12-22
* [analyzer] Refactoring: lib/Checker -> lib/GR and libclangChecker -> libclang...Argyrios Kyrtzidis2010-12-22
* Move ExecuteCompilerInvocation to a new library FrontendToolPeter Collingbourne2010-08-24
* Reintroduce the serialization library, with fixed dependencies.Sebastian Redl2010-08-17
* Revert Sebastian's build-breaking patch.Douglas Gregor2010-08-17
* Create a new Serialization module that contains all the PCH code, and will co...Sebastian Redl2010-08-17
* Split libAnalysis into two libraries: libAnalysis and libChecker.Ted Kremenek2010-01-25
* Introduce the 'Index' library.Argyrios Kyrtzidis2009-07-05
* Really fix cmake style builds.Mike Stump2009-03-24
* Fix cmake builds.Mike Stump2009-03-02
* CMake: Builds and installs clang binary and libs (no docs yet). ItOscar Fuentes2008-10-26