Logo
Explore Help
Sign In
shylie/llvm-project
1
0
Fork 0
You've already forked llvm-project
Code Issues Pull Requests Actions 6 Packages Projects Releases Wiki Activity
llvm-project/clang/unittests
History
Daniel Jasper b2e10a5459 clang-format: Fixed formatting of JavaScript container literals
Before:
  var arr = [ 1, 2, 3 ];
  var obj = {a : 1, b : 2, c : 3};

After:
  var arr = [1, 2, 3];
  var obj = {a: 1, b: 2, c: 3};

llvm-svn: 199317
2014-01-15 15:09:08 +00:00
..
AST
Switch to ssize_t from size_t to unbreak windows builders.
2014-01-14 08:18:49 +00:00
ASTMatchers
DynamicASTMatchers/VariantValueTest.cpp: It works with msvcrt since setmode(stderr, O_BINARY) were removed.
2014-01-12 17:49:26 +00:00
Basic
[CMake] Update target_link_libraries() and LLVM_LINK_COMPONENTS for each CMakeLists.txt.
2013-12-10 12:40:37 +00:00
Format
clang-format: Fixed formatting of JavaScript container literals
2014-01-15 15:09:08 +00:00
Frontend
ASTContext: Declare builtin types implicitly
2013-12-15 10:36:26 +00:00
Lex
Sort all the #include lines with LLVM's utils/sort_includes.py which
2014-01-07 11:51:46 +00:00
Sema
[CMake] Update target_link_libraries() and LLVM_LINK_COMPONENTS for each CMakeLists.txt.
2013-12-10 12:40:37 +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
Add hooks for typo correction to ExternalSemaSource, courtesy of Luke Zarko.
2013-08-12 19:54:38 +00:00
Makefile
Fix dependencies now that the ARC migrator depends on the static analyzer.
2013-08-22 15:50:02 +00:00
Powered by Gitea Version: 1.23.1 Page: 169ms Template: 2ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API