- 58f0699 Don't emit name-lookup tables for functions or methods in the PCH files by Douglas Gregor · 16 years ago
- 5aacb0e Fix test to output LLVM to a temporary file, which we grep as part of the test by Douglas Gregor · 16 years ago
- a5251fc rewrite the goto scope checking code to be more efficient, simpler, by Chris Lattner · 16 years ago
- 8f4e18f add accessor. by Chris Lattner · 16 years ago
- f3ef07c Use getAsPointerType instead of using getCanonicalType directly. by Daniel Dunbar · 16 years ago
- 1139452 Fix a bug found by inspection, class/meta references could be emitted by Daniel Dunbar · 16 years ago
- fd0c0cf add another testcase by Chris Lattner · 16 years ago
- 9b0ed03 don't evaluate ->child_end() every time through the loop, or *i frequently within it. by Chris Lattner · 16 years ago
- e80f767 split code out into a new CheckFunctionJumpScopes routine, by Chris Lattner · 16 years ago
- ab09436 make scope checking be static functions instead of sema methods. by Chris Lattner · 16 years ago
- f29c8ad fix incorrect lowering of __builtin_ia32_shufpd, rdar://6803924 by Chris Lattner · 16 years ago
- bb6f78b rename file. by Chris Lattner · 16 years ago
- 10044cb don't dump .ll file in this dir. by Chris Lattner · 16 years ago
- 40c56f7 __builtin_prefetch should be declared as "void __builtin_prefetch(const void *)", by Chris Lattner · 16 years ago
- 885b6d8 rename test by Chris Lattner · 16 years ago
- 5c497a8 fix PR3927 by being more careful about the pp test for identifier. by Chris Lattner · 16 years ago
- bc81682 second half of PR3940: #line requires simple digit sequence. by Chris Lattner · 16 years ago
- ad1de00 Store the type ID for __builtin_va_list in the PCH file, so that the by Douglas Gregor · 16 years ago
- d92fa47 this is really just a recommendation, not a requirement. by Chris Lattner · 16 years ago
- 6272bcf enforce requirements imposed by C90 6.8 TC1, fixing PR3919. by Chris Lattner · 16 years ago
- 8fe00e7 Fix PR3938 by taking into account C99 6.10p4. by Chris Lattner · 16 years ago
- ae7cbf1 convert test to -verify style. by Chris Lattner · 16 years ago
- 0a4f1b9 Substantially restructure function-like macro argument parsing. by Chris Lattner · 16 years ago
- df91ef3 Preliminary PCH support in the driver by Douglas Gregor · 16 years ago
- 250fc9c Lazy deserialization of function bodies for PCH files. For the Carbon by Douglas Gregor · 16 years ago
- 7297134 FunctionDecl::getBody() is getting an ASTContext argument for use in by Douglas Gregor · 16 years ago
- 95d0281 remove dead diagnostic. by Chris Lattner · 16 years ago
- 9cb51ce Fix two problems from PR3916, and one problem I noticed while hacking by Chris Lattner · 16 years ago
- 58e91d5 implement PR3940: #line numbers not fully checked by Chris Lattner · 16 years ago
- ab82f41 #line is allowed to have macros that expand to nothing after them. by Chris Lattner · 16 years ago
- 3e1af84 Keep track of the number of statements/expressions written to and read by Douglas Gregor · 16 years ago
- 96508e1 fix a crash compiling code with its own definition of objc_assign_weak. by Chris Lattner · 16 years ago
- 32b0675 tweak redefinition of a typedef a bit to fix a couple of problems: by Chris Lattner · 16 years ago
- 88c9a46 Fix two embarrassing PCH bugs: by Douglas Gregor · 16 years ago
- 4f6fa23 Use PresumedLoc to record line number in debug info entries. by Devang Patel · 16 years ago
- 8a81e1e Don't put msgrefs in used globals (in particular, we don't want by Daniel Dunbar · 16 years ago
- 446c619 Appropriately set file name and directory name in debug info compile units. by Devang Patel · 16 years ago
- 75a97cb implement a new clang-cc option -dump-build-information=filename which causes the by Chris Lattner · 16 years ago
- cd7d5a9 PCH support for inline assembly statements. by Douglas Gregor · 16 years ago
- 409d4e7 refactor htmldiags to be created up front like the other diag clients. by Chris Lattner · 16 years ago
- 4046965 add a virtual method to DiagnosticClient to get rid of some fragile by Chris Lattner · 16 years ago
- f7dac08 PCH tests for va_arg expressions. Verified that the blocks test does create a BlockDeclRefExpr by Douglas Gregor · 16 years ago
- 23a48cc fix a crash on invalid by making ActOnDeclarator create decl with by Chris Lattner · 16 years ago
- 84af7c2 PCH support for blocks by Douglas Gregor · 16 years ago
- 8705b47 wire up comment diagnostics to -Wcomment, add it to -Wall. Now by Chris Lattner · 16 years ago
- 6a2dd55 PCH support for GNU statement expressions by Douglas Gregor · 16 years ago
- 7d5c2f2 PCH support for indirect gotos and address-of-label expressions. by Douglas Gregor · 16 years ago
- 00cb00e adjust for the new -Wvector-conversions option by Chris Lattner · 16 years ago
- 7155892 move a vector conversion warning to be diabled by default (like gcc), by Chris Lattner · 16 years ago
- 1de05fe PCH support for labels and goto. by Douglas Gregor · 16 years ago
- 5abd66f Update Xcode project with some PCH related headers. by Steve Naroff · 16 years ago
- 7add547 fix misspelt attribute. by Chris Lattner · 16 years ago
- 51123fe Fix rdar://6800926 - crash compiling non-fragile _Bool bitfield ivar, by Chris Lattner · 16 years ago
- 26f074b tidy some code. by Chris Lattner · 16 years ago
- 639d9ce clean up run lines. by Chris Lattner · 16 years ago
- 995533a add basic support for building DiagnosticGroups.inc with cmake by Chris Lattner · 16 years ago
- 84f2170 PCH support for declaration statements, and a test for PredefinedExpr by Douglas Gregor · 16 years ago
- 0de9d88 PCH support for return statements. by Douglas Gregor · 16 years ago
- 7645850 Implement lvalue test for conditional expressions. by Sebastian Redl · 16 years ago
- 448f5e6 Added -print-ivar-layout option. No change in functionality yet. by Fariborz Jahanian · 16 years ago
- 072abef Add support for the __has_trivial_destructor type trait. by Anders Carlsson · 16 years ago
- 27ae536 Add support for generating (very basic) C++ destructors. These aren't called by anything yet. by Anders Carlsson · 16 years ago
- ec9587d Support QA_OVERRIDE_GCC3_OPTIONS - Cover your eyes... by Daniel Dunbar · 16 years ago
- 0e4f40e Attributes on block functions were not being set. by Daniel Dunbar · 16 years ago
- 67d8249 PCH support for do-while and for loops by Douglas Gregor · 16 years ago
- d921cf9 PCH support for while and continue statements by Douglas Gregor · 16 years ago
- 397195b Fixup semantic analysis for nested blocks, and allow block literal by Mike Stump · 16 years ago
- b14095a Implement basic code generation of constructor calls. We can now compile: by Anders Carlsson · 16 years ago
- 025452f PCH support for the first batch of statements, including null, by Douglas Gregor · 16 years ago
- 363c184 Add GetAddrOfCXXConstructor and use it. by Anders Carlsson · 16 years ago
- d87a501 Add constructor getter to CXXTemporaryObjectExpr. by Anders Carlsson · 16 years ago
- 930e8d0 If a class has a non-trivial constructor that doesn't take any arguments, we will now make an implicit CXXTemporaryObjectExpr. So by Anders Carlsson · 16 years ago
- b00ac07 -Wall is -Wmost -Wparentheses by Chris Lattner · 16 years ago
- fec26bd Driver: Allow using clang as a precompiler, even if it is an unsupported arch. by Daniel Dunbar · 16 years ago
- cb70bb2 Clean up the declaration-decoding step in the PCH reader, using the by Douglas Gregor · 16 years ago
- c9490c0 Prepare PCH reader and writer for (de-)serialization of statements. No by Douglas Gregor · 16 years ago
- fdb5e1c Removed a no longer needed FIXME comment. by Fariborz Jahanian · 16 years ago
- 3aaa482 Fix <rdar://problem/6765383> clang-6: clang does not appear to support declaring a static Block 'const'. by Steve Naroff · 16 years ago
- 1e9aef3 Category method synbols must be qualified by gategory name to match gcc's. by Fariborz Jahanian · 16 years ago
- 3201f6b Fix a crash bug when comparing overload quality of conversion operators with conversion constructors. by Sebastian Redl · 16 years ago
- ba79fc2 Attempt to fix a read-after-free running test/Sema/designated-initializers.c. by Eli Friedman · 16 years ago
- 0a6bcc4 Force target triple for test depending on __weak. by Eli Friedman · 16 years ago
- 098a3df When we create an implicit CXXTemporaryObjectExpr we don't need to check that it's a valid init. Instead, just set it as the VarDecl's initializer. by Anders Carlsson · 16 years ago
- 6463ef4 Ensure that the most recent declaration of a tentative definition wins by Daniel Dunbar · 16 years ago
- 9e820ee Pass -fdiagnostics-show-option to clang-cc by default. by Daniel Dunbar · 16 years ago
- 56dc97a other half of 69274 by Chris Lattner · 16 years ago
- 11bddef split diagnostic group definitions out into their own file. by Chris Lattner · 16 years ago
- 87d854e optimize and comment GetDiagInfo. by Chris Lattner · 16 years ago
- 121f60c merge several scattered tables into StaticDiagInfo. by Chris Lattner · 16 years ago
- 33dd282 Implement Diagnostic::getWarningOptionForDiag with information from tblgen, by Chris Lattner · 16 years ago
- 19cbb44 tblgen is now passing diagnostic group information in the .inc file, ignore it everywhere. by Chris Lattner · 16 years ago
- d51d74a implement framework for -fdiagnostics-show-option, but tblgen isn't by Chris Lattner · 16 years ago
- 3cbc3cf Disable the code I added before until I understand what's causing default2.cpp to fail. by Anders Carlsson · 16 years ago
- b54b276 move handling of -pedantic and -pedantic-errors into Diagnostics, by Chris Lattner · 16 years ago
- 2b07d8f arrange for -Wno-error=foo warnings to be immune to -Werror as by Chris Lattner · 16 years ago
- 691f1ae change mappings to distinguish between "unset", "set by the user" and by Chris Lattner · 16 years ago
- e5ca82f Driver: Remove the majority of -W* options, the driver doesn't by Daniel Dunbar · 16 years ago
- 6a7334d use getDiagnosticLevel instead of getDiagnosticMapping, which by Chris Lattner · 16 years ago
- 06ef3c3 Driver: Forward -W* to clang, it can handle all these itself now. by Daniel Dunbar · 16 years ago
- e29cc89 switch DiagMappings *back* to 4 bits per diag. by Chris Lattner · 16 years ago