summaryrefslogtreecommitdiff
path: root/lib/Makefile
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
* Dont use/link ARCMT, StaticAnalyzer and Rewriter to clang when the userRoman Divacky2012-12-13
* 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
* Add lib/Tooling to the Makefile build.Nico Weber2011-04-30
* Chris Lattner has strong opinions about directoryTed Kremenek2010-12-23
* Rename headers: 'clang/GR' 'clang/EntoSA' andTed Kremenek2010-12-23
* [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
* Move lib/Runtime to runtime/, and build after everything else.Daniel Dunbar2010-06-30
* Makefile: Switch Clang Makefiles to always include the top-level Clang Makefile.Daniel Dunbar2010-06-08
* Split libAnalysis into two libraries: libAnalysis and libChecker.Ted Kremenek2010-01-25
* Initial cut at integrating compiler-rt (on Darwin) w/ clang build.Daniel Dunbar2010-01-19
* Introduce the 'Index' library.Argyrios Kyrtzidis2009-07-05
* Stub out some structure for C++ driver.Daniel Dunbar2009-03-02
* Rename lib/Driver (etc) to lib/Frontend in prep for the *actual*Daniel Dunbar2009-03-02
* add a libDriver, for now only move the text diangostics stuff from Driver to ...Nico Weber2008-08-05
* Make a major restructuring of the clang tree: introduce a top-levelChris Lattner2008-03-15