- 8038d51 Various minor fixes to PCH reading and writing, with general by Douglas Gregor · 16 years ago
- f04ad69 improve punctuation by Chris Lattner · 16 years ago
- 0b1fb98 Arrange for the preprocessor to be passed down into the PCH writer. by Chris Lattner · 16 years ago
- cadbe1c add PCH stuff to project by Chris Lattner · 16 years ago
- 4fa37ac use doug's new %S thing to make this work when run from different locations. by Chris Lattner · 16 years ago
- 871eb7c Fix typo. by Ted Kremenek · 16 years ago
- 245d814 Update analyzer build. by Ted Kremenek · 16 years ago
- ec13d92 Add prototype for CodeTextRegion. by Zhongxing Xu · 16 years ago
- cf665e1 update analyzer doc. by Zhongxing Xu · 16 years ago
- 3330dcb Finally nuke loc::SymbolVal. by Zhongxing Xu · 16 years ago
- 2893589 typos by Chris Lattner · 16 years ago
- 2f1169f Use correct alignment and size for references in records as well. by Anders Carlsson · 16 years ago
- 4df2114 Wording changes. by Ted Kremenek · 16 years ago
- ed86931 Add blurb about attribute "analyzer_noreturn" by Ted Kremenek · 16 years ago
- 12e330c Rename variables to avoid conflict. by Anders Carlsson · 16 years ago
- 1b78276 Add Expr::EvaluateAsLValue which will (believe it or not) try to evaluate an Expr as an LValue. by Anders Carlsson · 16 years ago
- f093023 Fix thinko noticed by Chris. by Anders Carlsson · 16 years ago
- 4cc2cfd Use the same alignment for reference declarations as for pointer declarations. by Anders Carlsson · 16 years ago
- c1da56e fix indentation by Chris Lattner · 16 years ago
- 3a0fd13 Split failing test case from misc-ps.m to misc-ps-ranges.m (which tests by Ted Kremenek · 16 years ago
- 14f7900 PCH serialization/deserialization of the source manager. With this by Douglas Gregor · 16 years ago
- 52e5602 Fix: <rdar://problem/6776949> Branch condition evaluates to an uninitialized value (argc is guaranteed to be >= 1) by Ted Kremenek · 16 years ago
- 11c7d32 Make messages consistent. by Chris Lattner · 16 years ago
- b75863d reject codegen of __thread variables as unimplemented, rdar://6775265 by Chris Lattner · 16 years ago
- b725232 Implement attribute "analyzer_noreturn" (<rdar://problem/6777003>). This allows by Ted Kremenek · 16 years ago
- 2cf2634 Implementation of pre-compiled headers (PCH) based on lazy by Douglas Gregor · 16 years ago
- 8d7f548 - Move ownership of MemRegionManager into ValueManager. by Ted Kremenek · 16 years ago
- c612f7b Add @encode support for complex types. by Anders Carlsson · 16 years ago
- 6ab3524 Propagate the ASTContext to various AST traversal and lookup functions. by Douglas Gregor · 16 years ago
- d296836 Add some FIXMEs for missing checks. by Eli Friedman · 16 years ago
- 1177f91 document the x86 address space extension for GS. by Chris Lattner · 16 years ago
- 5890c63 Fix grammar. Bold face feature points. by Ted Kremenek · 16 years ago
- 8e16408 More cleanup. by Ted Kremenek · 16 years ago
- b7fd6b0 More cleanups. by Ted Kremenek · 16 years ago
- cfa8d57 Add link from internals manual to PTH documentation. by Ted Kremenek · 16 years ago
- 07f08d2 Minor cleanups. Added a blurb about the advantages of fast PTH file generation. by Ted Kremenek · 16 years ago
- c36c540 Simple DeclContext's internal representation by always storing a by Douglas Gregor · 16 years ago
- 8e5fb28 Remove SVal::MakeZero and replace it with ValueManager::makeZeroVal. by Ted Kremenek · 16 years ago
- 7a0048b Add more builtin definitions, including strcmp. - PR3964. by Daniel Dunbar · 16 years ago
- 044b6f0 analyzer: Introduce a new class, ValueManager, that serves as an aggregate by Ted Kremenek · 16 years ago
- dab44da Update analyzer build. by Ted Kremenek · 16 years ago
- c565b63 stop using loc::SymbolVal and clean up code with new API. by Zhongxing Xu · 16 years ago
- 021887e clean up code with new API. by Zhongxing Xu · 16 years ago
- caf8ce1 clean up code with new API. by Zhongxing Xu · 16 years ago
- 9cafcd5 clean up code with new API. by Zhongxing Xu · 16 years ago
- cfe2991 clean up code with new API. by Zhongxing Xu · 16 years ago
- ea7c5ce stop using loc::SymbolVal. by Zhongxing Xu · 16 years ago
- 8944c49 stop using loc::SymbolVal. by Zhongxing Xu · 16 years ago
- f97c070 stop using loc::SymbolVal. by Zhongxing Xu · 16 years ago
- bd41db9 clean up code with new API. by Zhongxing Xu · 16 years ago
- 6782f75 clean up code with new API. by Zhongxing Xu · 16 years ago
- fe1635b Add a new method because sometimes the type of the conjured symbol is not the by Zhongxing Xu · 16 years ago
- 9e82acb make a conjured symbol as the original code. by Zhongxing Xu · 16 years ago
- 51ae790 clean up code with new API. by Zhongxing Xu · 16 years ago
- f8769c8 Fix a null pointer dereference error due to state caching in a loop involving by Ted Kremenek · 16 years ago
- 867418f Create a symbolic region instead of a loc::SymbolVal. This is a continued step by Zhongxing Xu · 16 years ago
- fe630b9 GRExprEngine: Don't try to reason about the size of 'void' for the return type by Ted Kremenek · 16 years ago
- 24ae89a Another ParentMap bug: only the right side of a comma expression is consumed. by Ted Kremenek · 16 years ago
- e644939 Fix another regression introduced by changes to the analyzer's reasoning about by Ted Kremenek · 16 years ago
- 95bf5d6 Make -include, -imacros paths absolute in Frontend. by Daniel Dunbar · 16 years ago
- e8dbf06 Refactor/cleanup reasoning of nil receivers in message expressions. by Ted Kremenek · 16 years ago
- c21c485 Driver: Split out CPP specific options for clang so that we don't end by Daniel Dunbar · 16 years ago
- a0c3e9c Fix <rdar://problem/6770998> make cast of super illegal (again:-) by Steve Naroff · 16 years ago
- 782f397 Use the new EmitCallArgs function. No indented functionality change. by Anders Carlsson · 16 years ago
- 748dd20 Force triple for these tests. by Daniel Dunbar · 16 years ago
- 247aaa6 add driver support for -Wno-trigraphs by Chris Lattner · 16 years ago
- d613c3d add support for -Wtrigraphs and -Wno-trigraphs. by Chris Lattner · 16 years ago
- 0c7ce5b Added a FIXME. by Fariborz Jahanian · 16 years ago
- a2cf28c add driver headers to xcode proj by Chris Lattner · 16 years ago
- 9b2ce37 implement -imacros support in driver. by Chris Lattner · 16 years ago
- fd10511 finish the implementation of -imacros. The driver still needs to be hooked up. by Chris Lattner · 16 years ago
- 0139bb9 Add code for emitting call arguments (not used yet). by Anders Carlsson · 16 years ago
- e9918d2 We weren't generating correct code for calls to variadic member functions. by Anders Carlsson · 16 years ago
- 4af4412 Fix buffer overrun when laying out synthesized ivars. by Daniel Dunbar · 16 years ago
- b31ac22 According to the GCC man page, all -imacros are included before any -include's. by Chris Lattner · 16 years ago
- fbb2298 properly escape filenames when generating implicit #includes, this handles by Chris Lattner · 16 years ago
- d286992 Fixed a problem using property syntax on a 'super' used as receiver. by Fariborz Jahanian · 16 years ago
- 0f78fea Use presumed location to get line number info. by Devang Patel · 16 years ago
- da9ae60 Enhance analyzer reasoning about sending messages to nil. A nil receiver returns 0 for scalars of size <= sizeof(void*). by Ted Kremenek · 16 years ago
- e42ac98 Fix bug in ParentMap::isConsumedExpr. A BinaryOperator always "consumes" the by Ted Kremenek · 16 years ago
- de07665 reject the #__include_macros directive unless it comes from the by Chris Lattner · 16 years ago
- b8e240e Add initial support for -imacros. Right now it has the same semantics as by Chris Lattner · 16 years ago
- 3bbc753 More fixes to builtin preprocessor defines. by Daniel Dunbar · 16 years ago
- 9158804 Sema::CheckConditionalOperands(): Soften pointer/integer mismatch from error->warning. by Steve Naroff · 16 years ago
- ab4eff6 Make sure value is initialized when built w/o asserts. by Daniel Dunbar · 16 years ago
- 2c2d9dc -Wmissing-prototypes shouldn't complain about main() missing a prototype. by Douglas Gregor · 16 years ago
- edfa02b Darwin ld: Unconditionally add -lstdc++ if we are pretending to be g++. by Daniel Dunbar · 16 years ago
- 0a06999 use escapes. by Chris Lattner · 16 years ago
- cdf59da some minor edits by Chris Lattner · 16 years ago
- c9abc04 Make debug info work when using -save-temps. by Daniel Dunbar · 16 years ago
- 797a247 Initial draft of PTH internals. by Ted Kremenek · 16 years ago
- e9352cc Add a destination type argument to EmitConstantExpr. This will be used for when the destination has a reference type. (No functionality change yet) by Anders Carlsson · 16 years ago
- 8158a2f Implementation definition of interfaces with __objc_exception attribute. by Daniel Dunbar · 16 years ago
- 75c47a5 Pointer width on targets like PIC16 is 16-bit, while the valid index size to GEP is only 32 or 64. So promote index to 32 in such cases. by Sanjiv Gupta · 16 years ago
- 837e897 remove fixme! by Chris Lattner · 16 years ago
- 56473d3 fix typo, noticed by Gabor by Chris Lattner · 16 years ago
- a27e5fe improve compatibility with VC+, patch by John Thompson! by Chris Lattner · 16 years ago
- 899b3de New static analyzer check by Nikita Zhuk! by Ted Kremenek · 16 years ago
- 9fd0b1f Set __PIC__ (more) correctly. by Daniel Dunbar · 16 years ago
- a17d7cc Don't assume that a block always has a FunctionProtoType. Fixes rdar://6768379. by Anders Carlsson · 16 years ago