- Nov 03, 2011
-
-
Daniel Dunbar authored
component needs to include files from its ObjDir. llvm-svn: 143648
-
Argyrios Kyrtzidis authored
llvm-svn: 143647
-
Pete Cooper authored
llvm-svn: 143646
-
Eli Friedman authored
Fix the alignment on scalar parameter variables so that it matches what the AST thinks it should be. Per report on cfe-dev. llvm-svn: 143645
-
Argyrios Kyrtzidis authored
A PCH file keeps track of #pragma diagnostics state; when loading the preamble, they conflicted with the #pragma diagnostic state already present in the DiagnosticsEngine object due to parsing the preamble. Fix this by clearing the state of the DiagnosticsEngine object. Fixes rdar://10363572 && http://llvm.org/PR11254. llvm-svn: 143644
-
Bill Wendling authored
llvm-svn: 143643
-
Douglas Gregor authored
llvm-svn: 143642
-
Daniel Dunbar authored
- llvm-build should now be Python2.4 compatible as best I know. llvm-svn: 143641
-
Dan Bailey authored
llvm-svn: 143640
-
Argyrios Kyrtzidis authored
llvm-svn: 143639
-
Argyrios Kyrtzidis authored
llvm-svn: 143638
-
Argyrios Kyrtzidis authored
llvm-svn: 143637
-
Argyrios Kyrtzidis authored
contains fields. llvm-svn: 143636
-
Douglas Gregor authored
accessibility. Fixes <rdar://problem/3727335>. llvm-svn: 143635
-
Daniel Dunbar authored
llvm-svn: 143634
-
Douglas Gregor authored
llvm-svn: 143633
-
Douglas Gregor authored
llvm-svn: 143631
-
Pete Cooper authored
Only currently done if the later store is writing to a power of 2 address or has the same alignment as the earlier store as then its likely to not break up large stores into smaller ones Fixes <rdar://problem/10140300> llvm-svn: 143630
-
Daniel Dunbar authored
header. llvm-svn: 143629
-
Daniel Dunbar authored
dependency table used by llvm-config. llvm-svn: 143628
-
Daniel Dunbar authored
llvm-svn: 143627
-
Daniel Dunbar authored
- Useful for migrating or auto-upgrading the format schema. llvm-svn: 143626
-
Daniel Dunbar authored
llvm-svn: 143625
-
Daniel Dunbar authored
llvm-svn: 143624
-
Daniel Dunbar authored
llvm-build: Validate information on the loaded components and form the topological ordering among them (as well as validating that there are no cycles). - Currently we require that all references between components (except the parent relation) fit into a DAG -- this could be relaxed later if it ever proves to be useful. llvm-svn: 143623
-
Daniel Dunbar authored
differentiate between strings and lists. llvm-svn: 143622
-
Daniel Dunbar authored
llvm-svn: 143621
-
Daniel Dunbar authored
llvm-svn: 143620
-
Daniel Dunbar authored
llvm-svn: 143619
-
Douglas Gregor authored
llvm-svn: 143618
-
Daniel Dunbar authored
llvm-config-2: Implement component dependency traversal, implement support for 'all', and fix a few other minor bugs. - Still doesn't use actual generated component table, but that is now just a matter of wiring into the build system. llvm-svn: 143617
-
Daniel Dunbar authored
for now). - Mostly complete except for the data that needs to come from the build system or the dependencies. - Has some small improvements from current llvm-config: o Uses TargetRegistry directly to get some information. o Designed to work correctly when used from a CMake build tree (relatively untested currently) (although pcc fixed this recently for old llvm-config). llvm-svn: 143616
-
Douglas Gregor authored
llvm-svn: 143615
-
Douglas Gregor authored
definition, we may not have a scope corresponding to the namespace where that friend function template actually lives. Work around this issue by faking up a scope with the appropriate DeclContext. This is a bit of a hack, but it fixes <rdar://problem/10204947>. llvm-svn: 143614
-
Benjamin Kramer authored
llvm-svn: 143613
-
Craig Topper authored
llvm-svn: 143612
-
Galina Kistanova authored
llvm-svn: 143607
-
Argyrios Kyrtzidis authored
always returning a null file/line/column. Also add at least one use of clang_getExpansionLocation inside c-index-test that would have made the tests to catch that. llvm-svn: 143606
-
Argyrios Kyrtzidis authored
use it for clang_getCursor. llvm-svn: 143605
-
Argyrios Kyrtzidis authored
the CINDEXTEST_COMPLETION_NO_CACHING environment variable is present. llvm-svn: 143604
-