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
/
lib
/
Frontend
/
ASTUnit.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[Support] Add overload writeFileAtomically(std::function Writer)
Jan Korous
2019-09-13
1
-15
/
+9
*
[preprocessor] Add an opportunity to retain excluded conditional blocks
Evgeny Mankov
2019-08-27
1
-0
/
+2
*
[Clang] Migrate llvm::make_unique to std::make_unique
Jonas Devlieghere
2019-08-14
1
-7
/
+7
*
Replace non-recursive sys::Mutex users with std::mutex
Benjamin Kramer
2019-08-07
1
-5
/
+5
*
Move LangStandard*, InputKind::Language to Basic
Rainer Orth
2019-08-05
1
-9
/
+10
*
[clang] Adopt new FileManager error-returning APIs
Harlan Haskins
2019-08-01
1
-2
/
+2
*
[ASTUnit] Fix a regression in cached completions
Ilya Biryukov
2019-07-18
1
-1
/
+0
*
[Bitcode] Move Bitstream to a separate library
Francis Visoiu Mistrih
2019-07-03
1
-1
/
+1
*
Change std::{lower,upper}_bound to llvm::{lower,upper}_bound or llvm::partiti...
Fangrui Song
2019-07-03
1
-8
/
+8
*
BitStream reader: propagate errors
JF Bastien
2019-06-26
1
-3
/
+8
*
[libclang] Allow skipping warnings from all included files
Nikolai Kosjar
2019-06-11
1
-22
/
+46
*
[Frontend] Return an error on bad inputs to PrecompiledPreabmle
Ilya Biryukov
2019-05-22
1
-0
/
+1
*
[Preamble] Reuse preamble even if an unsaved file does not exist
Nikolai Kosjar
2019-05-21
1
-10
/
+12
*
[CodeComplete] Remove obsolete isOutputBinary().
Sam McCall
2019-04-18
1
-2
/
+1
*
Basic: Return a reference from FileManager::getVirtualFileSystem, NFC
Duncan P. N. Exon Smith
2019-03-26
1
-9
/
+10
*
Frontend: Remove CompilerInstance::VirtualFileSystem, NFC
Duncan P. N. Exon Smith
2019-03-26
1
-16
/
+13
*
Modules: Rename MemoryBufferCache to InMemoryModuleCache
Duncan P. N. Exon Smith
2019-03-09
1
-14
/
+14
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Move PCHContainerOperations from Frontend to Serialization
Richard Trieu
2018-12-12
1
-1
/
+1
*
NFC: Remove the ObjC1/ObjC2 distinction from clang (and related projects)
Erik Pilkington
2018-10-30
1
-2
/
+2
*
[clang] Introduce new completion context types
Kadir Cetinkaya
2018-10-24
1
-5
/
+7
*
Lift VFS from clang to llvm (NFC)
Jonas Devlieghere
2018-10-10
1
-13
/
+13
*
[CodeComplete] Add completions for filenames in #include directives.
Sam McCall
2018-09-18
1
-0
/
+1
*
[CodeComplete] Report location of opening parens for signature help
Ilya Biryukov
2018-08-30
1
-2
/
+4
*
[Preamble] Empty preamble is not an error.
Haojian Wu
2018-08-17
1
-1
/
+0
*
[ASTImporter] Corrected diagnostic client handling in tests.
Adam Balogh
2018-06-15
1
-0
/
+6
*
[Frontend] Honor UserFilesAreVolatile flag getting file buffer in ASTUnit
Ivan Donchevskii
2018-06-06
1
-5
/
+6
*
Optionally add code completion results for arrow instead of dot
Ivan Donchevskii
2018-05-25
1
-0
/
+1
*
[libclang] Allow skipping function bodies in preamble only
Ivan Donchevskii
2018-05-17
1
-3
/
+14
*
Revert https://reviews.llvm.org/D46050 and https://reviews.llvm.org/D45815
Ivan Donchevskii
2018-05-17
1
-47
/
+36
*
[libclang] Allow skipping function bodies in preamble only
Ivan Donchevskii
2018-05-17
1
-36
/
+47
*
Remove \brief commands from doxygen comments.
Adrian Prantl
2018-05-09
1
-16
/
+16
*
[vfs] Don't bail out after a missing -ivfsoverlay file
Ben Langmuir
2018-03-23
1
-7
/
+2
*
[Frontend] Fix some Clang-tidy modernize and Include What You Use warnings; o...
Eugene Zelenko
2018-03-22
1
-104
/
+150
*
[Tooling] Clear the PreambleSrcLocCache when preamble is discarded during rep...
Alex Lorenz
2018-03-12
1
-0
/
+1
*
Remove redundant casts. NFC
George Burgess IV
2018-03-01
1
-1
/
+1
*
Re-land: "[Support] Replace HashString with djbHash."
Jonas Devlieghere
2018-02-26
1
-101
/
+101
*
Revert "[Support] Replace HashString with djbHash."
Jonas Devlieghere
2018-02-26
1
-101
/
+101
*
[Support] Replace HashString with djbHash.
Jonas Devlieghere
2018-02-26
1
-101
/
+101
*
[CodeComplete] Add an option to omit results from the preamble.
Sam McCall
2018-01-12
1
-0
/
+1
*
[clang] Add PPCallbacks list to preprocessor when building a preacompiled pre...
Ilya Biryukov
2017-12-15
1
-3
/
+2
*
Allow to store precompiled preambles in memory.
Ilya Biryukov
2017-11-16
1
-43
/
+25
*
[completion] complete ObjC interface names in an expression
Alex Lorenz
2017-11-14
1
-1
/
+5
*
Set PreprocessorOpts.GeneratePreamble=true in PrecompiledPreamble.
Ilya Biryukov
2017-10-09
1
-1
/
+0
*
[PCH] Allow VFS to be used for tests that generate PCH files
Cameron Desrochers
2017-09-11
1
-0
/
+36
*
Fix templated type alias completion when using global completion cache
Erik Verbruggen
2017-09-08
1
-1
/
+2
*
[Frontend] Fix printing policy for AST context loaded from file
Vedant Kumar
2017-08-25
1
-0
/
+3
*
Revert r311442 (Fix templated type alias completion when using global complet...
Erik Verbruggen
2017-08-22
1
-2
/
+1
*
Fix templated type alias completion when using global completion cache
Erik Verbruggen
2017-08-22
1
-1
/
+2
*
[Frontend] Mark some ASTUnit methods as const. NFC.
Vedant Kumar
2017-07-25
1
-7
/
+7
[next]