index
:
delta/llvm.git
277873ce0f48
51f23efbef48
5357a98c823a
9eb3e564d3b
EmptyLineAfterFunctionDefinition
HEAD
Jamie_Phabricator_D100991
LitFixes
Llvm
aranges
arcpatch-D108319
arcpatch-D113798
arcpatch-D90810
base_offset
baserock/flang
baserock/morph
c92d1aa44b132597d
cherry-pick-something
cleaner-attribute-errors
cmake-integration
dev-main-update
dev-newmaster
dev/mdvorski/ranges_the_rest_algo
diagnostic-handler-dev
efb284c07e
eng/PR-D101122-follow-up
fix_asan
forTom
hostassoc
llvm_plex_11.0.1
lntue-libc-fmin
maain
mai
main
maste
master
muiez/revert-ffad4
omp-loop
optimize_compinstr_fix
perf/tmp
relase/12.x
release/1.0.x
release/1.1.x
release/1.2.x
release/1.3.x
release/1.4.x
release/1.5.x
release/1.6.x
release/1.7.x
release/1.8.x
release/1.9.x
release/10.x
release/11.x
release/12.x
release/13.x
release/14.x
release/15.x
release/16.x
release/2.0.x
release/2.1.x
release/2.2.x
release/2.3.x
release/2.4.x
release/2.5.x
release/2.6.x
release/2.7.x
release/2.8.x
release/2.9.x
release/3.0.x
release/3.1.x
release/3.2.x
release/3.3.x
release/3.4.x
release/3.5.x
release/3.6.x
release/3.7.x
release/3.8.x
release/3.9.x
release/4.x
release/5.x
release/6.x
release/7.x
release/8.x
release/9.x
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
release_34
release_35
release_35@215010
release_36
release_37
release_38
release_39
release_40
release_50
release_60
release_70
release_80
release_90
relese/12.x
rgallop/opensource-main/scudo_standalone
scripted-process
shape
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
temp-test-main
test-D97234
testing
upstream
use-after-move-docs
verify-in-debug
vkd1
zibi/warnings_from_nanosleep
github.com: llvm/llvm-project.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
clang
/
lib
/
Index
Commit message (
Expand
)
Author
Age
Files
Lines
*
Apply modernize-use-default to clang.
Angel Garcia Gomez
2015-10-20
1
-1
/
+1
*
[VFS] Port SimpleFormatContext to InMemoryFileSystem.
Benjamin Kramer
2015-10-06
1
-6
/
+6
*
Replace double negation of !FileID.isInvalid() with FileID.isValid().
Yaron Keren
2015-10-03
1
-1
/
+1
*
[OpenCL] Add new types for OpenCL 2.0.
Alexey Bader
2015-09-15
1
-0
/
+10
*
Remove and forbid raw_svector_ostream::flush() calls.
Yaron Keren
2015-08-13
2
-6
/
+0
*
Rename MacroDefinition -> MacroDefinitionRecord, Preprocessor::MacroDefinitio...
Richard Smith
2015-05-04
1
-1
/
+1
*
Remove empty non-virtual destructors or mark them =default when non-public
Benjamin Kramer
2015-04-11
1
-2
/
+0
*
[libclang] Use same USR encoding for 'char' regardless of what the target con...
Argyrios Kyrtzidis
2014-12-08
1
-1
/
+1
*
[libclang] Encode InjectedClassNameType in the USR.
Argyrios Kyrtzidis
2014-12-08
1
-0
/
+4
*
[libclang] Encode location info for anonymous embedded tag decls.
Argyrios Kyrtzidis
2014-12-08
1
-1
/
+5
*
[libclang] Use same USR encoding for 'class' as 'struct'.
Argyrios Kyrtzidis
2014-12-08
1
-3
/
+3
*
[libclang] Encode C++11 rvalue reference types in the USR.
Argyrios Kyrtzidis
2014-12-08
1
-0
/
+5
*
[libclang] Encode the C++11 method reference qualifier in the USR.
Argyrios Kyrtzidis
2014-12-08
1
-0
/
+5
*
[libclang] Reflect in USR generation that 'signed char' and 'unsigned char' c...
Argyrios Kyrtzidis
2014-12-08
1
-1
/
+2
*
[libclang] Function templates can be 'overloaded' by return type, so encode t...
Argyrios Kyrtzidis
2014-12-08
1
-0
/
+23
*
[CMake] Prune redundant libdeps.
NAKAMURA Takumi
2014-10-30
1
-2
/
+0
*
[CMake] Add dependencies on clangToolingCore.
NAKAMURA Takumi
2014-10-30
1
-0
/
+1
*
Format: ArrayRefize some implicit copies away.
Benjamin Kramer
2014-10-03
1
-3
/
+2
*
clang-format: [JS] Support regex literals with trailing escaped slash.
Daniel Jasper
2014-09-09
1
-6
/
+1
*
Overload SourceManager::overrideFileContents so that unconditionally passing ...
David Blaikie
2014-08-27
1
-1
/
+1
*
Update for LLVM api change.
Rafael Espindola
2014-08-27
1
-2
/
+3
*
Header guard canonicalization, clang part.
Benjamin Kramer
2014-08-13
1
-2
/
+2
*
Make clang's rewrite engine a core feature
Alp Toker
2014-07-16
1
-1
/
+1
*
Added the pack_elements range accessor. Refactoring some for loops to use ran...
Aaron Ballman
2014-07-15
1
-3
/
+2
*
Track IntrusiveRefCntPtr::get() changes from LLVM r212366
Alp Toker
2014-07-05
1
-1
/
+1
*
Remove 'const' from MemoryBuffers used through the SourceManager
David Blaikie
2014-06-27
1
-2
/
+1
*
Avoid dubious IdentifierInfo::getNameStart() uses
Alp Toker
2014-06-07
1
-1
/
+1
*
[C++11] Use 'nullptr'.
Craig Topper
2014-05-26
3
-4
/
+4
*
Comment parsing: remove HTML attribute validation
Dmitri Gribenko
2014-04-30
1
-4
/
+4
*
CommentToXMLConverter: Don't use "default" to method(s). It is unavailable in...
NAKAMURA Takumi
2014-04-24
1
-1
/
+1
*
Comment to XML conversion: use unique_ptr for SimpleFormatContext
Dmitri Gribenko
2014-04-24
1
-10
/
+6
*
Fix two leaks found by LSan (one is test-only).
Nico Weber
2014-04-24
1
-1
/
+1
*
Fix leak introduced in r194610, found by LSan.
Nico Weber
2014-04-23
1
-0
/
+4
*
Comment parsing: close a hole in CDATA escaping in XML output
Dmitri Gribenko
2014-04-22
1
-3
/
+33
*
Comment parsing: in the generated XML file, mark HTML that is safe to pass
Dmitri Gribenko
2014-04-22
1
-2
/
+8
*
libclang/libIndex: USR generation: mangle source location into USRs for macros,
Dmitri Gribenko
2014-03-28
1
-24
/
+53
*
remove a bunch of unused private methods
Nuno Lopes
2014-03-23
1
-10
/
+0
*
[C++11] Replacing FunctionProtoType iterators param_type_begin() and param_ty...
Aaron Ballman
2014-03-17
1
-5
/
+2
*
[C++11] Replacing FunctionDecl iterators param_begin() and param_end() with i...
Aaron Ballman
2014-03-07
1
-5
/
+2
*
[CMake] Use LINK_LIBS instead of target_link_libraries().
NAKAMURA Takumi
2014-02-26
1
-2
/
+1
*
[Index] Make the USRs more stable.
Argyrios Kyrtzidis
2014-02-23
1
-17
/
+30
*
Rename getResultType() on function and method declarations to getReturnType()
Alp Toker
2014-01-25
1
-1
/
+1
*
Rename FunctionProtoType accessors from 'arguments' to 'parameters'
Alp Toker
2014-01-20
1
-2
/
+3
*
[CMake] Apply ADDITIONAL_HEADERS introduced in r199639.
NAKAMURA Takumi
2014-01-20
1
-1
/
+3
*
Sort all the #include lines with LLVM's utils/sort_includes.py which
Chandler Carruth
2014-01-07
1
-1
/
+1
*
[CMake] clang/lib: Satisfy dependencies to add *actually used* libraries on t...
NAKAMURA Takumi
2013-12-09
1
-1
/
+8
*
libclang does not depend directly on clangFormat; but clangIndex does
Dmitri Gribenko
2013-11-13
1
-0
/
+1
*
Documentation parsing: move comment-to-XML conversion routines to libIndex
Dmitri Gribenko
2013-11-13
3
-0
/
+1215
*
Avoid using the 'index' namespace as scope.
Argyrios Kyrtzidis
2013-08-21
1
-16
/
+19
*
Rename libIDE to libIndex.
Argyrios Kyrtzidis
2013-08-17
3
-0
/
+821
[next]