hanchenye-llvm-project/clang/lib
Daniel Jasper 3064620d0d clang-format: Improve cast detection (fix false positive).
Before:
  fn(a)(b)+1;

After:
  fn(a)(b) + 1;

llvm-svn: 212935
2014-07-14 12:38:38 +00:00
..
ARCMigrate Update for llvm api change. 2014-07-06 17:43:24 +00:00
AST [OPENMP] Parsing and sema analysis for 'omp task' directive. 2014-07-11 11:25:16 +00:00
ASTMatchers Remove llvm:: from uses of ArrayRef. 2014-06-28 23:22:23 +00:00
Analysis [CMake] Update libdeps. 2014-07-14 05:01:53 +00:00
Basic [OPENMP] Parsing and sema analysis for 'omp task' directive. 2014-07-11 11:25:16 +00:00
CodeGen [CMake] Update libdeps. 2014-07-14 05:01:53 +00:00
Driver [Driver] clang::driver::getARMCPUForMArch() moved to llvm::Triple::getARMCPUForArch(). 2014-07-11 23:47:48 +00:00
Edit [CMake] Reorder libdeps by alphabetical order. 2014-07-14 04:59:27 +00:00
Format clang-format: Improve cast detection (fix false positive). 2014-07-14 12:38:38 +00:00
Frontend [x32] Add __ILP32__ macro for ILP32 platforms 2014-07-14 09:58:10 +00:00
FrontendTool [C++11] Use 'nullptr'. 2014-05-26 06:21:51 +00:00
Headers Headers: add hint intrinsics to arm_acle.h 2014-07-12 23:27:26 +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 [CMake] Reorder libdeps by alphabetical order. 2014-07-14 04:59:27 +00:00
Rewrite Replace llvm::error_code with std::error_code. 2014-06-12 14:02:15 +00:00
Sema Superficial fix for PR20218: binding a function lvalue to a const reference to 2014-07-14 02:28:44 +00:00
Serialization [modules] When merging a class template, also merge the definition of its pattern. 2014-07-11 18:22:58 +00:00
StaticAnalyzer [OPENMP] Parsing and sema analysis for 'omp task' directive. 2014-07-11 11:25:16 +00:00
Tooling Update for llvm api change. 2014-07-06 17:43:24 +00:00
CMakeLists.txt
Makefile