llvm-project/clang/lib
Ben Langmuir e013bdc2e7 Don't assume StringRef.data() is null-terminated
llvm-svn: 212790
2014-07-11 00:43:47 +00:00
..
ARCMigrate Update for llvm api change. 2014-07-06 17:43:24 +00:00
AST Add AST dumping for VarDecl init kind. 2014-07-10 22:54:03 +00:00
ASTMatchers Remove llvm:: from uses of ArrayRef. 2014-06-28 23:22:23 +00:00
Analysis Fix a crash in Retain Count checker error reporting 2014-06-13 23:47:38 +00:00
Basic Remove use of uniform initialization ({}) introduced in r212725 since this isn't supported in MSVC. 2014-07-10 18:46:15 +00:00
CodeGen Don't assume StringRef.data() is null-terminated 2014-07-11 00:43:47 +00:00
Driver Enable -gcolumn-info by default. 2014-07-10 23:29:28 +00:00
Edit [C++11] Use 'nullptr'. 2014-05-09 08:15:10 +00:00
Format clang-format: Fix behavior around pointer-to-member invocations. 2014-07-09 13:07:57 +00:00
Frontend Avoid definining more GCC specific predefined macros in clang-cl 2014-07-10 18:44:24 +00:00
FrontendTool [C++11] Use 'nullptr'. 2014-05-26 06:21:51 +00:00
Headers Add clang headers that fix machine-dependent definitions on FreeBSD 9.2 2014-07-10 08:43:39 +00:00
Index Track IntrusiveRefCntPtr::get() changes from LLVM r212366 2014-07-05 03:08:06 +00:00
Lex Improve memory ownership of vfs::Files in the FileSystemStatCache by using std::unique_ptr 2014-07-08 15:46:02 +00:00
Parse [OPENMP] Parsing and sema analysis for 'omp parallel sections' directive. 2014-07-08 08:12:03 +00:00
Rewrite Replace llvm::error_code with std::error_code. 2014-06-12 14:02:15 +00:00
Sema Return a FixItHint instead of taking a diagnostic builder 2014-07-11 00:16:51 +00:00
Serialization [modules] Don't try to merge template specializations by performing name lookup 2014-07-11 00:20:06 +00:00
StaticAnalyzer TestAfterDivZeroChecker.cpp: Avoid member initializer. It is unsupported in msc17. 2014-07-11 00:32:35 +00:00
Tooling Update for llvm api change. 2014-07-06 17:43:24 +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