- 9a700d2 Re-apply r103581 with updated tests. It turns out we were computing bogus locations for by Ted Kremenek · 15 years ago
- 20f9ba7 Temporarily revert r103581 so I can fix the failing tests. by Ted Kremenek · 15 years ago
- b5fb6ac Correctly check if a cursor is a declaration before returning its location/range in clang_getCursorLocation()/clang_getCursorExtent(). This fixes a horrible bug reported in by Ted Kremenek · 15 years ago
- ab1af60 Remove debugging aids I did not intend to commit. by Ted Kremenek · 15 years ago
- a333c66 Adjust clang_annotateTokens() to correctly account for the TypeSourceInfo for DeclaratorDecls by Ted Kremenek · 15 years ago
- 984ec48 don't force 16 threads. by Chris Lattner · 15 years ago
- 5e2a7ac Improve commentary on the indirect-goto jump scope checker and extract by John McCall · 15 years ago
- ebc2fb2 Correct spelling of expected error message. Apparently I forgot to re-run by John McCall · 15 years ago
- ddb0b4d When checking scopes for indirect goto, be more permissive (but still safe) by John McCall · 15 years ago
- 60e4fd9 Use end location of DeclStmt to mark stop point. by Devang Patel · 15 years ago
- a48412a BoostCon tutorial notes, temporary by Douglas Gregor · 15 years ago
- 465d41b Merged Elaborated and QualifiedName types. by Abramo Bagnara · 15 years ago
- 380c213 Speculatively revert r103497, "Do not mark the virtual members of an by Daniel Dunbar · 15 years ago
- 9430d5a IRgen/i386/C++: Fix isSingleElementStruct computation for C++ record decls. by Daniel Dunbar · 15 years ago
- bbbe074 Do not mark the virtual members of an implicitly-instantiated class as by Douglas Gregor · 15 years ago
- 92dd191 VISIBILITY_HIDDEN was renamed LLVM_LIBRARY_VISIBILITY. by Duncan Sands · 15 years ago
- c965449 Fix test. by Fariborz Jahanian · 15 years ago
- ba55ec2 It's bad form to create VarDecl's without DeclContexts by Douglas Gregor · 15 years ago
- 2166beb The C++98/03 standard is disturbingly silent about out-of-scope by Douglas Gregor · 15 years ago
- 85bcd99 Static data members intialized in-class that have constant values are by Douglas Gregor · 15 years ago
- 84c580f Minor refactoring of my last patch. by Fariborz Jahanian · 15 years ago
- 7ed5bd3 Fix indentation by Douglas Gregor · 15 years ago
- bb6e73f A DeclRefExpr that refers to a member function or a static data member by Douglas Gregor · 15 years ago
- 444eaa8 Add a test for a subtle instantiation pattern that showed up within a Boost by Chandler Carruth · 15 years ago
- a5fdd9c Fixes for compilation with Microsoft Visual Studio 2010, from Steven Watanabe! by Douglas Gregor · 15 years ago
- f8e10a5 Initialize Column. by Devang Patel · 15 years ago
- 2f6c550 Allow static_cast to objective-c pointers. Fixes radar 7952457. by Fariborz Jahanian · 15 years ago
- 191fdb6 tests: Avoid spurious use of /dev/null. by Daniel Dunbar · 15 years ago
- 42c8f87 Refactor the constant-evaluator so that it only supports a single form by John McCall · 15 years ago
- b3ebe94 Objective-C++ Code gen. Handle code gen. for property by Fariborz Jahanian · 15 years ago
- 45d9c2d Allocate most of DeclarationNamesTable using ASTContext's allcocator. The only things that by Ted Kremenek · 15 years ago
- ac9590e Start converting pieces of DeclarationNameTable to be allocated using ASTContext's allocator. by Ted Kremenek · 15 years ago
- d04ed41 Convert CXXTempory[] in CXXExprWithTemporaries to be allocated using ASTContext's allocator. Fixes <rdar://problem/7961605>. by Ted Kremenek · 15 years ago
- 4bd98e8 Improved -ast-print-xml for C++, from Sebastien Binet! by Douglas Gregor · 15 years ago
- c896ea8 Alternative workaround for MSVC compilation failure, from Dimitry Andric by Douglas Gregor · 15 years ago
- 258cf27 If variable location is invalid then use current location. by Devang Patel · 15 years ago
- 90556d4 Fix refacto in r103387, noticed by Christopher Jefferson. by Daniel Dunbar · 15 years ago
- ecafebe Add an UpdateVBases parameter to UpdateEmptyClassOffsets. Not used just yet. by Anders Carlsson · 15 years ago
- 3159ffe More work on handling empty classes. by Anders Carlsson · 15 years ago
- 5921863 pch'ify CXXNewExpr and CXXZeroInitValueExpr by Chris Lattner · 15 years ago
- ddfe960 Doxygen-ify a comment and add an example of when this AST node is required. by Chandler Carruth · 15 years ago
- aff32cb fix refactor-o by Chris Lattner · 15 years ago
- d259836 pchify CXXTemporary, CXXBindTemporaryExpr, and CXXExprWithTemporaries. by Chris Lattner · 15 years ago
- 5ce6677 Fix typo. by Chandler Carruth · 15 years ago
- 030854b pch'ify default argument definitions and uses. by Chris Lattner · 15 years ago
- 2fbdfcd pch'ify 'this' and 'throw' by Chris Lattner · 15 years ago
- 14ab24f pch'ify typeid. by Chris Lattner · 15 years ago
- 1817bd4 pchify CXXMemberCallExpr correctly. Before it would serialize by Chris Lattner · 15 years ago
- ddae877 Cleanup. by Anders Carlsson · 15 years ago
- fe52c91 Be more careful about picking a template parameter when we fail to substitute explicit template arguments into a function template by Douglas Gregor · 15 years ago
- 22b8827 Tweaked selector mangling again (GNU runtime). by David Chisnall · 15 years ago
- afa0fef Fix a silly bootstrap-breaking thinko, where we were trying to convert by Douglas Gregor · 15 years ago
- 836fc14 Actually compute the empty subobject sizes. No functionality change yet. by Anders Carlsson · 15 years ago
- 5764f61 Improve our handling of the -Wunused-variable warning in templates. In by Douglas Gregor · 15 years ago
- c6dfe19 Don't complain about an __builtin_va_arg expression's result being by Douglas Gregor · 15 years ago
- c3fddeb Add a SizeOfLargestEmptySubobject member to ASTRecordLayout. For C++ classes this will hold the largest empty subobject or 0 if the class doesn't have any empty subobjects. by Anders Carlsson · 15 years ago
- 1f10962 Attempted workaround for MSVC compile error by Douglas Gregor · 15 years ago
- eaa18e4 When instantiating statements that involve conditions (if, while, do, by Douglas Gregor · 15 years ago
- 20fba8a Fixed linkage problem from last commit (GNU runtime). by David Chisnall · 15 years ago
- 87935a8 Tweaked selector generation (GNU runtime). Removed the use of GlobalAliases in the generated bitcode. by David Chisnall · 15 years ago
- aaa045d Don't destroy the data associated with an overload resolution candidate; it's ASTContext-allocated now by Douglas Gregor · 15 years ago
- ff5adac Record template argument deduction failures for member function by Douglas Gregor · 15 years ago
- ec20f46 When printing an overload candidate that failed due to SFINAE, print a by Douglas Gregor · 15 years ago
- f1a8445 Improve overload-candidate diagnostic for a function template that by Douglas Gregor · 15 years ago
- a95342c A leak is better than a double-free while I figure out how to address by Douglas Gregor · 15 years ago
- 0ca4c58 Minor cleanup, and ban copying of OverloadCandidateSets. No by Douglas Gregor · 15 years ago
- a18592e When template argument deduction fails because the call had too by Douglas Gregor · 15 years ago
- a933319 When printing a non-viable overload candidate that failed due to by Douglas Gregor · 15 years ago
- 40e6299 Fix test for Release-Asserts build by Douglas Gregor · 15 years ago
- 0506af3 Update latest checker build to a local link. by Daniel Dunbar · 15 years ago
- b4eeaff When we encounter a non-dependent type during template instantiation, by Douglas Gregor · 15 years ago
- f4e54a2 If there is not any debug info for type then do not emit debug info for this variable. by Devang Patel · 15 years ago
- d30bf2e Introduce a recursive AST visitor that makes it trivial to recursively by Douglas Gregor · 15 years ago
- abd3a85 The FP constant evaluator was missing a few cases of unary operators that return floats by John McCall · 15 years ago
- 6ad9ac0 add PCH support for a bunch of C++ Decls, patch by Andrew Sutton! by Chris Lattner · 15 years ago
- 3554283 Make that null-dereference fix a little clearer by rearranging some code. by John McCall · 15 years ago
- ce87e6d Fix a potential null dereference in the pointer-to-bool evaluator; caught by by John McCall · 15 years ago
- efdb83e Change the pointer / lvalue constant evaluators to build into a target reference by John McCall · 15 years ago
- fde7596 add more types to -ast-print-xml, PR5006 by Chris Lattner · 15 years ago
- 2ea5baf Extend C++ usrs to include type mangling for tag decl arguments, indicating whether a method by Ted Kremenek · 15 years ago
- d3b8cc2 clean up isBeforeInTranslationUnit by factoring out some common by Chris Lattner · 15 years ago
- 3ebd8dc Switch USR generation over from NamedDecl::getNameAsString() to NamedDecl::printName(). by Ted Kremenek · 15 years ago
- 0b2227e Add NamedDecl::printName() for clients that to use getNameAsString() but are already using a raw_ostream. by Ted Kremenek · 15 years ago
- 6b6d01f Reapply the reference-binding patch applied below, along with a fix to by Douglas Gregor · 15 years ago
- 100b3b9 Minor mod. to my last patch. by Fariborz Jahanian · 15 years ago
- bbb5224 Fixes a Code gen crash trying to use a dot-syntax for by Fariborz Jahanian · 15 years ago
- ab69979 Avoid use of DIDescriptor::getNode(). Use overloaded operators instead. by Devang Patel · 15 years ago
- f4cf1a1 Change the complex constant evaluator to return a bool instead of an APValue. by John McCall · 15 years ago
- ffb507a Add missing #include by Douglas Gregor · 15 years ago
- 44c9806 Revert r103220. It seems to be breaking self-host by Douglas Gregor · 15 years ago
- f78cc43 Add a stub frontend action for BoostCon, for next week's workshop. by Douglas Gregor · 15 years ago
- a7d3c04 Fix PR4386 by implementing gcc's old behaviour (4.2) when initializing by Rafael Espindola · 15 years ago
- 565f8d6 Test case for my last fix. by Sebastian Redl · 15 years ago
- f3e6337 A correct fix for bug 6466. by Sebastian Redl · 15 years ago
- edd5585 And finally, revert the accidental check-in part of the previous reversion. I'm on a roll. by Sebastian Redl · 15 years ago
- 0aa866f Revert 103247, it causes lots of test failures. by Sebastian Redl · 15 years ago
- 4409469 Pass the correct type to BuildMemberReferenceExpr. Fixes bug 6466. by Sebastian Redl · 15 years ago
- 48296ba reimplement the guts of SourceManager::isBeforeInTranslationUnit by Chris Lattner · 15 years ago
- 7db7acb Change Evaluate* in the constant evaluator to enforce being given an argument of by John McCall · 15 years ago
- d905f5a Move CheckICE and isIntegerConstantExpr to ExprConstant.cpp because it seemed by John McCall · 15 years ago