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
*
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
*
Remove pointless classof()'s.
Sean Silva
2012-10-11
2
-7
/
+0
*
Silencing an MSVC warning about */ being found outside of a comment.
Aaron Ballman
2012-10-02
1
-1
/
+1
*
Add FP_CONTRACT support for clang.
Lang Hames
2012-10-02
2
-3
/
+5
*
For PPCallbacks::InclusionDirective() add a parameter for the module, whenever
Argyrios Kyrtzidis
2012-09-29
1
-2
/
+4
*
Per discussion in http://lists.cs.uiuc.edu/pipermail/cfe-commits/Week-of-Mon-...
Argyrios Kyrtzidis
2012-09-27
1
-2
/
+2
*
Remove redundant semicolons which are null statements.
Dmitri Gribenko
2012-09-10
2
-2
/
+2
*
Fixing the return type information for objc_sync_enter and objc_sync_exit. P...
Aaron Ballman
2012-09-06
2
-4
/
+4
*
Split library clangRewrite into clangRewriteCore and clangRewriteFrontend.
Ted Kremenek
2012-09-01
19
-63
/
+116
*
Push ArrayRef through the Expr hierarchy.
Benjamin Kramer
2012-08-24
2
-42
/
+25
*
Modern objc translator: Fixes a crash in rewriter when rewriting the API
Fariborz Jahanian
2012-08-21
1
-1
/
+8
*
Store SourceManager pointer on PrintingPolicy in the case where we're dumping,
Richard Smith
2012-08-16
2
-11
/
+8
*
[analyzer] Add Prev/Next links to the HTML output.
Jordan Rose
2012-08-02
1
-1
/
+2
*
clang/lib: [CMake] Update tblgen'd dependencies.
NAKAMURA Takumi
2012-07-27
1
-0
/
+3
*
objective-c modern translator. Provide declaration of
Fariborz Jahanian
2012-07-25
1
-6
/
+3
*
modern objective-c translator: conditionally include
Fariborz Jahanian
2012-07-16
1
-1
/
+5
*
Implement AST classes for comments, a real parser for Doxygen comments and a
Dmitri Gribenko
2012-07-06
1
-0
/
+1
*
objective-c modern translator: synthesize argument type
Fariborz Jahanian
2012-06-29
1
-6
/
+7
*
modern objc translator: string.h is unavailable on some non-OSX
Fariborz Jahanian
2012-06-29
1
-1
/
+1
*
objective-c modern translator: Translation into objc_msgSend_stret
Fariborz Jahanian
2012-06-29
1
-40
/
+115
*
objective-c rewriter: refactoring of rewriting of
Fariborz Jahanian
2012-06-28
1
-25
/
+45
*
Remove a goofy CMake hack and use the standard CMake facilities to
Chandler Carruth
2012-06-21
1
-3
/
+9
*
Restructure how the driver communicates information about the
John McCall
2012-06-20
1
-1
/
+1
*
Documentation cleanup: Escaped backslashes in Doxygen comments.
James Dennett
2012-06-15
1
-1
/
+1
*
Fix crash on missing header in -rewrite-includes.
David Blaikie
2012-06-14
1
-1
/
+2
*
Rename -rewrite-includes to -frewrite-includes.
David Blaikie
2012-06-14
1
-3
/
+3
*
PR13064: Store whether an in-class initializer uses direct or copy
Richard Smith
2012-06-10
2
-15
/
+14
*
Replace a char counting helper function with std::count.
Benjamin Kramer
2012-06-09
1
-12
/
+2
*
Convert comments to proper Doxygen comments.
Dmitri Gribenko
2012-06-08
1
-5
/
+5
*
Disable _Pragma during HTML macro rewriting to keep from crashing.
Jordan Rose
2012-06-08
1
-1
/
+7
*
Revert Decl's iterators back to pointer value_type rather than reference valu...
David Blaikie
2012-06-06
2
-19
/
+19
*
Add a -rewrite-includes option, which is similar to -rewrite-macros, but only...
David Blaikie
2012-06-06
3
-0
/
+380
*
Fix typos found by http://github.com/lyda/misspell-check
Benjamin Kramer
2012-06-02
2
-2
/
+2
*
clang/lib/Rewrite/Rewriter.cpp: Don't try to rename opened files on Win32. Wi...
NAKAMURA Takumi
2012-05-27
1
-0
/
+4
*
cleanup some code.
Fariborz Jahanian
2012-05-24
1
-3
/
+2
*
modern objc translation: Add translation of @autoreleasepool
Fariborz Jahanian
2012-05-23
1
-0
/
+25
*
Adds a method overwriteChangedFiles to the Rewriter. This is implemented by
Manuel Klimek
2012-05-22
1
-1
/
+69
*
Modern objective-c translation. Translating default
Fariborz Jahanian
2012-05-08
1
-19
/
+74
*
modern objc translation. objc_getClass() and objc_getMetaClass()
Fariborz Jahanian
2012-05-08
1
-17
/
+14
*
Revert r156097, which appears to be causing some breakage.
Douglas Gregor
2012-05-07
1
-2
/
+2
*
objc modern translator: fix up attribute for dynamic property in a category.
Fariborz Jahanian
2012-05-03
1
-1
/
+1
*
modern objc translator: support for default property
Fariborz Jahanian
2012-05-03
1
-15
/
+31
*
modern objc translator: used size_t in couple
Fariborz Jahanian
2012-05-03
1
-2
/
+2
[next]