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
/
Serialization
/
ASTReader.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
[Modules] Make sure that the synthesized file "__inferred_module.map" doesn't...
Argyrios Kyrtzidis
2014-03-14
1
-6
/
+11
*
Refactor ASTReader::readInputFileInfo to return a struct containing the relat...
Argyrios Kyrtzidis
2014-03-14
1
-14
/
+15
*
[C++11] Replacing ObjCContainerDecl iterators meth_begin() and meth_end() wit...
Aaron Ballman
2014-03-13
1
-3
/
+2
*
[C++11] Add 'override' keyword to virtual methods that override their base cl...
Craig Topper
2014-03-13
1
-8
/
+8
*
Revert C++11ification in r203534 and r203536. Apparently our toolchains aren't
Richard Smith
2014-03-11
1
-16
/
+11
*
Speculative workaround for apparent libstdc++ bug exposed by r203534.
Richard Smith
2014-03-11
1
-0
/
+3
*
If a visibility update record is found for a DeclContext after that Decl has
Richard Smith
2014-03-11
1
-8
/
+16
*
Module [extern_c] attribute: inherit to submodules, don't write 'extern "C"'
Richard Smith
2014-03-08
1
-9
/
+12
*
Replace OwningPtr with std::unique_ptr.
Ahmed Charles
2014-03-07
1
-2
/
+2
*
Add a bunch of missing changes from r203208
Ben Langmuir
2014-03-07
1
-106
/
+123
*
Add dependencies from imported modules with -MD
Ben Langmuir
2014-03-07
1
-11
/
+94
*
[C++11] Replacing iterators redecls_begin() and redecls_end() with iterator_r...
Aaron Ballman
2014-03-06
1
-24
/
+13
*
Fix crash if a submodule overrides one of its own macros, and add support for
Richard Smith
2014-03-06
1
-1
/
+2
*
Switch to an idiomatic C++ erase/remove for this loop, and fix a bug in the
Richard Smith
2014-03-06
1
-3
/
+5
*
Introduce '-fmodules-user-build-path' which accepts the "canonical" path to a...
Argyrios Kyrtzidis
2014-03-03
1
-0
/
+1
*
[C++11] Replace llvm::tie with std::tie.
Benjamin Kramer
2014-03-02
1
-1
/
+1
*
If a module A exports a macro M, and a module B imports that macro and #undef's
Richard Smith
2014-03-01
1
-83
/
+250
*
Update for llvm api change.
Rafael Espindola
2014-02-24
1
-1
/
+1
*
Don't assume that F_None is the default. It is about to change.
Rafael Espindola
2014-02-24
1
-1
/
+2
*
Add an option to allow Clang verify source files for a module only once during
Dmitri Gribenko
2014-02-12
1
-5
/
+44
*
Rename some PCH-related errors to have 'err_' as their prefix
Dmitri Gribenko
2014-02-11
1
-4
/
+4
*
Stat system dependencies when using -verify-pch
Ben Langmuir
2014-02-07
1
-2
/
+8
*
Add a CC1 option -verify-pch
Ben Langmuir
2014-02-05
1
-7
/
+10
*
Fix autolinking when modules are imported in pch files
Ben Langmuir
2014-01-31
1
-5
/
+5
*
Update FunctionTypeLoc and related names to match r199686
Alp Toker
2014-01-21
1
-2
/
+2
*
Improve the error message when a PCH dependency is modified
Ben Langmuir
2014-01-17
1
-4
/
+19
*
Remove the -cxx-abi command-line flag.
Hans Wennborg
2014-01-14
1
-2
/
+0
*
[Serialization] In ASTReader::getInputFile record it when we didn't find the ...
Argyrios Kyrtzidis
2014-01-08
1
-0
/
+5
*
Add an AdjustedType sugar node for adjusting calling conventions
Reid Kleckner
2013-12-05
1
-0
/
+13
*
Include non-explicit submodules in exported module list
Dmitri Gribenko
2013-11-04
1
-10
/
+1
*
Allow a new syntax in a module requires-declaration:
Richard Smith
2013-10-28
1
-1
/
+1
*
Simplify some implementations of get*Decl.
Rafael Espindola
2013-10-19
1
-1
/
+1
*
C++ modules: don't lose track of a 'namespace std' that is imported from a mo...
Richard Smith
2013-10-18
1
-13
/
+28
*
Basic ODR checking for C++ modules:
Richard Smith
2013-10-18
1
-1
/
+60
*
Module use declarations (II)
Daniel Jasper
2013-09-24
1
-0
/
+4
*
Don't eagerly load all conversion operators when loading a class declaration
Richard Smith
2013-08-30
1
-3
/
+3
*
Use pop_back_val() instead of both back() and pop_back().
Robert Wilhelm
2013-08-23
1
-4
/
+3
*
Revert "Implement a rudimentary form of generic lambdas."
Manuel Klimek
2013-08-22
1
-3
/
+1
*
Implement a rudimentary form of generic lambdas.
Faisal Vali
2013-08-22
1
-1
/
+3
*
Added source locs for angled parentheses in class/var template partial specs.
Enea Zaffanella
2013-08-10
1
-0
/
+13
*
PR9992: Serialize and deserialize the token sequence for a function template in
Richard Smith
2013-08-07
1
-1
/
+29
*
Fix read of uninitialized enum value in test, caught by UBSan. No functionality
Richard Smith
2013-07-31
1
-1
/
+1
*
Use SmallVectorImpl& for function arguments instead of SmallVector.
Craig Topper
2013-07-05
1
-1
/
+1
*
Use typedef for Densemap contraining SmallVector passed to a function to avoi...
Craig Topper
2013-07-05
1
-6
/
+4
*
Add typedefs for Densemaps containing SmallVectors to avoid repeating the Sma...
Craig Topper
2013-07-05
1
-8
/
+10
*
[AST] Introduce a new DecayedType sugar node
Reid Kleckner
2013-06-24
1
-0
/
+15
*
This patch adds new private headers to the module map. Private
Lawrence Crowl
2013-06-20
1
-1
/
+18
*
Loosen r178109 even further, to assume that all redefined macros in system he...
Douglas Gregor
2013-06-07
1
-7
/
+10
*
[PCH] Fix crash with valid code, related to anonymous field initializers.
Argyrios Kyrtzidis
2013-05-30
1
-3
/
+10
*
[modules] If we hit a failure while loading a PCH/module, abort parsing inste...
Argyrios Kyrtzidis
2013-05-24
1
-1
/
+4
[prev]
[next]