index
:
delta/clang.git
baserock/flang
google/stable
google/testing
master
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
release_34
release_35
release_35@215011
release_36
release_37
release_38
release_39
release_40
release_50
release_60
release_70
release_80
release_90
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
llvm.org: Obsolete (use llvm)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
clang
/
Frontend
/
MultiplexConsumer.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Make MultiplexASTDeserializationListener part of the API [NFC]
Raphael Isemann
2018-04-27
1
-1
/
+22
*
For MS ABI, emit dllexport friend functions defined inline in class
Stephan Bergmann
2016-03-30
1
-1
/
+1
*
Revert "For MS ABI, emit dllexport friend functions defined inline in class"
Reid Kleckner
2016-03-17
1
-1
/
+1
*
For MS ABI, emit dllexport friend functions defined inline in class
Reid Kleckner
2016-03-17
1
-1
/
+1
*
Serialize `#pragma detect_mismatch`.
Nico Weber
2016-03-02
1
-2
/
+0
*
Serialize `#pragma comment`.
Nico Weber
2016-03-02
1
-2
/
+0
*
[Frontend] Handle ASTConsumer::shouldSkipFunctionBody via the MultiplexConsumer.
Argyrios Kyrtzidis
2016-02-09
1
-0
/
+1
*
[MS ABI] Allow a member pointers' converted type to change
David Majnemer
2016-01-26
1
-0
/
+1
*
Introduce -fsanitize-stats flag.
Peter Collingbourne
2016-01-16
1
-1
/
+1
*
Use 'override/final' instead of 'virtual' for overridden methods
Alexander Kornienko
2015-04-11
1
-1
/
+1
*
Remove ASTConsumer::HandleVTable()'s bool parameter.
Nico Weber
2015-01-15
1
-1
/
+1
*
Header guard canonicalization, clang part.
Benjamin Kramer
2014-08-13
1
-2
/
+2
*
Recommit 213307: unique_ptr-ify ownership of ASTConsumers (reverted in r213325)
David Blaikie
2014-08-10
1
-2
/
+2
*
Revert "unique_ptr-ify ownership of ASTConsumers"
David Blaikie
2014-07-17
1
-2
/
+2
*
unique_ptr-ify ownership of ASTConsumers
David Blaikie
2014-07-17
1
-2
/
+2
*
DebugInfo: Forward HandleTagDeclRequiredDefinition through MultiplexConsumer ...
David Blaikie
2014-07-16
1
-0
/
+6
*
Emit used/dllexport inline method definitions in nested classes (PR19743, PR1...
Hans Wennborg
2014-05-23
1
-0
/
+1
*
[C++11] Add 'override' keyword to virtual methods that override their base cl...
Craig Topper
2014-03-13
1
-15
/
+15
*
[C++11] Remove the remaining uses of OwningPtr.
Ahmed Charles
2014-03-09
1
-1
/
+1
*
Replace OwningPtr with std::unique_ptr.
Ahmed Charles
2014-03-07
1
-2
/
+2
*
Re-sort #include lines using the llvm/utils/sort_includes.py script.
Chandler Carruth
2013-01-02
1
-1
/
+0
*
Sort #include lines for all files under include/...
Chandler Carruth
2012-12-04
1
-1
/
+1
*
Remove pointless classof()'s.
Sean Silva
2012-10-11
1
-1
/
+0
*
Replace MarkVarRequired with a more generic
Rafael Espindola
2012-03-08
1
-1
/
+1
*
Fix a small difference in sema and codegen views of what needs to be output.
Rafael Espindola
2012-03-05
1
-0
/
+1
*
[libclang] Indexing API: Fully index implict template instantiations.
Argyrios Kyrtzidis
2012-02-10
1
-0
/
+1
*
Basic: import OwningPtr<> into clang namespace
Dylan Noblesmith
2012-02-05
1
-2
/
+3
*
ArrayRef goodness in MultiplexConsumer, no functionality change.
Argyrios Kyrtzidis
2012-02-04
1
-1
/
+2
*
[libclang] Indexing API: If the client requested to get a CXTranslationUnit a...
Argyrios Kyrtzidis
2011-11-28
1
-0
/
+1
*
Change ASTConsumer::HandleTopLevelDecl to return true for the parser to continue
Argyrios Kyrtzidis
2011-11-18
1
-1
/
+1
*
Give MultiplexConsumer.h a header guard.
Sebastian Redl
2011-04-24
1
-0
/
+5
*
Add -add-plugin flag, which runs plugins in addition to codegen.
Nico Weber
2011-01-25
1
-0
/
+54