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
/
libclang
/
Indexing.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[libclang] Refactored SharedParsedRegionsStorage
Dmitri Gribenko
2019-09-05
1
-24
/
+23
*
[Index] Added a ShouldSkipFunctionBody callback to libIndex, and refactored c...
Dmitri Gribenko
2019-08-29
1
-37
/
+35
*
[Index] Stopped wrapping FrontendActions in libIndex and its users
Dmitri Gribenko
2019-08-29
1
-10
/
+13
*
[libclang][index][NFCi] Refactor machinery for skipping function bodies
Jan Korous
2019-08-26
1
-41
/
+65
*
[libclang][NFC] Remove debug comment
Jan Korous
2019-08-22
1
-3
/
+1
*
[Clang] Migrate llvm::make_unique to std::make_unique
Jonas Devlieghere
2019-08-14
1
-4
/
+4
*
Replace non-recursive sys::Mutex users with std::mutex
Benjamin Kramer
2019-08-07
1
-5
/
+3
*
Replace llvm::MutexGuard/UniqueLock with their standard equivalents
Benjamin Kramer
2019-08-07
1
-3
/
+3
*
[clang] Adopt new FileManager error-returning APIs
Harlan Haskins
2019-08-01
1
-4
/
+6
*
[libclang] Allow skipping warnings from all included files
Nikolai Kosjar
2019-06-11
1
-2
/
+6
*
Fix file headers. NFC
Fangrui Song
2019-03-01
1
-1
/
+1
*
Replace llvm::isPodLike<...> by llvm::is_trivially_copyable<...>
Serge Guelton
2019-01-20
1
-3
/
+0
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[Index] Set OrigD before D is changed.
Eric Liu
2018-07-20
1
-0
/
+2
*
Reland '[clang] Adding CharacteristicKind to PPCallbacks::InclusionDirective'
Julie Hockett
2018-05-10
1
-1
/
+2
*
Revert "[clang] Adding CharacteristicKind to PPCallbacks::InclusionDirective"
Julie Hockett
2018-05-09
1
-2
/
+1
*
[clang] Adding CharacteristicKind to PPCallbacks::InclusionDirective
Julie Hockett
2018-05-09
1
-1
/
+2
*
Remove \brief commands from doxygen comments.
Adrian Prantl
2018-05-09
1
-1
/
+1
*
[index] Fix methods that take a shared_ptr to just take a reference.
Benjamin Kramer
2018-04-23
1
-9
/
+9
*
[libclang] Allow crash recovery with LIBCLANG_NOTHREADS
Erik Verbruggen
2017-11-14
1
-10
/
+0
*
[Lexer] Report more precise skipped regions (PR34166)
Vedant Kumar
2017-09-11
1
-1
/
+2
*
Revert "Revert "PPCallbacks::MacroUndefined, change signature and add test.""
Vedant Kumar
2017-04-26
1
-1
/
+2
*
Revert "PPCallbacks::MacroUndefined, change signature and add test."
Vedant Kumar
2017-04-26
1
-2
/
+1
*
PPCallbacks::MacroUndefined, change signature and add test.
Frederich Munch
2017-04-26
1
-1
/
+2
*
Reapply "IntrusiveRefCntPtr -> std::shared_ptr for CompilerInvocationBase and...
David Blaikie
2017-01-06
1
-13
/
+16
*
Revert "IntrusiveRefCntPtr -> std::shared_ptr for CompilerInvocationBase and ...
David Blaikie
2017-01-06
1
-16
/
+13
*
IntrusiveRefCntPtr -> std::shared_ptr for CompilerInvocationBase and CodeComp...
David Blaikie
2017-01-05
1
-13
/
+16
*
Move Preprocessor over to std::shared_ptr rather than IntrusiveRefCntPtr
David Blaikie
2017-01-05
1
-1
/
+1
*
[libclang] Remove the 'extern "C"' blocks from the implementation files.
Argyrios Kyrtzidis
2016-12-17
1
-4
/
+0
*
[NFC] Header cleanup
Mehdi Amini
2016-07-18
1
-1
/
+1
*
Apply clang-tidy's misc-move-constructor-init throughout Clang.
Benjamin Kramer
2016-05-27
1
-2
/
+3
*
[index] Allow calling createIndexingAction() without passing another action t...
Argyrios Kyrtzidis
2016-02-14
1
-2
/
+3
*
[libclang] Separate the underlying indexing functionality of libclang and int...
Argyrios Kyrtzidis
2016-02-12
1
-111
/
+57
*
libclang: Enable skip-parsed-bodies on win32.
NAKAMURA Takumi
2016-02-10
1
-22
/
+0
*
[libclang] indexing: handle 'TopLevelDeclInObjCContainers' at the point where...
Argyrios Kyrtzidis
2016-02-09
1
-3
/
+2
*
Refactor: Simplify boolean conditional return statements in tools/libclang
Alexander Kornienko
2015-12-28
1
-3
/
+1
*
[libclang] Add a flag to create the precompiled preamble on the first parse.
Benjamin Kramer
2015-12-15
1
-1
/
+9
*
[libclang] Make sure to use the raw module format for libclang parsing.
Argyrios Kyrtzidis
2015-11-20
1
-0
/
+4
*
[libclang] Add entry points that take a full command line including argv[0].
Benjamin Kramer
2015-11-18
1
-0
/
+16
*
Roll-back r250822.
Angel Garcia Gomez
2015-10-20
1
-1
/
+3
*
Apply modernize-use-default to clang.
Angel Garcia Gomez
2015-10-20
1
-3
/
+1
*
[libclang] Use lambdas instead of explicit structs when storing arguments.
Benjamin Kramer
2015-07-25
1
-100
/
+46
*
Revert r240270 ("Fixed/added namespace ending comments using clang-tidy").
Alexander Kornienko
2015-06-22
1
-1
/
+1
*
Fixed/added namespace ending comments using clang-tidy. NFC
Alexander Kornienko
2015-06-22
1
-1
/
+1
*
Introduce a PCHContainerOperations interface (NFC).
Adrian Prantl
2015-06-20
1
-13
/
+8
*
Switch PPCallbacks to take the new MacroDefinition instead of MacroDirective*...
Richard Smith
2015-05-04
1
-2
/
+2
*
Update APIs that return a pair of iterators to return an iterator_range instead.
Benjamin Kramer
2015-02-06
1
-6
/
+1
*
Unique_ptrify PPCallbacks ownership.
Craig Topper
2014-09-10
1
-2
/
+2
*
Update for LLVM api change.
Rafael Espindola
2014-08-27
1
-3
/
+3
*
Recommit 213307: unique_ptr-ify ownership of ASTConsumers (reverted in r213325)
David Blaikie
2014-08-10
1
-6
/
+5
[next]