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
/
IndexingContext.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
[libclang] Separate the underlying indexing functionality of libclang and int...
Argyrios Kyrtzidis
2016-02-12
1
-518
/
+0
*
[libclang] indexing: handle 'TopLevelDeclInObjCContainers' at the point where...
Argyrios Kyrtzidis
2016-02-09
1
-7
/
+0
*
[libclang] indexing: Have the semantic container of synthesized ObjC getter/s...
Argyrios Kyrtzidis
2016-02-09
1
-1
/
+2
*
Revert r240270 ("Fixed/added namespace ending comments using clang-tidy").
Alexander Kornienko
2015-06-22
1
-2
/
+1
*
Fixed/added namespace ending comments using clang-tidy. NFC
Alexander Kornienko
2015-06-22
1
-1
/
+2
*
Removing LLVM_DELETED_FUNCTION, as MSVC 2012 was the last reason for requirin...
Aaron Ballman
2015-02-15
1
-2
/
+2
*
Header guard canonicalization, clang part.
Benjamin Kramer
2014-08-13
1
-2
/
+2
*
Add missing header guards.
Benjamin Kramer
2014-08-08
1
-0
/
+5
*
[C++11] Use 'nullptr'. Tools edition.
Craig Topper
2014-06-08
1
-17
/
+17
*
[cleanup] Stop specifying size overrides for BumpPtrAllocators.
Chandler Carruth
2014-03-27
1
-1
/
+1
*
Fix typo: s/Occurence/Occurrence/
Alp Toker
2013-11-30
1
-2
/
+2
*
Replace some DenseMap keys with simpler structures that don't need another De...
Benjamin Kramer
2013-08-16
1
-34
/
+1
*
Basic support for Microsoft property declarations and
John McCall
2013-04-16
1
-0
/
+3
*
libclang: remove unneeded const_casts
Dmitri Gribenko
2013-02-03
1
-1
/
+1
*
[libclang] Introduce a new indexing mode where we skip function bodies
Argyrios Kyrtzidis
2012-12-06
1
-0
/
+2
*
Sort #include lines for tools/...
Chandler Carruth
2012-12-04
1
-3
/
+2
*
Add missing emacs major mode marker.
Nick Lewycky
2012-10-29
1
-1
/
+1
*
[libclang] Invoke a ppIncludedFile callback when indexing implicit module imp...
Argyrios Kyrtzidis
2012-10-18
1
-1
/
+1
*
Remove pointless classof()'s.
Sean Silva
2012-10-11
1
-11
/
+0
*
[libclang] When indexing, invoke the importedASTFile for PCH files as well.
Argyrios Kyrtzidis
2012-10-03
1
-0
/
+1
*
[libclang] Simplify indexing of module imports by handling implicit
Argyrios Kyrtzidis
2012-10-03
1
-3
/
+1
*
[libclang] Implement the importedASTFile indexing callback to provide
Argyrios Kyrtzidis
2012-10-02
1
-0
/
+4
*
Use LLVM_DELETED_FUNCTION in place of 'DO NOT IMPLEMENT' comments.
Dmitri Gribenko
2012-09-15
1
-2
/
+2
*
[libclang] Do index 'extern' declarations inside functions.
Argyrios Kyrtzidis
2012-09-10
1
-1
/
+3
*
Replace some custom hash combines with the standard stuff from DenseMapInfo.
Benjamin Kramer
2012-05-27
1
-4
/
+2
*
[libclang] Fix use-after-free bug when handling attributes indexing info.
Argyrios Kyrtzidis
2012-03-31
1
-25
/
+39
*
[libclang] Make sure we don't crash when trying to index code that
Argyrios Kyrtzidis
2012-03-23
1
-1
/
+2
*
[AST] When we @synthesize a property with a user-defined ivar name,
Argyrios Kyrtzidis
2012-02-28
1
-2
/
+4
*
[libclang] When indexing an objc property, also provide information about
Argyrios Kyrtzidis
2012-02-28
1
-0
/
+16
*
Basic: import IntrusiveRefCntPtr<> into clang namespace
Dylan Noblesmith
2012-02-20
1
-1
/
+1
*
[libclang] Indexing: only index implicit template instantiations via an opt-i...
Argyrios Kyrtzidis
2012-02-14
1
-2
/
+6
*
[libclang] Indexing API: Fully index implict template instantiations.
Argyrios Kyrtzidis
2012-02-10
1
-0
/
+3
*
[libclang] Do not index implicit C++ member functions. rdar://10769813
Argyrios Kyrtzidis
2012-02-07
1
-1
/
+1
*
Revert my patches which removed Diagnostic.h includes by moving some operator...
Benjamin Kramer
2012-02-07
1
-2
/
+0
*
Move various diagnostic operator<< overloads out of line and remove includes ...
Benjamin Kramer
2012-02-04
1
-0
/
+2
*
[libclang] Make sure Preprocessor is set in ASTUnit during indexing.
Argyrios Kyrtzidis
2012-01-17
1
-0
/
+1
*
De-virtualize getPreviousDecl() and getMostRecentDecl() when we know
Douglas Gregor
2012-01-14
1
-2
/
+2
*
[libclang] Add CXIndexOpt_IndexFunctionLocalSymbols indexing option to indicate
Argyrios Kyrtzidis
2012-01-14
1
-0
/
+4
*
Eliminate the ForwardDecl/InitiallyForwardDecl bits from ObjCProtocolDecl. Th...
Douglas Gregor
2012-01-01
1
-1
/
+1
*
Eliminate ObjCForwardProtocolDecl, which is redundant now that
Douglas Gregor
2012-01-01
1
-4
/
+0
*
Eliminate ObjCClassDecl, which is redundant now that ObjCInterfaceDecl
Douglas Gregor
2011-12-27
1
-2
/
+0
*
Keep track of all declarations of an Objective-C class (both forward
Douglas Gregor
2011-12-15
1
-1
/
+1
*
[libclang] Indexing API: provide an attribute list inside CXIdxEntityInfo
Argyrios Kyrtzidis
2011-12-15
1
-36
/
+69
*
[libclang] Indexing API: Provide the protocols list for objc categories as well.
Argyrios Kyrtzidis
2011-12-13
1
-0
/
+1
*
[libclang] Indexing API: Fix indexing of missed references.
Argyrios Kyrtzidis
2011-12-13
1
-2
/
+7
*
[libclang] Remove IndexingContext's getScopedContext(), it's not useful
Argyrios Kyrtzidis
2011-12-08
1
-6
/
+0
*
[libclang] Indexing API: provide both the semantic and the lexical container.
Argyrios Kyrtzidis
2011-12-07
1
-3
/
+4
*
[libclang] Fix indexing of C++ bases in a C++ class.
Argyrios Kyrtzidis
2011-12-07
1
-0
/
+3
*
[libclang] Index C++ namespaces.
Argyrios Kyrtzidis
2011-12-07
1
-0
/
+2
*
[libclang] Create a diagnostic set to pass at the end of indexing.
Argyrios Kyrtzidis
2011-12-01
1
-0
/
+2
[next]