Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
clang
/
4b6df3fa953267c5d755628c8afd818bb571e579
/
clang.xcodeproj
/
project.pbxproj
4b6df3f
Fixed all my recent test cases to have the RUN command and
by Fariborz Jahanian
· 17 years ago
16533e5
move DeclObjc.h down to be alphabetically organized
by Chris Lattner
· 17 years ago
3a165b0
by Steve Naroff
· 17 years ago
79139a1
Renamed getCatLoc() to getLocation() to be consistant for such getter names.
by Fariborz Jahanian
· 17 years ago
37e58d1
by Steve Naroff
· 17 years ago
7ed9e0f
Unified such names as protocol references, instance methods and class methods
by Fariborz Jahanian
· 17 years ago
6a8a9a4
by Steve Naroff
· 17 years ago
8f3fde0
This patch introduces the ObjcCategoryImplDecl class and does the checking related to
by Fariborz Jahanian
· 17 years ago
980e508
by Steve Naroff
· 17 years ago
9d048ff
Removed use of hash table for class decls and do a name look up directly.
by Fariborz Jahanian
· 17 years ago
bcfb06a
by Steve Naroff
· 17 years ago
d0b0154
Patch for method implementation. It populates ObjcImplementationDecl object with method implementation declarations .
by Fariborz Jahanian
· 17 years ago
a9c0102
objc messages have side effects, return true from hasLocalSideEffect, fixing:
by Chris Lattner
· 17 years ago
a689512
Updated XCode project to reflect that DataflowValues.h and DataflowSolver.h have
by Ted Kremenek
· 17 years ago
ccb4f31
This patch introduces a new class to keep track of class implementation info. It also adds more
by Fariborz Jahanian
· 17 years ago
764a7ce
Make case sorting deterministic by not depending on pointer
by Chris Lattner
· 17 years ago
4f5a2ab
Updated XCode project with locations of "Analysis" visitor header files.
by Ted Kremenek
· 17 years ago
80de08f
Added support to clang driver to view ASTs using GraphViz. This
by Ted Kremenek
· 17 years ago
563477d
by Steve Naroff
· 17 years ago
475d4aa
Re-added UninitializedValues.cpp to the XCode project because the file was renamed.
by Ted Kremenek
· 17 years ago
37387c9
by Steve Naroff
· 17 years ago
d2aecc3
Added ASTConsumer.h to XCode project.
by Ted Kremenek
· 17 years ago
3f128ad
by Steve Naroff
· 17 years ago
580980b
switch the llvm emitter to ASTConsumer interface.
by Chris Lattner
· 17 years ago
8bd12b8
Initial checkin of rewriter interface. It is just stubbed out for now.
by Chris Lattner
· 17 years ago
08d92e4
by Steve Naroff
· 17 years ago
a1dff2e
Added several files to XCode project file...
by Ted Kremenek
· 17 years ago
7421664
by Steve Naroff
· 17 years ago
b04a021
Patch to store ivars into interface class object.
by Fariborz Jahanian
· 17 years ago
9474504
by Steve Naroff
· 17 years ago
7d6402f
Patch for collecting ivars before running action on them.
by Fariborz Jahanian
· 17 years ago
a9aa5e6
by Steve Naroff
· 17 years ago
8b2d2fd
Added files CFGStmtVisitor and DataflowStmtVisitor to XCode project.
by Ted Kremenek
· 17 years ago
4473921
by Steve Naroff
· 17 years ago
8a4010d
Change ObjcMethodDecl class derivation.
by Fariborz Jahanian
· 17 years ago
2bd42fa
Some small tweaks to the recent Objc support...
by Steve Naroff
· 17 years ago
055c275
Added "Dead Stores", a flow-sensitive checker that checks for stores
by Ted Kremenek
· 17 years ago
e4e6334
Added an early implementation of Live-Variables analysis built on
by Ted Kremenek
· 17 years ago
f28b264
by Steve Naroff
· 17 years ago
7cf8c44
by Steve Naroff
· 17 years ago
98414c1
Fix a bug/missing-feature Ted noticed: the 'unused' warning should not
by Chris Lattner
· 17 years ago
42a509f
Added "PrinterHelper" interface (include/AST/PrinterHelper) that can
by Ted Kremenek
· 17 years ago
e300c87
Teach the stmtdumper to dump location/range info when a SourceMgr is available.
by Chris Lattner
· 17 years ago
b7f6e08
Implement GCC-compatible layout and typing of enum constants and enum decl.
by Chris Lattner
· 17 years ago
26b8ff4
by Steve Naroff
· 17 years ago
5d66145
add a new ImaginaryLiteral AST node that is used to
by Chris Lattner
· 17 years ago
8f08cb7
refactor enough of the top-level parsing logic to parse and
by Chris Lattner
· 17 years ago
1f1ded9
Teach emit-llvm for scalars to properly handle compound assignment
by Chris Lattner
· 17 years ago
a66622a
Added ExprCXX.cpp
by Ted Kremenek
· 17 years ago
7f02f72
completely refactor codegen of scalar expressions out into its own CGExprScalar.cpp file.
by Chris Lattner
· 17 years ago
566b6ce
rename two files.
by Chris Lattner
· 17 years ago
6efc4d3
detect and diagnose empty case ranges:
by Chris Lattner
· 17 years ago
29b2cb1
Parse ObjC @protocol expressions.
by Anders Carlsson
· 17 years ago
09ff812
add cfg.h/cfg.cpp to the xcode project at Ted's request.
by Chris Lattner
· 17 years ago
776c649
minor nicities.
by Chris Lattner
· 17 years ago
5508518
Implement parsing and code generation of Objective-C string literals.
by Anders Carlsson
· 17 years ago
b6ef18a
Split complex arithmetic codegen out from aggregate codegen.
by Chris Lattner
· 17 years ago
c5598cb
Switch StmtVisitor from using dynamic to static dispatch. This makes it
by Chris Lattner
· 17 years ago
c9e2091
Implement code generation for constant CFStrings.
by Anders Carlsson
· 17 years ago
59907c4
initial support for checking format strings, patch by Ted Kremenek:
by Chris Lattner
· 17 years ago
af6f528
New file, just a placeholder for now.
by Chris Lattner
· 17 years ago
6000dac
add a new AST dumper interface (E->dump()). This dumps out
by Chris Lattner
· 17 years ago
94f05e3
Implement codegen for __builtin_choose_expr. For example:
by Chris Lattner
· 17 years ago
441995e
by Steve Naroff
· 17 years ago
2ad07f0
add internals manual to project
by Chris Lattner
· 17 years ago
b39eec4
add two missing files to the xcode project.
by Chris Lattner
· 17 years ago
befee48
make isPointerType() a pure predicate, rename the
by Chris Lattner
· 17 years ago
d1861fd
by Steve Naroff
· 17 years ago
700204c
by Steve Naroff
· 17 years ago
5e36a7a
Add a cache to SourceManager to accellerate line # lookup. This is a
by Chris Lattner
· 17 years ago
9c68306
Fix a really subtle bug in the macro expander caching code, where
by Chris Lattner
· 17 years ago
731ec57
Minor simplification to Expr::isLvalue().
by Steve Naroff
· 17 years ago
60c3a1b
Update project for LexerToken.h -> Token.h
by Chris Lattner
· 17 years ago
464175b
initial layout support for structures and unions. This isn't actually
by Chris Lattner
· 17 years ago
c80b4ee
by Steve Naroff
· 17 years ago
136f93a
Make octal constant lexing use AdvanceToTokenCharacter to give more
by Chris Lattner
· 17 years ago
fa7c645
"Someone typed "PtrToInt" where they meant "IntToPtr".
by Chris Lattner
· 17 years ago
c63b96a
by Steve Naroff
· 17 years ago
5f016e2
Stage two of getting CFE top correct.
by Reid Spencer
· 17 years ago