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
...
*
[C++11] Use std::atomic instead of LLVM's.
Benjamin Kramer
2014-03-02
1
-10
/
+6
*
[C++11] Replace llvm::tie with std::tie.
Benjamin Kramer
2014-03-02
1
-2
/
+2
*
[ASTUnit] Don't let the preamble diagnostics out-live the CompilerInstance th...
Argyrios Kyrtzidis
2014-02-28
1
-51
/
+93
*
[ASTUnit] Fix use-after-free bug in ASTUnit::getMainBufferWithPrecompiledPrea...
Argyrios Kyrtzidis
2014-02-27
1
-22
/
+8
*
Recommit virtual file system
Ben Langmuir
2014-02-20
1
-3
/
+3
*
Reverting the virtual file system implementation, because it triggers an asse...
Juergen Ributzka
2014-02-20
1
-3
/
+3
*
Use llvm::DeleteContainerSeconds when possible
Reid Kleckner
2014-02-19
1
-4
/
+1
*
Initial implementation of virtual file system
Ben Langmuir
2014-02-19
1
-3
/
+3
*
Fix memory leak introduced by r201010.
Daniel Jasper
2014-02-12
1
-0
/
+1
*
ASTUnit: simplify remapping files by using the exact same logic in Preprocessor
Dmitri Gribenko
2014-02-10
1
-16
/
+4
*
ASTUnit: remove dead code in remapping files
Dmitri Gribenko
2014-02-08
1
-73
/
+22
*
ASTUnit: ArrayRef'ize RemappedFiles
Dmitri Gribenko
2014-02-07
1
-11
/
+8
*
Fix a -Wformat warning in ASTUnit.cpp
Reid Kleckner
2014-02-03
1
-2
/
+2
*
Use the simpler version of llvm::sys::fs::remove when possible.
Rafael Espindola
2014-01-10
1
-2
/
+1
*
Remove obsolete preamble FIXME
Alp Toker
2013-12-20
1
-2
/
+0
*
Correctly compute the size in bytes of PreambleFileHash.MD5
Dmitri Gribenko
2013-12-20
1
-2
/
+2
*
ASTUnit::getMainBufferWithPrecompiledPreamble: use MD5 hash of the remapped
Dmitri Gribenko
2013-12-20
1
-12
/
+51
*
Simplify code
Dmitri Gribenko
2013-12-19
1
-1
/
+1
*
Make ASTUnit structure stable with NDEBUG
Alp Toker
2013-11-22
1
-1
/
+1
*
Use the same SourceManager for ModuleMaps and compilations.
Manuel Klimek
2013-10-24
1
-1
/
+1
*
[libclang] For an unscoped enum include the enumerators in the top-level code...
Argyrios Kyrtzidis
2013-10-15
1
-0
/
+12
*
Remove unnecessary inclusion of Sema.h
David Blaikie
2013-09-13
1
-0
/
+1
*
This wasn't headers, just missing namespaces.
Benjamin Kramer
2013-08-24
1
-4
/
+4
*
Replace compLocDecl with less_first.
Benjamin Kramer
2013-08-24
1
-14
/
+8
*
[PCH] Fix a PCH serialization crash, with invalid code related to forward enu...
Argyrios Kyrtzidis
2013-08-07
1
-3
/
+7
*
Update for llvm api change.
Rafael Espindola
2013-07-29
1
-5
/
+5
*
Convert a use of stat with sys::fs::status.
Rafael Espindola
2013-07-29
1
-9
/
+10
*
Fix crash in libclang if code completion is used with unknown flags.
Manuel Klimek
2013-07-18
1
-1
/
+1
*
Use llvm::sys::fs::createUniqueFile.
Rafael Espindola
2013-07-05
1
-2
/
+1
*
Use llvm::sys::fs::createTemporaryFile.
Rafael Espindola
2013-07-05
1
-1
/
+1
*
Don't use PathV1.h in ASTUnit.cpp.
Rafael Espindola
2013-06-26
1
-5
/
+3
*
Remove the last use of PathWithStatus.
Rafael Espindola
2013-06-26
1
-4
/
+4
*
Use llvm::sys::fs::unique_file.
Rafael Espindola
2013-06-26
1
-26
/
+7
*
Remove some uses of llvm::sys::Path.
Rafael Espindola
2013-06-26
1
-6
/
+6
*
[libclang/codecompletion] Make sure the top-level decl hash takes into accoun...
Argyrios Kyrtzidis
2013-06-24
1
-1
/
+9
*
Use the new name of getUniqueID.
Rafael Espindola
2013-06-20
1
-5
/
+5
*
Use llvm::sys::fs::GetUniqueID.
Rafael Espindola
2013-06-18
1
-15
/
+22
*
Include PathV1.h in files that use it.
Rafael Espindola
2013-06-11
1
-0
/
+1
*
Modify a comment to reflect changes of r183717.
Argyrios Kyrtzidis
2013-06-11
1
-2
/
+2
*
ASTUnit: Invert the dependency of PrecompilePreambleAction on PrecompilePream...
Benjamin Kramer
2013-06-11
1
-40
/
+43
*
[libclang] Allow building a precompiled preamble with compiler errors
Argyrios Kyrtzidis
2013-06-11
1
-7
/
+15
*
[modules] If we hit a failure while loading a PCH/module, abort parsing inste...
Argyrios Kyrtzidis
2013-05-24
1
-1
/
+6
*
[libclang] When parsing with CXTranslationUnit_ForSerialization, make sure to...
Argyrios Kyrtzidis
2013-05-10
1
-0
/
+10
*
[PCH] Remove the ASTReaderListener::ReadHeaderFileInfo callback.
Argyrios Kyrtzidis
2013-05-08
1
-11
/
+3
*
Use remove_if to erase parts of a vector. Avoids O(n^2) worst cases.
Benjamin Kramer
2013-05-05
1
-8
/
+9
*
Remove DiagnosticConsumer::clone(), a bad idea that is now unused.
Douglas Gregor
2013-05-03
1
-11
/
+1
*
When building a module, forward diagnostics to the outer diagnostic consumer.
Douglas Gregor
2013-05-03
1
-4
/
+24
*
<rdar://problem/13363214> Eliminate race condition between module rebuild and...
Douglas Gregor
2013-03-19
1
-0
/
+1
*
[libclang] When logging a CXTranslationUnit that came from an AST file, print...
Argyrios Kyrtzidis
2013-03-05
1
-0
/
+9
*
[preprocessor] Use MacroDirective in the preprocessor callbacks to make avail...
Argyrios Kyrtzidis
2013-02-24
1
-1
/
+2
[prev]
[next]