index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
clang-tools-extra
/
clangd
/
Function.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
[clangd] Remove Bind, use C++14 lambda captures instead. NFC
Ilya Biryukov
2019-08-16
1
-56
/
+0
*
[clangd] llvm::integer_sequence -> std::integer_sequence.
Benjamin Kramer
2019-08-15
1
-1
/
+1
*
Replace llvm::integer_sequence and friends with the C++14 standard version
Benjamin Kramer
2019-08-15
1
-2
/
+2
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[clangd] Delete stray semicolon. NFC
Fangrui Song
2018-12-24
1
-1
/
+0
*
[clangd] Allow observation of changes to global CDBs.
Sam McCall
2018-11-20
1
-0
/
+77
*
[clangd] Replace UniqueFunction with llvm::unique_function.
Benjamin Kramer
2018-07-03
1
-62
/
+4
*
[clangd] Remove Tagged and some related APIs from ClangdServer.
Sam McCall
2018-03-12
1
-0
/
+4
*
[clangd] BindWithForward -> Bind. NFC
Sam McCall
2018-02-23
1
-2
/
+2
*
[clangd] Replace homegrown make_scope_exit with one from ADT
Sam McCall
2018-01-25
1
-34
/
+0
*
[clangd] Made UniqueFunction's bool conversion explicit
Ilya Biryukov
2017-12-20
1
-1
/
+1
*
[clangd] Fix bool conversion operator of UniqueFunction
Ilya Biryukov
2017-12-13
1
-1
/
+1
*
[clangd] Implemented logging using Context
Ilya Biryukov
2017-12-13
1
-1
/
+39
*
[clangd] Added missing #includes to Function.h
Ilya Biryukov
2017-10-10
1
-0
/
+3
*
[clangd] Added forgotten return in UniqueFunction.
Ilya Biryukov
2017-10-10
1
-1
/
+1
*
[clangd] Fix compilation on gcc.
Ilya Biryukov
2017-10-10
1
-2
/
+2
*
[clangd] Added move-only function helpers.
Ilya Biryukov
2017-10-09
1
-0
/
+136