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
/
Frontend
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make clang's rewrite engine a core feature
Alp Toker
2014-07-16
10
-15033
/
+0
*
Removing an "if (this == nullptr)" check from two print methods. The condition
Richard Trieu
2014-06-09
2
-0
/
+5
*
[C++11] Use 'nullptr'.
Craig Topper
2014-05-07
4
-256
/
+257
*
write a line marker right before adding included file
Lubos Lunak
2014-05-01
1
-0
/
+2
*
do not use "1" for line marker for the predefines "file" either
Lubos Lunak
2014-05-01
1
-1
/
+5
*
do not use "1" for line marker for the main file
Lubos Lunak
2014-05-01
1
-2
/
+5
*
revert r207756
Lubos Lunak
2014-05-01
1
-1
/
+0
*
do not warn about unknown pragmas in modes that do not handle them (pr9537)
Lubos Lunak
2014-05-01
1
-7
/
+1
*
write a line marker right before adding included file
Lubos Lunak
2014-05-01
1
-0
/
+1
*
Objective-C rewriter. Use _WIN64 instead of __LLP64__
Fariborz Jahanian
2014-04-16
1
-1
/
+1
*
Objective-C modern translator. Fix declaration of
Fariborz Jahanian
2014-04-01
1
-0
/
+4
*
[C++11] Replacing FunctionProtoType iterators param_type_begin() and param_ty...
Aaron Ballman
2014-03-17
2
-44
/
+24
*
[C++11] Add 'override' keyword to virtual methods that override their base cl...
Craig Topper
2014-03-15
6
-53
/
+47
*
[C++11] Replacing BlockDecl iterators capture_begin() and capture_end() with ...
Aaron Ballman
2014-03-14
2
-10
/
+8
*
[C++11] Replacing DeclStmt iterators decl_begin() and decl_end() with iterato...
Aaron Ballman
2014-03-14
1
-3
/
+1
*
[C++11] Replacing ObjCImplementationDecl iterators ivar_begin() and ivar_end(...
Aaron Ballman
2014-03-14
1
-4
/
+2
*
[C++11] Replacing ObjCCategoryDecl iterators propimpl_begin() and propimpl_en...
Aaron Ballman
2014-03-14
2
-24
/
+8
*
[C++11] Replacing ObjCCategoryDecl iterators protocol_begin() and protocol_en...
Aaron Ballman
2014-03-14
1
-8
/
+3
*
[C++11] Replacing ObjCProtocolDecl iterators protocol_begin() and protocol_en...
Aaron Ballman
2014-03-13
1
-8
/
+3
*
[C++11] Replacing ObjCInterfaceDecl iterators protocol_begin() and protocol_e...
Aaron Ballman
2014-03-13
1
-2
/
+2
*
[C++11] Replacing ObjCContainerDecl iterators classmeth_begin() and classmeth...
Aaron Ballman
2014-03-13
2
-46
/
+18
*
[C++11] Replacing ObjCContainerDecl iterators instmeth_begin() and instmeth_e...
Aaron Ballman
2014-03-13
2
-46
/
+19
*
Renaming the recently-created (r203830) props() range API to properties() for...
Aaron Ballman
2014-03-13
2
-9
/
+9
*
[C++11] Replacing ObjCContainerDecl iterators prop_begin() and prop_end() wit...
Aaron Ballman
2014-03-13
2
-33
/
+15
*
[C++11] Replace OwningPtr include with <memory>.
Ahmed Charles
2014-03-09
5
-5
/
+5
*
[C++11] Replacing RecordDecl iterators field_begin() and field_end() with ite...
Aaron Ballman
2014-03-08
2
-10
/
+3
*
[C++11] Replacing EnumDecl iterators enumerator_begin() and enumerator_end() ...
Aaron Ballman
2014-03-08
1
-2
/
+1
*
Replace OwningPtr with std::unique_ptr.
Ahmed Charles
2014-03-07
2
-3
/
+3
*
[C++11] Replacing ObjCMethodDecl iterators param_begin() and param_end() with...
Aaron Ballman
2014-03-07
2
-23
/
+14
*
[CMake] Use LINK_LIBS instead of target_link_libraries().
NAKAMURA Takumi
2014-02-26
1
-2
/
+1
*
RewriteObjC: Factor string literal creation into a helper and make sure it ge...
Benjamin Kramer
2014-02-25
2
-85
/
+36
*
Update for llvm api change.
Rafael Espindola
2014-02-24
1
-1
/
+1
*
[CMake] Get rid of explicit dependencies to include/clang/*.inc and introduce...
NAKAMURA Takumi
2014-02-21
1
-11
/
+0
*
Rename getResultType() on function and method declarations to getReturnType()
Alp Toker
2014-01-25
2
-35
/
+30
*
Rename FunctionProtoType accessors from 'arguments' to 'parameters'
Alp Toker
2014-01-20
2
-44
/
+58
*
Implement MSVC header search algorithm in MicrosoftMode.
Will Wilson
2013-12-27
1
-1
/
+1
*
Fix raw lex crash and -frewrite-includes noeol-at-eof failure
Alp Toker
2013-12-13
1
-5
/
+5
*
[CMake] clang/lib: Prune redundant dependencies.
NAKAMURA Takumi
2013-12-10
1
-1
/
+0
*
[CMake] clang/lib: Satisfy dependencies to add *actually used* libraries on t...
NAKAMURA Takumi
2013-12-09
1
-2
/
+8
*
Check the initial line number without going through PresumedLoc
Alp Toker
2013-12-05
1
-3
/
+2
*
Fix a tranche of comment, test and doc typos
Alp Toker
2013-12-05
1
-2
/
+2
*
Correct hyphenations in comments and assert messages
Alp Toker
2013-12-05
2
-2
/
+2
*
Add an assert to make it clear we're on the first line
Alp Toker
2013-12-05
1
-1
/
+3
*
Revert r196372, "do not warn about unknown pragmas in modes that do not handl...
NAKAMURA Takumi
2013-12-04
1
-1
/
+7
*
do not warn about unknown pragmas in modes that do not handle them (pr9537)
Lubos Lunak
2013-12-04
1
-7
/
+1
*
InclusionRewriter: Avoid duplicated BOM check
Alp Toker
2013-11-28
1
-7
/
+3
*
strip UTF-8 BOM in -frewrite-includes (PR#15664)
Lubos Lunak
2013-11-27
1
-0
/
+5
*
ObjectiveC modern translator. Fixes a translation bug
Fariborz Jahanian
2013-11-22
1
-6
/
+3
*
Fix typo: inccrementally
Benjamin Kramer
2013-10-13
1
-1
/
+1
*
ObjectiveC modern rewriter. Rewrite typedefs
Fariborz Jahanian
2013-10-07
1
-0
/
+15
[next]