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
/
ClangdUnit.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[clangd] Rename ClangdUnit.h -> ParsedAST.h. NFC
Sam McCall
2019-09-04
1
-574
/
+0
*
[clangd] Split Preamble.h out of ClangdUnit.h. NFC
Sam McCall
2019-09-04
1
-171
/
+3
*
[clangd] Move getBeginningOfIdentifier from ClangdUnit to SourceCode. Drop de...
Sam McCall
2019-09-03
1
-33
/
+0
*
[clangd] Collecting main file macro expansion locations in ParsedAST.
Johan Vikstrom
2019-08-30
1
-1
/
+37
*
[clangd] Surface errors from command-line parsing
Ilya Biryukov
2019-08-28
1
-4
/
+12
*
Use FileEntryRef for PPCallbacks::FileSkipped
Alex Lorenz
2019-08-27
1
-1
/
+3
*
[clangd] Link more clang-tidy modules to clangd
Haojian Wu
2019-08-23
1
-5
/
+8
*
[clang-tools-extra] Migrate llvm::make_unique to std::make_unique
Jonas Devlieghere
2019-08-14
1
-7
/
+7
*
[clangd] Give absolute path to clang-tidy and include-fixer. HintPath should ...
Sam McCall
2019-08-09
1
-5
/
+6
*
[clangd] Fix implicit template instatiations appearing as topLevelDecls.
Johan Vikstrom
2019-08-08
1
-0
/
+5
*
[clang-tools-extra] Adopt FileManager's error-returning APIs
Harlan Haskins
2019-08-01
1
-1
/
+2
*
[clangd][NFC] Fix typo in comment
Jan Korous
2019-07-30
1
-1
/
+1
*
[clangd] Set buffer name for main file. NFCI
Sam McCall
2019-07-22
1
-5
/
+6
*
[clangd] cleanup: unify the implemenation of checking a location is inside ma...
Haojian Wu
2019-07-19
1
-3
/
+2
*
[clangd] Stop recording tokens before running clang-tidy
Ilya Biryukov
2019-07-10
1
-4
/
+7
*
[clangd] No longer getting template instantiations from header files in Main ...
Johan Vikstrom
2019-07-01
1
-1
/
+2
*
BitStream reader: propagate errors
JF Bastien
2019-06-26
1
-2
/
+3
*
[clangd] Add include-mapping for C symbols.
Haojian Wu
2019-06-21
1
-2
/
+2
*
[clangd] Collect tokens of main files when building the AST
Ilya Biryukov
2019-06-19
1
-3
/
+10
*
[clangd] Respect WarningsAsErrors configuration for clang-tidy
Fangrui Song
2019-05-19
1
-8
/
+16
*
[clangd] Respect clang-tidy suppression comments
Fangrui Song
2019-05-19
1
-2
/
+26
*
[clangd] Move Rename into its own file, and add unit test. NFC
Sam McCall
2019-05-07
1
-2
/
+2
*
Reapply r359778: [clangd] Fix code completion of macros defined in the preamb...
Sam McCall
2019-05-02
1
-4
/
+45
*
Revert rL359778 : [clangd] Fix code completion of macros defined in the pream...
Simon Pilgrim
2019-05-02
1
-46
/
+4
*
[clangd] Fix code completion of macros defined in the preamble region of the ...
Sam McCall
2019-05-02
1
-4
/
+46
*
[clangd] Include textual diagnostic ID as Diagnostic.code.
Sam McCall
2019-04-17
1
-7
/
+1
*
[clangd] Use identifiers in file as completion candidates when build is not r...
Eric Liu
2019-04-11
1
-1
/
+1
*
[clangd] Stop passing around PCHContainerOperations, just create it in place....
Sam McCall
2019-04-04
1
-10
/
+8
*
[clang-tidy] Remove the old ClangTidyCheck::registerPPCallbacks method
Alexander Kornienko
2019-04-03
1
-1
/
+0
*
[clangd] Call the new ClangTidyCheck::registerPPCallbacks overload
Alexander Kornienko
2019-03-22
1
-0
/
+2
*
[clangd] Add Source to clangd::Diagnostic.
Haojian Wu
2019-03-06
1
-1
/
+8
*
Revamp the "[clangd] Format tweak's replacements"
Haojian Wu
2019-02-11
1
-1
/
+2
*
[clangd] Make system header mappings available for PreambleParsedCallback
Kadir Cetinkaya
2019-02-11
1
-5
/
+4
*
[clangd] Suggest adding missing includes for typos (like include-fixer).
Eric Liu
2019-02-07
1
-4
/
+5
*
[clangd] Format tweak's replacements.
Haojian Wu
2019-02-06
1
-2
/
+1
*
[clangd] Enable include insertion for static index
Kadir Cetinkaya
2019-02-04
1
-7
/
+39
*
[clangd] dlog clang-tidy configuration
Haojian Wu
2019-01-29
1
-1
/
+1
*
[clangd] Suggest adding missing includes for incomplete type diagnostics.
Eric Liu
2019-01-28
1
-8
/
+36
*
[clangd] Log clang-tidy configuration, NFC
Haojian Wu
2019-01-25
1
-0
/
+2
*
[clangd] NFC: Use buildCompilerInvocation in CodeComplete
Kadir Cetinkaya
2019-01-22
1
-28
/
+0
*
[clangd] Support clang-tidy configuration in clangd.
Haojian Wu
2019-01-22
1
-10
/
+7
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[clangd] Remove 'using namespace llvm' from .cpp files. NFC
Ilya Biryukov
2019-01-07
1
-27
/
+27
*
[clangd] Replay preamble #includes to clang-tidy checks.
Sam McCall
2018-11-20
1
-2
/
+108
*
[clangd] Initial clang-tidy diagnostics support.
Sam McCall
2018-11-16
1
-2
/
+81
*
[clangd] Don't treat top-level decls as "local" if they are from the preamble.
Sam McCall
2018-11-09
1
-0
/
+3
*
[clangd] Namespace style cleanup in cpp files. NFC.
Sam McCall
2018-10-20
1
-32
/
+35
*
[clangd] Remove no-op crash handler, we never set a crash context.
Sam McCall
2018-10-11
1
-5
/
+0
*
Lift VFS from clang to llvm (NFC)
Jonas Devlieghere
2018-10-10
1
-1
/
+1
*
[clangd] Avoid cache main file status in preamble.
Eric Liu
2018-10-09
1
-1
/
+4
[next]