- ee1ec39 Remove ASTContext::addRecordToClass. by Daniel Dunbar · 16 years ago
- b2dbbb9 Split out getASTObjCImplementationLayout by Daniel Dunbar · 16 years ago
- e5393fb PR4063, with feeling: Chain PP callbacks by default. by Daniel Dunbar · 16 years ago
- fa780fc add a flag to output asm constraints so that we efficiently know by Chris Lattner · 16 years ago
- 3c77f72 Add diagnostic for r70658. by Eli Friedman · 16 years ago
- d875fed Add Sema support for __builtin_setjmp/__builtin_longjmp. The primary by Eli Friedman · 16 years ago
- 08617b1 Driver: Treat -m32 and -m64 as "driver-only" arguments. by Daniel Dunbar · 16 years ago
- a8304f6 Driver: Generate an error when trying to pass an LLVM bc input to a by Daniel Dunbar · 16 years ago
- 11e1b40 DragonFly ToolChain definition for driver. - Patch by Alex Hornung! by Daniel Dunbar · 16 years ago
- f9b8bc6 Downgrade the invalid offsetof error to a warning. by Anders Carlsson · 16 years ago
- 33bbbc5 When determining whether an expression refers to a bit-field, look by Douglas Gregor · 16 years ago
- bfadf55 explicitly know that the alignment of Type* is 3 bits. by Chris Lattner · 16 years ago
- c975bb0 Add Sema checking for __block on vm declarations. Radar 6441502 by Mike Stump · 16 years ago
- 47f7177 When printing a source line as part of a diagnostic, the source line by Douglas Gregor · 16 years ago
- 6d7f149 It's an error to call offsetof on a non-POD type. by Anders Carlsson · 16 years ago
- 55674ac Get rid of CXXDestroyExpr. by Anders Carlsson · 16 years ago
- 8ff59e8 Add a new BFS GRWorkList and make it the default worklist model for by Ted Kremenek · 16 years ago
- 2d44e8a Rename CXXExprWithCleanup to CXXExprWithTemporaries. by Anders Carlsson · 16 years ago
- fffd93f Implement -fmessage-length=N, which word-wraps diagnostics to N columns. by Douglas Gregor · 16 years ago
- e917aa3 Add support for -Wno-format-zero-length. by Eli Friedman · 16 years ago
- 41826bb PR4013 and PR4105: pointer-like types can only be cast to/from integers by Eli Friedman · 16 years ago
- e2f2c16 Use of super class ivar to synthesize property is back to being error. by Fariborz Jahanian · 16 years ago
- 7b9a2ee Make a home for exception specs in the AST. Now Sema can hook them up. by Sebastian Redl · 16 years ago
- 72c9dcd Allow attributes 'objc_ownership_retain' and 'objc_ownership_release' to be by Ted Kremenek · 16 years ago
- b27d117 Hook up Sema support for attributes on Objective-C method declarations that by Ted Kremenek · 16 years ago
- 940ab97 Name the "return-type" DiagGroup and reference it in a few places. by Steve Naroff · 16 years ago
- 2c0ccd0 Warn about invalid return statements by default. by Steve Naroff · 16 years ago
- 09c43d1 accept and ignore two new warning specifiers. -Wno-discard-qual seems easy by Chris Lattner · 16 years ago
- 2df9ced initial support for __[u]int128_t, which should be basically by Chris Lattner · 16 years ago
- ea000bf Sema checking for incorrect placement of __block. Radar 6441502 by Mike Stump · 16 years ago
- e06600c Make DISABLE_SMART_POINTERS work, again by Douglas Gregor · 16 years ago
- 9cd6f0f Change to warning when property uses an ivar in super class by Fariborz Jahanian · 16 years ago
- 0c74e8a Implement semantic analysis for transparent unions. This is largely by Douglas Gregor · 16 years ago
- d49967f BugReporter/PathDiagnostics: by Ted Kremenek · 16 years ago
- 19c30c0 Sema and CodeGen support for attributes on blocks. Radar 6441502 by Mike Stump · 16 years ago
- 8901139 accept and ignore two new warning options. PR410[45] by Chris Lattner · 16 years ago
- 7252713 PR4103: improve source location information for members of the current by Eli Friedman · 16 years ago
- 7dc8134 Have the parser communicate the exception specification to the action. by Sebastian Redl · 16 years ago
- 655f141 implement -Wformat-security properly, which is enabled by default. by Chris Lattner · 16 years ago
- 8746414 add a bunch of individual warnings to -Wformat (which is on by default). by Chris Lattner · 16 years ago
- 5f6cfd2 Wire up -Wformat=2 and -Wformat-extra-args by Chris Lattner · 16 years ago
- 02c2e1f -Wformat should depend on format-extra-args so that -Wformat implies by Chris Lattner · 16 years ago
- be8434a tweak warning options to be more like gcc: by Chris Lattner · 16 years ago
- f7c41da Implement sema checking for noreturn. by Mike Stump · 16 years ago
- bf20dbd Implement ownership attribute 'objc_ownership_make_collectable'. This allows one by Ted Kremenek · 16 years ago
- 0292d99 add support for -Wendif-labels, PR4101 by Chris Lattner · 16 years ago
- 1ab86ac Make all PCH-incompatibility warnings into errors, and abort by Douglas Gregor · 16 years ago
- a02b147 Make the PCH reader use the diagnostics system for its complaints. by Douglas Gregor · 16 years ago
- e3ad881 Implement -Wfour-char-constants, which is an extension, not an extwarn, by Chris Lattner · 16 years ago
- 13c8aa7 Fix a typo noticed by Gabor by Douglas Gregor · 16 years ago
- af1795b Replace a lame fprintf with a slightly-less lame diagnostic by Douglas Gregor · 16 years ago
- 92b059e Implement checking for macro definitions that occur on the command by Douglas Gregor · 16 years ago
- e721f95 Allow some differences between the predefines buffer used to build a by Douglas Gregor · 16 years ago
- b77f41e implement -Wmultichar by Chris Lattner · 16 years ago
- 8a31774 Fix additional issues pointed out in PR4088. by Eli Friedman · 16 years ago
- 9f9bf25 Improve compatibility with GCC regarding inline semantics in GNU89 by Douglas Gregor · 16 years ago
- c71133f Remove unused LangOptions NoExtensions and Boolean. by Eli Friedman · 16 years ago
- eb32fde Simplify the scheme used for keywords, and change the classification by Eli Friedman · 16 years ago
- 4eeab84 Don't allow blocks to be declared as returning an array. Radar 6441502 by Mike Stump · 16 years ago
- 3575f84 CFG: by Ted Kremenek · 16 years ago
- b0156ea A couple more small changes which are probably required for Cygwin by Eli Friedman · 16 years ago
- 4e14823 Attempt to fix reported build error on Cygwin, PR4088. by Eli Friedman · 16 years ago
- ab41e63 Add a header containing the Clang version; make the driver use this by Douglas Gregor · 16 years ago
- d1d64a0 Teach PCH that ASTContext is optional. Move -parse-noop and -Eonly (so far) by Chris Lattner · 16 years ago
- 13e8854 Track down return statements in the handlers of a function-try-block of constructors. Meh ... by Sebastian Redl · 16 years ago
- 2bf1eb0 Be more careful in our teardown of the PCHReader after deciding to by Douglas Gregor · 16 years ago
- 972041f Improve validation of C++ exception handling: diagnose throwing incomplete types and jumps into protected try-catch scopes. by Sebastian Redl · 16 years ago
- b81c170 Add Sema::ExtVectorDecls and Sema::ObjCCategoryImpls to the PCH file. Since these vectors are very, very rarely used and, when used in headers, and even when used are relatively small, we load them eagerly. by Douglas Gregor · 16 years ago
- c6a59e4 Add two new checker-specific attributes: 'objc_ownership_release' and by Ted Kremenek · 16 years ago
- 090d9b5 shrink SOURCE_LOCATION_OFFSETS to use 4-byte entries instead of 8-byte by Chris Lattner · 16 years ago
- 4fed3f4 Implement caching of stat() calls for precompiled headers, which is by Douglas Gregor · 16 years ago
- 4064de9 Add new checker-specific attribute 'objc_ownership_cfretain'. This is the same by Ted Kremenek · 16 years ago
- c732f5a encode the type and decl offsets with 32-bits for entry instead by Chris Lattner · 16 years ago
- ea5ce47 add an abbreviation for common PARM_VAR_DECL. All but 9 of the by Chris Lattner · 16 years ago
- 7f94b0b Load most of the source manager's information lazily from the PCH by Douglas Gregor · 16 years ago
- 02602be unclone SavedStreamPosition by Chris Lattner · 16 years ago
- da93061 read all decls (and attributes and stmts/exprs referenced by the decl) by Chris Lattner · 16 years ago
- 887e2b3 rename GetStmt -> GetDeclStmt to make it clear that the stmt read by Chris Lattner · 16 years ago
- 52e97d1 change the interface to ReadStmt to force clients to pass a cursor in to read from. by Chris Lattner · 16 years ago
- 698f925 split decl reading out to its own PCHReaderDecl.cpp file. by Chris Lattner · 16 years ago
- 4c6f952 split stmt/expr deserialization out to PCHReaderStmt.cpp by Chris Lattner · 16 years ago
- c7c11b1 rdar://6827200 - [sema] reject statically allocated arrays of interface types by Chris Lattner · 16 years ago
- d0359af Change our silencing of C typedef redefinition handling to what we had by Chris Lattner · 16 years ago
- 6367f6d Set up DeclsCursor. by Chris Lattner · 16 years ago
- 5947ca2 fix a comment by starting stmts/exprs after types and decls. by Chris Lattner · 16 years ago
- 04ad9b2 make -Wtypedef-redefinition an extwarn instead of defaulting by Chris Lattner · 16 years ago
- b145b1e make llvm-bcanalyzer dump out PCH files symbolically. We should probably by Chris Lattner · 16 years ago
- 405bad0 Some fixes for PCH (de-)serialization of Objective-C AST nodes: by Douglas Gregor · 16 years ago
- f91f5c8 Add a bit more handling for declarations like "int a[*]". by Eli Friedman · 16 years ago
- b9fa917 Adjust to LLVM API changes that went into r70157. by Chris Lattner · 16 years ago
- d3a413d Implement function-try-blocks. However, there's a very subtle bug that I can't track down. by Sebastian Redl · 16 years ago
- 9a901bb Remove getIntegerConstantExprValue in favor of using EvaluateAsInt. by Eli Friedman · 16 years ago
- 1eb5540 Add PCH read/write support for ObjC statements. by Steve Naroff · 16 years ago
- 49ac881 implement PR4077: [Linux kernel] inscrutable error on inline asm input/output constraint mismatch by Chris Lattner · 16 years ago
- d688761 in a tied operand, don't copy over the name or constraint string, just the flags. by Chris Lattner · 16 years ago
- 2819fa8 pull operands names "[foo]" into ConstraintInfo. by Chris Lattner · 16 years ago
- 432c869 pull the constraint string into the ConstraintInfo struct by Chris Lattner · 16 years ago
- e38be7c Update StmtNodes.def with the new base class of CXXTemporaryObjectExpr by Sebastian Redl · 16 years ago
- 5414fba Add missing include. This fixes the build with gcc 4.3.3. by Torok Edwin · 16 years ago
- 44def07 change TargetInfo::ConstraintInfo to be a struct that contains by Chris Lattner · 16 years ago