Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
clang
/
e933450535ab077b95e59f929a4ccb25b6f360e6
e933450
Fix CFG construction bug:
by Ted Kremenek
· 16 years ago
6aa9e8a
Fix FindSpecRefs to be Python 2.4 compatible and get the SVN revision
by Daniel Dunbar
· 16 years ago
7ad1b1f
Prevent invalid warnings about incomplete implementations for methods
by Daniel Dunbar
· 16 years ago
f557fb7
fix running tests with valgrind (there were a lot of bogus failures and warnings)
by Nuno Lopes
· 16 years ago
95aa105
scan-build:
by Ted Kremenek
· 17 years ago
39218df
Touchup CheckSingleAssignmentConstraints() and CheckCompareOperands() to check for block pointers.
by Steve Naroff
· 17 years ago
bfdcae6
Fix a handful of typos (closure->block) to avoid confusion.
by Steve Naroff
· 17 years ago
1c7d067
Add type checking for blocks.
by Steve Naroff
· 17 years ago
3a2c744
Generate error if we try to implicit cast between different address spaces
by Mon P Wang
· 17 years ago
b21d6af
Add some Objective-C code generation tests.
by Daniel Dunbar
· 17 years ago
c67876d
NeXT: Emit lazy reference to Protocol class for forward protocol
by Daniel Dunbar
· 17 years ago
90df4b6
Avoid superfluous errors regarding variable-length arrays (casts).
by Daniel Dunbar
· 17 years ago
80e62c2
Implement codegen of aggregates as lvalues in binary expressions,
by Daniel Dunbar
· 17 years ago
3b6eede
Updated checker build.
by Ted Kremenek
· 17 years ago
01479d0
Capture 'uname' and 'gcc -v' output to .info files.
by Ted Kremenek
· 17 years ago
607b17b
Update TestRunner to not report failure for XFAIL tests
by Daniel Dunbar
· 17 years ago
628a42e
Output "ANALYZE:" diagnostics to STDOUT instead of STDERR.
by Ted Kremenek
· 17 years ago
9a3c7da
ccc-analyzer:
by Ted Kremenek
· 17 years ago
33ad012
Set register storage class correctly for function parameters. - PR2730
by Daniel Dunbar
· 17 years ago
ea644d8
Following gcc's behavior, only enable trigraphs if '-trigraphs' or '-ansi' is
by Ted Kremenek
· 17 years ago
d600331
Add svn:ignore on SemaObjC/Output.
by Daniel Dunbar
· 17 years ago
d417d96
Add two test cases for builtins (mostly related to object size builtins).
by Daniel Dunbar
· 17 years ago
d5f8a4f
Add __builtin_object_size support.
by Daniel Dunbar
· 17 years ago
b0a86c2
Modify object size checking builtins to lower to libc calls.
by Daniel Dunbar
· 17 years ago
4eb206b
Add semantic analysis for "blocks".
by Steve Naroff
· 17 years ago
a89d197
Fix 80 col violations.
by Ted Kremenek
· 17 years ago
386c693
Added --use-cxx option to scan-build.
by Ted Kremenek
· 17 years ago
40727a4
Improve type-checking of ?: for Objective-C types.
by Daniel Dunbar
· 17 years ago
60dbad8
Store: (static analyzer)
by Ted Kremenek
· 17 years ago
2307d31
Restore Objective-C dot-syntax access of methods.
by Daniel Dunbar
· 17 years ago
e66f4e3
Fix ObjCPropertRefExpr to be able to encode all the information for
by Daniel Dunbar
· 17 years ago
7e8cc57
When creating CXXRecordDecls and RecordDecls within ActOnTag, hook up the new [CXX]RecordDecl with the RecordDecl chain.
by Ted Kremenek
· 17 years ago
6359792
RecordDecl:
by Ted Kremenek
· 17 years ago
6812a73
RecordDecl serialization:
by Ted Kremenek
· 17 years ago
a39da06
RecordDecl:
by Ted Kremenek
· 17 years ago
df91eca
CXXRecordDecl and RecordDecl:
by Ted Kremenek
· 17 years ago
b4eaf9c
- Implement __block.
by Steve Naroff
· 17 years ago
c9a4eea
Pull code from last commit. will put back soon.
by Steve Naroff
· 17 years ago
042f955
Implement block pseudo-storage class modifiers (__block, __byref).
by Steve Naroff
· 17 years ago
24653e8
recognise .s/.S file extensions. add default value for CCC_LANGUAGES
by Nuno Lopes
· 17 years ago
67c8601
add the other test case for completeness and to avoid regressions in the future
by Nuno Lopes
· 17 years ago
b529d83
Fix for PR2747: allow pointer->int casts with a null base; these are
by Eli Friedman
· 17 years ago
6f7adbd
Fix for PR2750; don't check for an 'e' in the trash after the token.
by Eli Friedman
· 17 years ago
bc88745
An extremely hacky version of transparent_union support; it isn't
by Eli Friedman
· 17 years ago
f1c7b48
Make sure to take the unqualified versions of the canonical types for
by Eli Friedman
· 17 years ago
f43aa44
Fit the comments into 80 columns.
by Zhongxing Xu
· 17 years ago
c119e1d
Updated checker build.
by Ted Kremenek
· 17 years ago
62b6a65
readd test as it passes correctly. nice, but weird
by Nuno Lopes
· 17 years ago
6d4abe1
Backing out r55607 due to logic errors and test regression.
by Eli Friedman
· 17 years ago
758d6ef
Updated checker build.
by Ted Kremenek
· 17 years ago
7fb43c1
Tidy up sema processing of attribute "nonull":
by Ted Kremenek
· 17 years ago
73419bf
fix one more this-is-not-a-constant error. test included
by Nuno Lopes
· 17 years ago
f7e37ce
make CheckArithmeticConstantExpression() aware of &foo and pointers
by Nuno Lopes
· 17 years ago
b381aac
codegen constant data as such. add QualType::isConstant()
by Nuno Lopes
· 17 years ago
cc1b853
Patch by Kovarththanan Rajaratnam!
by Ted Kremenek
· 17 years ago
2abd89c
Handle mutation while enumerating correctly. Fix some bugs.
by Anders Carlsson
· 17 years ago
f484c31
Initial support for CodeGen of for ... in statements.
by Anders Carlsson
· 17 years ago
3d8400d
Stub out CodeGenFunction::EmitObjCForCollectionStmt.
by Anders Carlsson
· 17 years ago
bd4c1ad
Add code to create the fast enumeration state type
by Anders Carlsson
· 17 years ago
4bbef0f
Temporarily disable some tests which due to dot-syntax access of methods.
by Daniel Dunbar
· 17 years ago
1a8f001
Fix indentation on files in CodeGen and Sema.
by Anders Carlsson
· 17 years ago
9584446
Simplify some calls to Builder.CreateCall
by Anders Carlsson
· 17 years ago
7f8ea5c
Add Objective-C property setter support.
by Daniel Dunbar
· 17 years ago
19cd87e
Refactor handling of calls:
by Daniel Dunbar
· 17 years ago
0e194dd
Add newline at end of file.
by Daniel Dunbar
· 17 years ago
d3d8141
Improve ccc:
by Daniel Dunbar
· 17 years ago
662174c8
Downgrade a number of FIXME asserts to ErrorUnsupported. - Notably VLAs
by Daniel Dunbar
· 17 years ago
91c027e
fix a comment that was forgotten in r54071
by Nico Weber
· 17 years ago
491be73
minor cleanup
by Nico Weber
· 17 years ago
d19e21b
Added LLVM comment header.
by Zhongxing Xu
· 17 years ago
39cfed3
Migrate the rest symbolic analysis stuff to BasicConstraintManager.
by Zhongxing Xu
· 17 years ago
85c59ed
Add special "property reference" CodeGen::LValue type for emitting
by Daniel Dunbar
· 17 years ago
d70900b
Remove dead method.
by Ted Kremenek
· 17 years ago
932680e
Add newline to end of file.
by Daniel Dunbar
· 17 years ago
33b5118
Add utils/FindSpecRefs, Python script for generating specification
by Daniel Dunbar
· 17 years ago
2bc39c6
Added "getBindings" and "BindingAsString" to GRStateManager and StoreManager.
by Ted Kremenek
· 17 years ago
561ca4b
Remove BasicStore.h from Xcode project.
by Ted Kremenek
· 17 years ago
c0637cf
Remove BasicStore.h (migrated function prototype for CreateBasicStore() to Store.h)
by Ted Kremenek
· 17 years ago
a3206b4
Remove Regions.cpp from VS project file.
by Ted Kremenek
· 17 years ago
58ecc94
Removed Regions.[h,cpp] from the Xcode project.
by Ted Kremenek
· 17 years ago
05d0977
Remove Regions.h and Regions.cpp, since we are now using an even more abstract representation of "memory regions" in the static analyzer.
by Ted Kremenek
· 17 years ago
5f81c44
Make store "Regions" and "Bindings" more abstract instead of concrete variants.
by Ted Kremenek
· 17 years ago
852119e
Allow 'make TESTDIRS=Sema' in test/ directory for only running a
by Daniel Dunbar
· 17 years ago
fe1ab5e
Updated analyzer build.
by Ted Kremenek
· 17 years ago
6f12007
Use explicit variable instead of $?
by Ted Kremenek
· 17 years ago
296e8d5
Add parser/action support for block literal expressions.
by Steve Naroff
· 17 years ago
982e674
Fixed analyzer caching bug involving the transfer function for loads.
by Ted Kremenek
· 17 years ago
aa1f9f1
Fix isIntegerConstantExpr eval of __builtin_offsetof to return result
by Daniel Dunbar
· 17 years ago
45479c8
Always print out the function we're analyzing.
by Ted Kremenek
· 17 years ago
e6c62e3
Fixed analyzer caching bug in DeclStmt.
by Ted Kremenek
· 17 years ago
9048891
Fix double-free error with sizeof applied to VLA types. - PR2727.
by Daniel Dunbar
· 17 years ago
4ef1c99
Fix Parser::ParseDeclaratorInternal(): add langopts test when recognizing blocks.
by Steve Naroff
· 17 years ago
77a49f6
Fix compilation error on MSVC.
by Argyrios Kyrtzidis
· 17 years ago
56b9871
Ubigraph visualization: represent cached nodes with a different style.
by Ted Kremenek
· 17 years ago
f1f1700
Enhance ubiviz to support vertex styles.
by Ted Kremenek
· 17 years ago
c56f34a
NeXT: Emit mostly-correct property type encoding.
by Daniel Dunbar
· 17 years ago
710ad93
Automatically execute ubiviz.
by Ted Kremenek
· 17 years ago
9b111a0
Update checker build.
by Ted Kremenek
· 17 years ago
cb344d0
Fix regression: immediately terminate ccc-analyzer when gcc reports an error.
by Ted Kremenek
· 17 years ago
6855492
Update Xcode project.
by Ted Kremenek
· 17 years ago
Next »