index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Rewrite
Age
Commit message (
Expand
)
Author
2013-05-03
Remove DiagnosticConsumer::clone(), a bad idea that is now unused.
Douglas Gregor
2013-04-16
rewrite-includes: Rewrite __has_include(_next) to get rid of a host dependency.
Benjamin Kramer
2013-04-10
[frontend] -frewrite-includes: turn implicit module imports into @imports.
Argyrios Kyrtzidis
2013-04-10
[frontend] -frewrite-includes: if there was no inclusion, don't add lineinfo ...
Argyrios Kyrtzidis
2013-04-03
Add 178663 back.
Rafael Espindola
2013-04-03
Revert 178663.
Rafael Espindola
2013-04-03
Objective-C modern rewriter. Fixes a bug
Fariborz Jahanian
2013-04-03
Don't compute a patched/semantic storage class.
Rafael Espindola
2013-03-15
Add some assertions to appease the static analyzer.
Jordan Rose
2013-03-08
ArrayRef-ize ASTContext::getFunctionType and Sema::BuildFunctionType.
Jordan Rose
2013-02-16
Use trailing documentation comments properly
Dmitri Gribenko
2013-02-11
objective-C modern translator: Fixes a mistranslation
Fariborz Jahanian
2013-02-08
Excise <cctype> from Clang (except clang-tblgen) in favor of CharInfo.h.
Jordan Rose
2013-02-08
objective-C modern translation: Fix another random translation bug
Fariborz Jahanian
2013-02-08
objective-C modern translator. Fixes a trivial
Fariborz Jahanian
2013-02-08
objective-C modern translator. Generate #line
Fariborz Jahanian
2013-02-07
objective-C modern translator. More fixups for
Fariborz Jahanian
2013-02-07
objective-C modern translator. Fix up the translated
Fariborz Jahanian
2013-01-16
Rework the traversal of Objective-C categories and extensions to
Douglas Gregor
2013-01-12
Remove useless 'llvm::' qualifier from names like StringRef and others that are
Dmitri Gribenko
2013-01-04
Fix indent and remove parameter with a matching default value.
Chad Rosier
2012-12-21
Remove duplicate includes.
Roman Divacky
2012-12-20
Revert r170500. It over-zealously converted *ALL* things named Attributes, wh...
Bill Wendling
2012-12-19
Rename the 'Attributes' class to 'Attribute'. It's going to represent a singl...
Bill Wendling
2012-12-13
Using CanQualType::getAs<ArrayType> is unsafe; fix the code currently using it,
Eli Friedman
2012-12-04
Sort all of Clang's files under 'lib', and fix up the broken headers
Chandler Carruth
2012-12-01
Make helper classes anonymous. Make helper functions static instead of privat...
Benjamin Kramer
2012-12-01
Include pruning and general cleanup.
Benjamin Kramer
2012-12-01
Don't include Type.h in DeclarationName.h.
Benjamin Kramer
2012-12-01
Pull the Attr iteration parts out of Attr.h, so including DeclBase.h doesn't ...
Benjamin Kramer
2012-11-28
objective-C blocks: Make sure that identical logic is used
Fariborz Jahanian
2012-11-16
Make libASTMatchers link its dependencies. libRewriteFrontend depends on libR...
Benjamin Kramer
2012-11-07
objective-C modern translator. Start the line
Fariborz Jahanian
2012-11-07
modern ObjC translator. Insert line number for @synchronized statements.
Fariborz Jahanian
2012-11-06
objective-C modern rewriter. Insert line numbers in
Fariborz Jahanian
2012-11-06
RewriteModernObjC.cpp: Use Lexer::Stringify() on the file name of #line direc...
NAKAMURA Takumi
2012-11-06
Modern objective-C translator: Start adding line info to the
Fariborz Jahanian
2012-10-23
Make DiagnosticOptions intrusively reference-counted, and make sure
Douglas Gregor
2012-10-11
Remove pointless classof()'s.
Sean Silva
2012-10-02
Silencing an MSVC warning about */ being found outside of a comment.
Aaron Ballman
2012-10-02
Add FP_CONTRACT support for clang.
Lang Hames
2012-09-29
For PPCallbacks::InclusionDirective() add a parameter for the module, whenever
Argyrios Kyrtzidis
2012-09-27
Per discussion in http://lists.cs.uiuc.edu/pipermail/cfe-commits/Week-of-Mon-...
Argyrios Kyrtzidis
2012-09-10
Remove redundant semicolons which are null statements.
Dmitri Gribenko
2012-09-06
Fixing the return type information for objc_sync_enter and objc_sync_exit. P...
Aaron Ballman
2012-09-01
Split library clangRewrite into clangRewriteCore and clangRewriteFrontend.
Ted Kremenek
2012-08-24
Push ArrayRef through the Expr hierarchy.
Benjamin Kramer
2012-08-21
Modern objc translator: Fixes a crash in rewriter when rewriting the API
Fariborz Jahanian
2012-08-16
Store SourceManager pointer on PrintingPolicy in the case where we're dumping,
Richard Smith
2012-08-02
[analyzer] Add Prev/Next links to the HTML output.
Jordan Rose
[next]