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
/
Rewrite
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
[frontend] '-frewrite-includes' should not ignore headers included from comma...
Argyrios Kyrtzidis
2013-07-26
1
-1
/
+12
*
avoid bogus warnings about "unknown" pragmas with -frewrite-includes (pr#14831)
Lubos Lunak
2013-07-20
1
-0
/
+8
*
fix sometimes incorrect line numbers in -frewrite-includes mode (pr#14795)
Lubos Lunak
2013-07-20
1
-3
/
+30
*
Update for llvm API change.
Rafael Espindola
2013-07-16
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
-6
/
+4
*
Use SmallVectorImpl& for function arguments instead of SmallVector.
Craig Topper
2013-07-05
2
-20
/
+20
*
Use SmallVectorImpl instead of SmallVector for iterators and references to av...
Craig Topper
2013-07-04
2
-16
/
+16
*
Port HTMLDiagnostics to PathV2. No intended functionality change.
Benjamin Kramer
2013-06-12
1
-2
/
+1
*
Added Lexer::getBufferEnd().
Alexander Kornienko
2013-06-04
1
-1
/
+1
*
Use only explicit bool conversion operator
David Blaikie
2013-05-15
1
-1
/
+1
*
Have SourceManager::getLocForEndOfFile() point at the "EOF" location of the F...
Argyrios Kyrtzidis
2013-05-07
1
-1
/
+1
*
Remove DiagnosticConsumer::clone(), a bad idea that is now unused.
Douglas Gregor
2013-05-03
1
-5
/
+0
*
rewrite-includes: Rewrite __has_include(_next) to get rid of a host dependency.
Benjamin Kramer
2013-04-16
1
-1
/
+119
*
[frontend] -frewrite-includes: turn implicit module imports into @imports.
Argyrios Kyrtzidis
2013-04-10
1
-15
/
+24
*
[frontend] -frewrite-includes: if there was no inclusion, don't add lineinfo ...
Argyrios Kyrtzidis
2013-04-10
1
-3
/
+8
*
Add 178663 back.
Rafael Espindola
2013-04-03
2
-31
/
+31
*
Revert 178663.
Rafael Espindola
2013-04-03
2
-31
/
+31
*
Objective-C modern rewriter. Fixes a bug
Fariborz Jahanian
2013-04-03
1
-3
/
+9
*
Don't compute a patched/semantic storage class.
Rafael Espindola
2013-04-03
2
-31
/
+31
*
Add some assertions to appease the static analyzer.
Jordan Rose
2013-03-15
1
-2
/
+1
*
ArrayRef-ize ASTContext::getFunctionType and Sema::BuildFunctionType.
Jordan Rose
2013-03-08
2
-60
/
+45
*
Use trailing documentation comments properly
Dmitri Gribenko
2013-02-16
1
-1
/
+1
*
objective-C modern translator: Fixes a mistranslation
Fariborz Jahanian
2013-02-11
1
-1
/
+3
*
Excise <cctype> from Clang (except clang-tblgen) in favor of CharInfo.h.
Jordan Rose
2013-02-08
2
-2
/
+4
*
objective-C modern translation: Fix another random translation bug
Fariborz Jahanian
2013-02-08
1
-0
/
+2
*
objective-C modern translator. Fixes a trivial
Fariborz Jahanian
2013-02-08
1
-3
/
+3
*
objective-C modern translator. Generate #line
Fariborz Jahanian
2013-02-08
2
-8
/
+14
*
objective-C modern translator. More fixups for
Fariborz Jahanian
2013-02-07
1
-2
/
+23
*
objective-C modern translator. Fix up the translated
Fariborz Jahanian
2013-02-07
1
-28
/
+265
*
Rework the traversal of Objective-C categories and extensions to
Douglas Gregor
2013-01-16
2
-10
/
+4
*
Remove useless 'llvm::' qualifier from names like StringRef and others that are
Dmitri Gribenko
2013-01-12
3
-11
/
+10
*
Fix indent and remove parameter with a matching default value.
Chad Rosier
2013-01-04
2
-94
/
+74
*
Remove duplicate includes.
Roman Divacky
2012-12-21
1
-1
/
+0
*
Revert r170500. It over-zealously converted *ALL* things named Attributes, wh...
Bill Wendling
2012-12-20
2
-12
/
+12
*
Rename the 'Attributes' class to 'Attribute'. It's going to represent a singl...
Bill Wendling
2012-12-19
2
-12
/
+12
*
Using CanQualType::getAs<ArrayType> is unsafe; fix the code currently using it,
Eli Friedman
2012-12-13
1
-5
/
+5
*
Sort all of Clang's files under 'lib', and fix up the broken headers
Chandler Carruth
2012-12-04
9
-23
/
+23
*
Make helper classes anonymous. Make helper functions static instead of privat...
Benjamin Kramer
2012-12-01
1
-0
/
+2
*
Include pruning and general cleanup.
Benjamin Kramer
2012-12-01
1
-1
/
+3
*
Don't include Type.h in DeclarationName.h.
Benjamin Kramer
2012-12-01
1
-0
/
+1
*
Pull the Attr iteration parts out of Attr.h, so including DeclBase.h doesn't ...
Benjamin Kramer
2012-12-01
2
-12
/
+14
*
objective-C blocks: Make sure that identical logic is used
Fariborz Jahanian
2012-11-28
2
-2
/
+2
*
Make libASTMatchers link its dependencies. libRewriteFrontend depends on libR...
Benjamin Kramer
2012-11-16
1
-0
/
+1
*
objective-C modern translator. Start the line
Fariborz Jahanian
2012-11-07
1
-1
/
+1
*
modern ObjC translator. Insert line number for @synchronized statements.
Fariborz Jahanian
2012-11-07
1
-1
/
+3
*
objective-C modern rewriter. Insert line numbers in
Fariborz Jahanian
2012-11-06
1
-11
/
+44
*
RewriteModernObjC.cpp: Use Lexer::Stringify() on the file name of #line direc...
NAKAMURA Takumi
2012-11-06
1
-1
/
+1
*
Modern objective-C translator: Start adding line info to the
Fariborz Jahanian
2012-11-06
1
-0
/
+31
*
Make DiagnosticOptions intrusively reference-counted, and make sure
Douglas Gregor
2012-10-23
1
-0
/
+1
[prev]
[next]