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
*
[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
*
Teach ASTReader how to read only the Preprocessor state from an AST file, not...
Richard Smith
2017-06-29
1
-18
/
+25
*
Use vfs::FileSystem in ASTUnit when creating CompilerInvocation.
Ilya Biryukov
2017-06-28
1
-1
/
+1
*
Fixed compiler warnings after r305890.
Ilya Biryukov
2017-06-21
1
-10
/
+4
*
Moved code hanlding precompiled preamble out of the ASTUnit.
Ilya Biryukov
2017-06-21
1
-589
/
+217
*
Add #pragma clang module build/endbuild pragmas for performing a module build
Richard Smith
2017-06-09
1
-1
/
+1
*
Speed up preamble loading
Erik Verbruggen
2017-06-09
1
-7
/
+12
*
[libclang] Introduce a new parsing option 'CXTranslationUnit_SingleFileParse'...
Argyrios Kyrtzidis
2017-06-09
1
-1
/
+2
*
Retain header search and preprocessing options from AST file when emitting
Richard Smith
2017-06-06
1
-9
/
+27
*
Rather than rejecting attempts to run preprocessor-only actions on AST files,
Richard Smith
2017-06-05
1
-5
/
+31
*
[libclang] Allow to suspend a translation unit.
Erik Verbruggen
2017-05-30
1
-11
/
+16
*
Allow for unfinished #if blocks in preambles
Erik Verbruggen
2017-05-30
1
-0
/
+1
*
Allow to use vfs::FileSystem for file accesses inside ASTUnit.
Ilya Biryukov
2017-05-23
1
-38
/
+86
*
[Frontend] Remove unused TemporaryFiles
Krasimir Georgiev
2017-05-17
1
-23
/
+0
*
Refactor frontend InputKind to prepare for treating module maps as a distinct...
Richard Smith
2017-04-26
1
-10
/
+17
*
Add a function to MD5 a file's contents.
Zachary Turner
2017-03-20
1
-2
/
+2
*
Reapply "Modules: Cache PCMs in memory and avoid a use-after-free"
Duncan P. N. Exon Smith
2017-03-20
1
-4
/
+10
*
Revert "Modules: Cache PCMs in memory and avoid a use-after-free"
Renato Golin
2017-03-18
1
-10
/
+4
*
Modules: Cache PCMs in memory and avoid a use-after-free
Duncan P. N. Exon Smith
2017-03-17
1
-4
/
+10
*
Modules: Use hash of PCM content for SIGNATURE
Duncan P. N. Exon Smith
2017-03-13
1
-2
/
+2
*
Cache FileID when translating diagnostics in PCH files
Erik Verbruggen
2017-02-16
1
-1
/
+6
*
[ASTUnit] Clear out diagnostic state after creating the preamble.
Benjamin Kramer
2017-02-13
1
-0
/
+2
*
[c-index-test] Provide capability to index module file imports and dump their...
Argyrios Kyrtzidis
2017-01-30
1
-0
/
+4
*
[ASTUnit] Reset diag state when creating the ASTUnit.
Benjamin Kramer
2017-01-18
1
-0
/
+1
*
Reapply "IntrusiveRefCntPtr -> std::shared_ptr for CompilerInvocationBase and...
David Blaikie
2017-01-06
1
-34
/
+29
*
Revert "IntrusiveRefCntPtr -> std::shared_ptr for CompilerInvocationBase and ...
David Blaikie
2017-01-06
1
-29
/
+34
[next]