| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
(I was going to fix the TODO about DenseMap too, but
that would break self-host right now. See PR11922.)
llvm-svn: 149799
|
|
|
|
| |
llvm-svn: 149798
|
|
|
|
| |
llvm-svn: 147260
|
|
|
|
| |
llvm-svn: 140478
|
|
|
|
| |
llvm-svn: 138689
|
|
|
|
|
|
| |
StringRef::getAsInteger can handle as its second argument
llvm-svn: 138680
|
|
|
|
| |
llvm-svn: 138674
|
|
|
|
|
|
| |
of the migrated files. rdar://10022801
llvm-svn: 138671
|
|
|
|
|
|
|
|
| |
LLVM.h imports
them into the clang namespace.
llvm-svn: 135852
|
|
|
|
| |
llvm-svn: 134876
|
|
|
|
| |
llvm-svn: 134875
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This is a new mode of migration, where we avoid modifying the original files but
we emit temporary files instead.
<path> will be used to keep migration process metadata. Currently the temporary files
that are produced are put in the system's temp directory but we can put them
in the <path> if is necessary.
Also introduce new ARC migration functions in libclang whose only purpose,
currently, is to accept <path> and provide pairs of original file/transformed file
to map from the originals to the files after transformations are applied.
Finally introduce the c-arcmt-test utility that exercises the new libclang functions,
update arcmt-test, and add tests for the whole process.
rdar://9735086.
llvm-svn: 134844
|
|
for this.
llvm-svn: 133104
|