index
:
delta/clang.git
baserock/flang
google/stable
google/testing
master
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
release_34
release_35
release_35@215011
release_36
release_37
release_38
release_39
release_40
release_50
release_60
release_70
release_80
release_90
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
llvm.org: Obsolete (use llvm)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
clang.xcodeproj
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove clang-cc tool, it has joined in unholy union with clang.
Daniel Dunbar
2009-12-12
1
-12
/
+4
*
Fix tabs.
Anders Carlsson
2009-12-10
1
-1
/
+1
*
Add CGDeclCXX.cpp and move EmitCXXGlobalVarDeclInit there.
Anders Carlsson
2009-12-10
1
-1
/
+5
*
Update .xcodeproj file
Anders Carlsson
2009-12-05
1
-4
/
+4
*
Update project file.
Anders Carlsson
2009-11-24
1
-12
/
+12
*
Move GlobalDecl to its own file. Also add DenseMapInfo traits.
Anders Carlsson
2009-11-13
1
-0
/
+2
*
Update xode project.
Anders Carlsson
2009-11-10
1
-0
/
+12
*
Add CGException.cpp, to be used for exception related code generation.
Anders Carlsson
2009-10-30
1
-0
/
+4
*
Add some missing header files to the Xcode project.
Steve Naroff
2009-10-26
1
-0
/
+14
*
Move the vtable builder to CGVtable.cpp, general cleanup.
Anders Carlsson
2009-10-11
1
-0
/
+6
*
Move our (non-existing) RTTI emission code into CGRtti.cpp. No functionality ...
Anders Carlsson
2009-10-10
1
-0
/
+4
*
Update Xcode project.
Anders Carlsson
2009-10-09
1
-6
/
+0
*
Add code completion support for ObjC property declarations/attributes.
Steve Naroff
2009-10-08
1
-0
/
+2
*
Add files to xcode project.
Anders Carlsson
2009-10-06
1
-0
/
+6
*
Move some functions from CodeGenFunctions to CodeGenModule so they can be use...
Anders Carlsson
2009-10-03
1
-1
/
+1
*
Add a -dump-record-layouts argument to clang-cc.
Anders Carlsson
2009-09-24
1
-1
/
+1
*
implement support for __builtin_eh_return_data_regno on x86-32 and x86-64.
Chris Lattner
2009-09-23
1
-4
/
+0
*
Fix indentation in xcode project.
Anders Carlsson
2009-09-23
1
-1
/
+1
*
Move codegen of new and delete to CGCXXExpr.cpp
Anders Carlsson
2009-09-22
1
-0
/
+4
*
(With Doug's help) fix a crash in the code completion code that lead to a tes...
Anders Carlsson
2009-09-22
1
-4
/
+10
*
clean up xcode proj
Chris Lattner
2009-09-18
1
-2
/
+2
*
x86-64 ABI: If a type is a C++ record with either a non-trivial destructor or...
Anders Carlsson
2009-09-16
1
-1
/
+1
*
Rename AddressCXXOfBaseClass to GetAddressCXXOfBaseClass. Add a NullCheckValu...
Anders Carlsson
2009-09-12
1
-1
/
+1
*
Add CGCXXClass.cpp. and move CodeGenFunction::AddressCXXOfBaseClass there.
Anders Carlsson
2009-09-12
1
-0
/
+4
*
More fleshing out the C-based indexing API (under construction).
Steve Naroff
2009-08-31
1
-0
/
+12
*
Lot's of little changes to get the C-based indexing API going...
Steve Naroff
2009-08-28
1
-0
/
+18
*
Fill in Index.h header file and add stubs to implementation file.
Steve Naroff
2009-08-27
1
-0
/
+10
*
Add the partially implemented PartialDiagnostic class.
Anders Carlsson
2009-08-26
1
-0
/
+2
*
Update Xcode project file to include indexing source files.
Steve Naroff
2009-08-25
1
-0
/
+128
*
Update Xcode project.
Anders Carlsson
2009-08-19
1
-5
/
+11
*
Add a CastKind enum to CastExpr. Right now it's not used for much but it will...
Anders Carlsson
2009-07-31
1
-5
/
+5
*
No longer need to keep base class offsets in the offset
Fariborz Jahanian
2009-07-29
1
-1
/
+1
*
Check in CGRecordLayoutBuilder which is a reimplementation of the record lay...
Anders Carlsson
2009-07-23
1
-0
/
+6
*
Add a new ASTRecordLayoutBuilder class. Not used yet.
Anders Carlsson
2009-07-18
1
-4
/
+6
*
Revert r75641.
Anders Carlsson
2009-07-18
1
-4
/
+4
*
Rename RecordLayout.h to ASTRecordLayout.h
Anders Carlsson
2009-07-14
1
-4
/
+4
*
Add a DecltypeType type.
Anders Carlsson
2009-06-24
1
-2
/
+2
*
[class.local] p1 and p3. Also, add back the xcodeproj file.
Anders Carlsson
2009-06-24
1
-0
/
+1844
*
Remove old Xcode project. We can now automatically generate an Xcode project...
Ted Kremenek
2009-06-23
1
-1844
/
+0
*
remove extraneous diff.
Chris Lattner
2009-06-16
1
-2
/
+0
*
my refactoring of builtins changed target-specific builtins to only be
Chris Lattner
2009-06-16
1
-0
/
+2
*
move the various builtins stuff from libast to libbasic. This
Chris Lattner
2009-06-14
1
-18
/
+14
*
Use the correct indentation for DeclTemplate.cpp
Anders Carlsson
2009-06-04
1
-1
/
+1
*
Add DeclPrinter.cpp
Anders Carlsson
2009-06-04
1
-0
/
+4
*
Make sure to call FullExpr before parsing anything else.
Anders Carlsson
2009-06-04
1
-3
/
+3
*
Use the right indentation for CGCXXTemp.cpp
Anders Carlsson
2009-06-04
1
-1
/
+1
*
Update Xcode project
Douglas Gregor
2009-06-04
1
-0
/
+4
*
Move code generation of C++ temporaries into a new file.
Anders Carlsson
2009-06-03
1
-0
/
+4
*
Update Xcode project
Anders Carlsson
2009-05-30
1
-66
/
+68
*
Remove AstGuard.h from Xcode project.
Anders Carlsson
2009-05-26
1
-2
/
+0
[next]