index
:
delta/clang.git
baserock/flang
google/stable
google/testing
master
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
release_34
release_35
release_35@215011
release_36
release_37
release_38
release_39
release_40
release_50
release_60
release_70
release_80
release_90
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
llvm.org: Obsolete (use llvm)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add clang_free to libclang to free memory allocated in libclang.
Yaron Keren
2015-07-09
2
-0
/
+5
*
Revert r241770 and add Basic to the dependencies of clang-check instead.
Adrian Prantl
2015-07-09
1
-0
/
+1
*
Revert "Fix a linker issue with clang-check on Linux."
Adrian Prantl
2015-07-08
1
-2
/
+0
*
[CMake] clang-check: Prune redundant libdeps introduced in r241653.
NAKAMURA Takumi
2015-07-08
1
-14
/
+0
*
[CMake] Reorder libdeps. NFC.
NAKAMURA Takumi
2015-07-08
2
-5
/
+2
*
[CMake] Fill up required libs, corresponding to r241653.
NAKAMURA Takumi
2015-07-08
1
-0
/
+1
*
Revert "Revert r241620 and follow-up commits" and move the initialization
Adrian Prantl
2015-07-08
7
-12
/
+58
*
Revert r241620 and follow-up commits while investigating linux buildbot failu...
Adrian Prantl
2015-07-07
7
-43
/
+12
*
Fix a linker issue with clang-check on Linux.
Adrian Prantl
2015-07-07
1
-0
/
+2
*
Add LLVM backend dependencies to clang-check also in cmake.
Adrian Prantl
2015-07-07
1
-1
/
+14
*
Wrap clang modules and pch files in an object file container.
Adrian Prantl
2015-07-07
7
-11
/
+27
*
[libclang] Replace ObjC generic parameters in code-completion results.
Douglas Gregor
2015-07-07
2
-5
/
+9
*
C++ support for Objective-C lightweight generics.
Douglas Gregor
2015-07-07
2
-8
/
+13
*
Handle Objective-C type arguments.
Douglas Gregor
2015-07-07
2
-1
/
+44
*
Parsing, semantic analysis, and AST for Objective-C type parameters.
Douglas Gregor
2015-07-07
1
-0
/
+2
*
[CMake] clang-*.*: Prevent versioning if the buildhost is targeting for Win32.
NAKAMURA Takumi
2015-07-05
1
-1
/
+5
*
Switch users of the 'for (StmtRange range = stmt->children(); range; ++range)...
Benjamin Kramer
2015-07-02
1
-2
/
+2
*
[OPENMP 4.0] Initial support for 'omp cancel' construct.
Alexey Bataev
2015-07-02
2
-0
/
+10
*
[analyzer] Prevent ccc/c++-analyzer from hanging on Windows.
Anton Yartsev
2015-07-01
2
-62
/
+48
*
[OPENMP 4.0] Initial support for 'omp cancellation point' construct.
Alexey Bataev
2015-07-01
2
-0
/
+12
*
[clang-fuzzer] Update clang-fuzzer to API change in r240225.
Alexey Samsonov
2015-06-25
1
-1
/
+4
*
[OPENMP] Initial support for 'depend' clause (4.0).
Alexey Bataev
2015-06-23
1
-0
/
+3
*
Update for LLVM api change.
Rafael Espindola
2015-06-23
1
-3
/
+2
*
Revert r240270 ("Fixed/added namespace ending comments using clang-tidy").
Alexander Kornienko
2015-06-22
19
-34
/
+30
*
Update for LLVM API change to return by InputArgList directly (rather than by...
David Blaikie
2015-06-22
2
-40
/
+40
*
Fixed/added namespace ending comments using clang-tidy. NFC
Alexander Kornienko
2015-06-22
19
-30
/
+34
*
ArrayRef-ify ParseArgs
David Blaikie
2015-06-21
2
-6
/
+5
*
Introduce a PCHContainerOperations interface (NFC).
Adrian Prantl
2015-06-20
6
-29
/
+39
*
clang-format: Add TypeScript detection to git-clang-format.
Daniel Jasper
2015-06-19
1
-0
/
+1
*
Fix a typo.
Adrian Prantl
2015-06-18
1
-1
/
+1
*
[OPENMP] Support for '#pragma omp taskgroup' directive.
Alexey Bataev
2015-06-18
2
-0
/
+11
*
[analyzer] Cleanup: $Status is always 0 here.
Anton Yartsev
2015-06-17
1
-2
/
+0
*
[analyzer] Close file handle before output to file from external command.
Anton Yartsev
2015-06-17
1
-1
/
+1
*
Recommit r239721: Replace string GNU Triples with llvm::Triple in InitMCObjec...
Daniel Sanders
2015-06-16
1
-2
/
+2
*
Revert r239721 - Replace string GNU Triples with llvm::Triple in InitMCObject...
Daniel Sanders
2015-06-15
1
-2
/
+2
*
Replace string GNU Triples with llvm::Triple in InitMCObjectFileInfo. NFC.
Daniel Sanders
2015-06-15
1
-2
/
+2
*
Update for llvm api change.
Rafael Espindola
2015-06-13
1
-14
/
+4
*
scan-build: Remove useless whitespace in File path
Sylvestre Ledru
2015-06-12
1
-1
/
+1
*
push_back() loop -> append() for random access iterators.
Benjamin Kramer
2015-06-12
1
-3
/
+1
*
Implementing C99 partial re-initialization behavior (DR-253)
Yunzhong Gao
2015-06-10
1
-0
/
+2
*
Removing spurious semi colons; NFC.
Aaron Ballman
2015-06-09
1
-1
/
+1
*
range-for'ify Args->filtered_begin(...) loops
Sean Silva
2015-06-09
1
-4
/
+2
*
Fix terrible python goof in clang-format.py which broke my vim
Chandler Carruth
2015-06-04
1
-1
/
+1
*
Make vim also output a helpful message in some error cases.
Manuel Klimek
2015-06-02
1
-0
/
+2
*
Revert r237339 as sanitizer-ppc64-linux1 does not like it.
Yaron Keren
2015-05-14
1
-7
/
+6
*
Replace non-standard %lld printf usage with PRId64.
Yaron Keren
2015-05-14
1
-6
/
+7
*
Fix clang-format build from the solution; the underlying path has changed to ...
Manuel Klimek
2015-05-12
1
-2
/
+2
*
[OPENMP] Fixed support for 'schedule' clause with non-constant chunk size.
Alexey Bataev
2015-05-12
1
-0
/
+1
*
revert r237081 -- bad idea (-lcrypt may not be present)
Kostya Serebryany
2015-05-12
2
-2
/
+0
*
add -lcrypto to clang and clang-format fuzzers (lib/Fuzzer will soon require it)
Kostya Serebryany
2015-05-12
2
-1
/
+3
[next]