llvm-capstone/clang/lib
2008-11-10 09:39:04 +00:00
..
Analysis Implement RegionStoreManager::RemoveDeadBindings(). This prunes several false warning caused by removal of symbolic constraints. Currently we just mark all symbols live. Further optimization for dead binding removal needed. 2008-11-10 09:39:04 +00:00
AST Introduce ScopedDecl::getLexicalDeclContext() which is different from ScopedDecl::getDeclContext() when there are nested-names. 2008-11-09 23:41:00 +00:00
Basic Parsing, ASTs, and semantic analysis for the declaration of overloaded 2008-11-06 22:13:31 +00:00
CodeGen don't preserve names on IR instructions. This matches llvm-gcc's behavior and 2008-11-10 06:31:46 +00:00
Driver Update CMakeLists.txt 2008-11-04 20:31:17 +00:00
Headers #define NULL as 0 when compiling as C++. This fixes the carbon.cpp and cocoa.mm test failures. 2008-11-04 06:53:14 +00:00
Lex Introduce annotation tokens, a special kind of token, created and used only by the parser to replace a group of tokens with a single token encoding semantic information. 2008-11-08 16:17:04 +00:00
Parse Implement support for C++ nested-name-specifiers ('foo::bar::x') in the Parser side. 2008-11-08 16:45:02 +00:00
Rewrite CMake: Builds and installs clang binary and libs (no docs yet). It 2008-10-26 00:56:18 +00:00
Sema Introduce ScopedDecl::getLexicalDeclContext() which is different from ScopedDecl::getDeclContext() when there are nested-names. 2008-11-09 23:41:00 +00:00
CMakeLists.txt CMake: Builds and installs clang binary and libs (no docs yet). It 2008-10-26 00:56:18 +00:00
Makefile add a libDriver, for now only move the text diangostics stuff from Driver to there 2008-08-05 23:33:20 +00:00