llvm-project/clang/lib
Jordan Rose e02e96a69f [analyzer] Print function name when dumping its CFG.
This allows us to use CHECK-LABEL to ensure that we're checking the right CFG.

Debugging change only.

llvm-svn: 199320
2014-01-15 17:25:05 +00:00
..
ARCMigrate Use the simpler version of llvm::sys::fs::remove when possible. 2014-01-10 21:32:14 +00:00
AST Rename language option MicrosoftMode to MSVCCompat 2014-01-14 12:51:41 +00:00
ASTMatchers Sort all the #include lines with LLVM's utils/sort_includes.py which 2014-01-07 11:51:46 +00:00
Analysis CFG: use Visit instead of VisitStmt to look through parens. 2014-01-14 17:29:12 +00:00
Basic Remove the -cxx-abi command-line flag. 2014-01-14 19:35:09 +00:00
CodeGen CodeGen: Simplify CodeGenFunction::EmitCaseStmt 2014-01-15 07:30:30 +00:00
Driver Remove the -cxx-abi command-line flag. 2014-01-14 19:35:09 +00:00
Edit Add front-end infrastructure now address space casts are in LLVM IR. 2013-12-11 13:39:46 +00:00
Format clang-format: Fixed formatting of JavaScript container literals 2014-01-15 15:09:08 +00:00
Frontend Remove the -cxx-abi command-line flag. 2014-01-14 19:35:09 +00:00
FrontendTool Bury leaked pointers in a global array to silence a leak detector in --disable-free mode 2013-12-27 08:11:08 +00:00
Headers [CMake][VS][XCode] Restruct the output directory layout more comfortable, ${BINARY_DIR}/${BUILD_MODE}/(bin|lib) 2013-12-30 06:48:30 +00:00
Index Sort all the #include lines with LLVM's utils/sort_includes.py which 2014-01-07 11:51:46 +00:00
Lex Fix cxx_variable_templates feature check and documentation 2014-01-15 04:11:24 +00:00
Parse Fix for PR9812: warn about bool instead of _Bool. 2014-01-15 09:15:43 +00:00
Rewrite Use the simpler version of llvm::sys::fs::remove when possible. 2014-01-10 21:32:14 +00:00
Sema Fix for PR9812: warn about bool instead of _Bool. 2014-01-15 09:15:43 +00:00
Serialization Remove the -cxx-abi command-line flag. 2014-01-14 19:35:09 +00:00
StaticAnalyzer [analyzer] Print function name when dumping its CFG. 2014-01-15 17:25:05 +00:00
Tooling Sort all the #include lines with LLVM's utils/sort_includes.py which 2014-01-07 11:51:46 +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