index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
arcmt-test
Age
Commit message (
Expand
)
Author
2013-01-19
these now depend on the bitcode reader too.
Chris Lattner
2012-12-04
Sort #include lines for tools/...
Chandler Carruth
2012-10-23
Make DiagnosticOptions intrusively reference-counted, and make sure
Douglas Gregor
2012-09-01
Split library clangRewrite into clangRewriteCore and clangRewriteFrontend.
Ted Kremenek
2012-08-09
[ms-inline asm] Add various MC components to clang build to support MS-style ...
Chad Rosier
2012-08-08
Add various MC components to clang build to support MS-style inline assembly.
Chad Rosier
2012-06-21
Remove a goofy CMake hack and use the standard CMake facilities to
Chandler Carruth
2012-06-20
Fix a big layering violation introduced by r158771.
Chandler Carruth
2012-06-20
Fix cmake build.
Rafael Espindola
2012-06-20
Structured comment parsing, first step.
Dmitri Gribenko
2012-04-13
Kill the last vestiges of clangIndex
Douglas Gregor
2012-03-11
Unify naming of LangOptions variable/get function across the Clang stack (Lex...
David Blaikie
2012-03-06
Add new code migrator support for migrating existing Objective-C code to use
Ted Kremenek
2012-02-20
Basic: import IntrusiveRefCntPtr<> into clang namespace
Dylan Noblesmith
2012-02-13
drop more llvm:: prefixes on OwningPtr<>
Dylan Noblesmith
2012-02-07
Make use of const-correct ParseCommandLineOptions
David Blaikie
2012-01-26
objc-arc: introduce -no-finalize-removal which in gc mode,
Fariborz Jahanian
2012-01-20
Extract the (InputKind, std::string) pair used to describe inputs to
Douglas Gregor
2011-12-23
Let CompilerInvocation initialization indicate failure
Dylan Noblesmith
2011-11-17
Make 'LangOptions' in CompilerInvocation a heap-allocated, reference counted ...
Ted Kremenek
2011-11-04
[arcmt] In GC, transform NSMakeCollectable to CFBridgingRelease.
Argyrios Kyrtzidis
2011-09-26
Rename VerifyDiagnosticsClient to VerifyDiagnosticConsumer as per issue 5397
David Blaikie
2011-09-25
Rename DiagnosticClient to DiagnosticConsumer as per issue 5397
David Blaikie
2011-09-25
Rename Diagnostic to DiagnosticsEngine as per issue 5397
David Blaikie
2011-09-13
When compiling a module on-demand, re-use the diagnostics client
Douglas Gregor
2011-07-23
Move ArrayRef to LLVM.h and eliminate now-redundant qualifiers, patch by Jon ...
Chris Lattner
2011-07-23
remove unneeded llvm:: namespace qualifiers on some core types now that LLVM....
Chris Lattner
2011-07-09
[arcmt] Introduce new '-ccc-arcmt-migrate <path>' ARC migration driver option.
Argyrios Kyrtzidis
2011-06-18
tools/arcmt-test: Don't attempt to link redundant libclang (clang-c).
NAKAMURA Takumi
2011-06-18
[arcmt] Fix the ARC migrator. -arcmt-modify requires running before the initi...
Argyrios Kyrtzidis
2011-06-16
[arcmt] Make arcmt-test accept cc1 options to make it more portable and hopef...
Argyrios Kyrtzidis
2011-06-15
The ARC Migration Tool. All the credit goes to Argyrios and Fariborz
John McCall