llvm-project/clang/lib
David Majnemer f27217ffaf AST: Remove layering violation with Sema
Scope lives in Sema and cannot be used in AST. Shuffle things around.

llvm-svn: 202993
2014-03-05 18:55:38 +00:00
..
ARCMigrate [C++11] Replace llvm::tie with std::tie. 2014-03-02 13:01:17 +00:00
AST AST: Remove layering violation with Sema 2014-03-05 18:55:38 +00:00
ASTMatchers [C++11] Simplify compare operators with std::tie. 2014-03-03 20:26:46 +00:00
Analysis [-Wunreachable-code] Don't warn about dead code guarded by a "configuration value". 2014-03-05 00:01:17 +00:00
Basic Support relative paths in VFSFromYAML 2014-03-04 22:34:50 +00:00
CodeGen [-cxx-abi microsoft] Implement local manglings accurately 2014-03-05 08:57:59 +00:00
Driver Revert "[C++11] Replace trivial lambda with std::cref." 2014-03-05 13:25:00 +00:00
Edit [CMake] Use LINK_LIBS instead of target_link_libraries(). 2014-02-26 06:41:29 +00:00
Format [C++11] Switch the clang-format LLVM style to use C++11 style braced 2014-03-02 12:37:31 +00:00
Frontend [C++11] Simplify a callback to use a lambda. 2014-03-04 21:50:01 +00:00
FrontendTool [CMake] Use LINK_LIBS instead of target_link_libraries(). 2014-02-26 06:41:29 +00:00
Headers Headers: Provide an ABI compatible max_align_t when _MSC_VER is defined 2014-03-04 23:43:48 +00:00
Index [CMake] Use LINK_LIBS instead of target_link_libraries(). 2014-02-26 06:41:29 +00:00
Lex [C++11] Switch from LLVM_STATIC_ASSERT to static_assert now that we 2014-03-02 13:02:01 +00:00
Parse [-cxx-abi microsoft] Implement local manglings accurately 2014-03-05 08:57:59 +00:00
Rewrite [CMake] Use LINK_LIBS instead of target_link_libraries(). 2014-02-26 06:41:29 +00:00
Sema AST: Remove layering violation with Sema 2014-03-05 18:55:38 +00:00
Serialization [C++11] Remove a now unnecessary use of std::function for a remove_if 2014-03-03 19:36:27 +00:00
StaticAnalyzer [C++11] Simplify compare operators with std::tie. 2014-03-03 20:26:46 +00:00
Tooling Added a const qualifier to SourceManager& parameters. 2014-03-05 10:38:27 +00:00
CMakeLists.txt Fix dependencies now that the ARC migrator depends on the static analyzer. 2013-08-22 15:50:02 +00:00
Makefile Fix dependencies now that the ARC migrator depends on the static analyzer. 2013-08-22 15:50:02 +00:00